diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-12-12 22:27:40 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-12-12 22:27:40 +0000 |
commit | 2a0ba292f2012d191a85a0c13c9c0de9a02a7f20 (patch) | |
tree | 1fdbdd51891b273308a98dda824cf8ab9d573f1c /src | |
parent | 52bb1876ec7836d48b09d54b04c37a7f0b843ff9 (diff) | |
download | strongswan-2a0ba292f2012d191a85a0c13c9c0de9a02a7f20.tar.bz2 strongswan-2a0ba292f2012d191a85a0c13c9c0de9a02a7f20.tar.xz |
sbindir is required in the PATH of ipsec
Diffstat (limited to 'src')
-rwxr-xr-x | src/ipsec/ipsec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipsec/ipsec.in b/src/ipsec/ipsec.in index e304d2a33..9cae2475d 100755 --- a/src/ipsec/ipsec.in +++ b/src/ipsec/ipsec.in @@ -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 |