diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2008-05-17 19:21:54 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2008-05-17 19:21:54 -0700 |
commit | aef5a86326ca7f3bcf7b4a6ef96694a85ab6dfa8 (patch) | |
tree | ca8cde2bc14079f5165e57976e5206e74f7ad9a1 /debian | |
parent | d215bf0a5231c90494b61635e3d1c35bc3971c69 (diff) | |
download | vyatta-cfg-vpn-aef5a86326ca7f3bcf7b4a6ef96694a85ab6dfa8.tar.gz vyatta-cfg-vpn-aef5a86326ca7f3bcf7b4a6ef96694a85ab6dfa8.zip |
Fix 3182: VPN should not be started at boot unless configured.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyatta-cfg-vpn.postinst.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/vyatta-cfg-vpn.postinst.in b/debian/vyatta-cfg-vpn.postinst.in index e56e2e8..4436e78 100644 --- a/debian/vyatta-cfg-vpn.postinst.in +++ b/debian/vyatta-cfg-vpn.postinst.in @@ -7,7 +7,7 @@ bindir=@bindir@ sbindir=@sbindir@ # remove init of daemons that we start/stop -for init in openswan; do +for init in openswan ipsec setkey; do update-rc.d -f ${init} remove >/dev/null done |