diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2021-07-03 22:11:41 +0200 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2021-07-03 22:11:41 +0200 |
commit | 4db7364a08ba5c9552dd60555fe9e19da6dacdcf (patch) | |
tree | d35cc536b5c0f1871cd4957cfc69586e1e187f98 /debian | |
parent | e19317716477942eaabbea86e37748b06c6ee036 (diff) | |
download | vyos-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.postinst | 5 |
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 |