IPSEC_CONFDIR in ipsec script fixed.

This commit is contained in:
Tobias Brunner
2010-05-30 13:07:32 +02:00
parent 8f76653a4c
commit 3d829c4c0a
+1 -1
View File
@@ -15,7 +15,7 @@ ipsec : ipsec.in
-e "s:@IPSEC_DISTRO@::" \
-e "s:@IPSEC_DIR@:$(ipsecdir):" \
-e "s:@IPSEC_SBINDIR@:$(sbindir):" \
-e "s:@IPSEC_CONFDIR@:$(confdir):" \
-e "s:@IPSEC_CONFDIR@:$(sysconfdir):" \
-e "s:@IPSEC_PIDDIR@:$(piddir):" \
$(srcdir)/$@.in > $@
chmod +x $@