sbindir is required in the PATH of _updown

This commit is contained in:
Andreas Steffen
2007-12-12 22:12:10 +00:00
parent 83e0d841a0
commit 52bb1876ec
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ EXTRA_DIST = _updown.in
_updown : _updown.in
sed \
-e "s:@IPSEC_SBINDIR@:$(sbindir):" \
-e "s:\@IPSEC_ROUTING_TABLE\@:$(IPSEC_ROUTING_TABLE):" \
-e "s:\@IPSEC_ROUTING_TABLE_PRIO\@:$(IPSEC_ROUTING_TABLE_PRIO):" \
$< > $@
+1 -1
View File
@@ -119,7 +119,7 @@
#
# define a minimum PATH environment in case it is not set
PATH="/sbin:/bin:/usr/sbin:/usr/bin"
PATH="/sbin:/bin:/usr/sbin:/usr/bin:@IPSEC_SBINDIR@"
export PATH
# uncomment to log VPN connections