]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
sbindir is required in the PATH of ipsec
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 12 Dec 2007 22:27:40 +0000 (22:27 -0000)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 12 Dec 2007 22:27:40 +0000 (22:27 -0000)
src/ipsec/ipsec.in

index e304d2a330bfc29c51f06c9daf6bd1ee1746884b..9cae2475d1332a2ca7b6e30bca9be1c2a085e16b 100755 (executable)
@@ -17,7 +17,7 @@
 # RCSID $Id$
 
 # 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
 
 # name and version of the ipsec implementation