xl2tpd: make run directory

This commit is contained in:
Denis Revin 2018-12-13 02:59:04 +04:00 committed by Duncan Overbruck
parent 45bbca16a7
commit cdcfe8e912
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#!/bin/sh
[ -r conf ] && . ./conf
[ -d /var/run/xl2tpd ] || mkdir /var/run/xl2tpd
exec xl2tpd -D "${OPTS:=-c /etc/xl2tpd/xl2tpd.conf}"

View File

@ -1,7 +1,7 @@
# Template file for 'xl2tpd'
pkgname=xl2tpd
version=1.3.13
revision=1
revision=2
build_style=gnu-makefile
make_use_env=yes
make_build_args="KERNELSRC=${XBPS_CROSS_BASE}/usr"