xl2tpd: fix run script
This commit is contained in:
parent
2dda58cbaa
commit
14efda1da9
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ -r conf ] && . ./conf
|
[ -r conf ] && . ./conf
|
||||||
[ -d /var/run/xl2tpd ] || mkdir /var/run/xl2tpd
|
[ -d /var/run/xl2tpd ] || mkdir /var/run/xl2tpd
|
||||||
exec xl2tpd -D "${OPTS:=-c /etc/xl2tpd/xl2tpd.conf}"
|
exec xl2tpd -D ${OPTS:=-c /etc/xl2tpd/xl2tpd.conf}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'xl2tpd'
|
# Template file for 'xl2tpd'
|
||||||
pkgname=xl2tpd
|
pkgname=xl2tpd
|
||||||
version=1.3.13
|
version=1.3.13
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
make_build_args="KERNELSRC=${XBPS_CROSS_BASE}/usr"
|
make_build_args="KERNELSRC=${XBPS_CROSS_BASE}/usr"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user