From 4db7364a08ba5c9552dd60555fe9e19da6dacdcf Mon Sep 17 00:00:00 2001 From: sarthurdev <965089+sarthurdev@users.noreply.github.com> Date: Sat, 3 Jul 2021 22:11:41 +0200 Subject: ipsec: T2816: Remove legacy vyatta code that references Openswan --- debian/vyos-1x.postinst | 5 ----- 1 file changed, 5 deletions(-) (limited to 'debian') 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 -- cgit v1.2.3