Skip to content

Commit

Permalink
xl2tpd: fix run script
Browse files Browse the repository at this point in the history
  • Loading branch information
dutsky authored and Duncaen committed Dec 16, 2018
1 parent 2dda58c commit 14efda1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion srcpkgs/xl2tpd/files/xl2tpd/run
@@ -1,4 +1,4 @@
#!/bin/sh
[ -r conf ] && . ./conf
[ -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}
2 changes: 1 addition & 1 deletion srcpkgs/xl2tpd/template
@@ -1,7 +1,7 @@
# Template file for 'xl2tpd'
pkgname=xl2tpd
version=1.3.13
revision=2
revision=3
build_style=gnu-makefile
make_use_env=yes
make_build_args="KERNELSRC=${XBPS_CROSS_BASE}/usr"
Expand Down

0 comments on commit 14efda1

Please sign in to comment.