diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2013-01-02 15:28:00 +0100 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2013-01-02 15:28:00 +0100 |
commit | 490b8469adf6ec0c742b4b36a6819cb87ff0c7b6 (patch) | |
tree | c7b3a4b6daa1d9eee83b570375c6378728a12cae | |
parent | 7a7a7363219353d17a737779e9c97d80564009f5 (diff) | |
download | vyos-strongswan-490b8469adf6ec0c742b4b36a6819cb87ff0c7b6.tar.gz vyos-strongswan-490b8469adf6ec0c742b4b36a6819cb87ff0c7b6.zip |
more removal of pluto
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index b469913da..8c72f82d0 100755 --- a/debian/rules +++ b/debian/rules @@ -105,7 +105,7 @@ endif echo >> $(CURDIR)/debian/strongswan-starter/etc/ipsec.conf echo "include /var/lib/strongswan/ipsec.conf.inc" >> $(CURDIR)/debian/strongswan-starter/etc/ipsec.conf # and to enable both IKEv1 and IKEv2 by default - sed -r 's/^[ \t]+# *plutostart=(yes|no) */\tplutostart=yes/;s/^[ \t]+# *charonstart=(yes|no) */\tcharonstart=yes/' < $(CURDIR)/debian/strongswan-starter/etc/ipsec.conf > $(CURDIR)/debian/strongswan-starter/etc/ipsec.conf.tmp + sed -r 's/^[ \t]+# *charonstart=(yes|no) */\tcharonstart=yes/' < $(CURDIR)/debian/strongswan-starter/etc/ipsec.conf > $(CURDIR)/debian/strongswan-starter/etc/ipsec.conf.tmp mv $(CURDIR)/debian/strongswan-starter/etc/ipsec.conf.tmp $(CURDIR)/debian/strongswan-starter/etc/ipsec.conf # set permissions on ipsec.secrets |