From: Andreas Steffen Date: Wed, 12 Dec 2007 22:27:40 +0000 (-0000) Subject: sbindir is required in the PATH of ipsec X-Git-Tag: 4.1.10~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a0ba292f2012d191a85a0c13c9c0de9a02a7f20;p=thirdparty%2Fstrongswan.git sbindir is required in the PATH of ipsec --- diff --git a/src/ipsec/ipsec.in b/src/ipsec/ipsec.in index e304d2a330..9cae2475d1 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