From: Tobias Brunner Date: Tue, 11 Oct 2011 14:22:26 +0000 (+0200) Subject: ipsec: Allow the shell in the shebang to be changed. X-Git-Tag: 4.6.0~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59ae6fd6f21eca7fc72729d358b75dee483ab928;p=thirdparty%2Fstrongswan.git ipsec: Allow the shell in the shebang to be changed. --- diff --git a/src/ipsec/Makefile.am b/src/ipsec/Makefile.am index 510f1021ac..8420e1ace4 100644 --- a/src/ipsec/Makefile.am +++ b/src/ipsec/Makefile.am @@ -10,6 +10,7 @@ ipsec.8 : ipsec.8.in ipsec : ipsec.in sed \ + -e "s:@IPSEC_SHELL@:/bin/sh:" \ -e "s:@IPSEC_VERSION@:$(PACKAGE_VERSION):" \ -e "s:@IPSEC_NAME@:$(PACKAGE_NAME):" \ -e "s:@IPSEC_DISTRO@::" \ diff --git a/src/ipsec/ipsec.in b/src/ipsec/ipsec.in index a501463dff..b3e2b951d1 100755 --- a/src/ipsec/ipsec.in +++ b/src/ipsec/ipsec.in @@ -1,4 +1,4 @@ -#! /bin/sh +#! @IPSEC_SHELL@ # prefix command to run stuff from our programs directory # Copyright (C) 1998-2002 Henry Spencer. # Copyright (C) 2006 Andreas Steffen