summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2021-07-03 22:11:41 +0200
committersarthurdev <965089+sarthurdev@users.noreply.github.com>2021-07-03 22:11:41 +0200
commit4db7364a08ba5c9552dd60555fe9e19da6dacdcf (patch)
treed35cc536b5c0f1871cd4957cfc69586e1e187f98 /debian
parente19317716477942eaabbea86e37748b06c6ee036 (diff)
downloadvyos-1x-4db7364a08ba5c9552dd60555fe9e19da6dacdcf.tar.gz
vyos-1x-4db7364a08ba5c9552dd60555fe9e19da6dacdcf.zip
ipsec: T2816: Remove legacy vyatta code that references Openswan
Diffstat (limited to 'debian')
-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