summaryrefslogtreecommitdiff
path: root/debian/vyos-1x.postinst
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-07-03 22:23:05 +0200
committerGitHub <noreply@github.com>2021-07-03 22:23:05 +0200
commit82d881a28bf484957f0a46f4fb04010d9398c694 (patch)
treec306d22f731bc49ee799ae4ab058e03f2f44e7fd /debian/vyos-1x.postinst
parente30668287ad07c48b49586db39b477748cba3e7b (diff)
parent4db7364a08ba5c9552dd60555fe9e19da6dacdcf (diff)
downloadvyos-1x-82d881a28bf484957f0a46f4fb04010d9398c694.tar.gz
vyos-1x-82d881a28bf484957f0a46f4fb04010d9398c694.zip
Merge pull request #907 from sarthurdev/ipsec_cleanup
ipsec: T2816: Remove legacy vyatta code that references Openswan
Diffstat (limited to 'debian/vyos-1x.postinst')
-rw-r--r--debian/vyos-1x.postinst5
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/vyos-1x.postinst b/debian/vyos-1x.postinst
index 2c30371f5..a17fe351c 100644
--- a/debian/vyos-1x.postinst
+++ b/debian/vyos-1x.postinst
@@ -61,11 +61,6 @@ fi
# ensure hte proxy user has a proper shell
chsh -s /bin/sh proxy
-# vyatta-cfg-vpn migration
-for init in openswan ipsec setkey; do
- update-rc.d -f ${init} remove >/dev/null
-done
-
# create /opt/vyatta/etc/config/scripts/vyos-postconfig-bootup.script
POSTCONFIG_SCRIPT=/opt/vyatta/etc/config/scripts/vyos-postconfig-bootup.script
if [ ! -x $POSTCONFIG_SCRIPT ]; then