summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-06-26 22:53:03 +0200
committerChristian Poessinger <christian@poessinger.com>2021-06-26 22:53:03 +0200
commit914262b55754aa95883b2e4b05969b5822cf95fc (patch)
tree29e84ad21aa8ec14ccc19ae96c1d09f49ebc45cf /debian
parentb34685caa3431f4c83b3ce0e714992ddcdd23b20 (diff)
downloadvyatta-cfg-system-914262b55754aa95883b2e4b05969b5822cf95fc.tar.gz
vyatta-cfg-system-914262b55754aa95883b2e4b05969b5822cf95fc.zip
Migrate sysconf files to vyos-1x
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/vyatta-cfg-system.postinst.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in
index 6a5c830c..3d5b222f 100755
--- a/debian/vyatta-cfg-system.postinst.in
+++ b/debian/vyatta-cfg-system.postinst.in
@@ -122,21 +122,6 @@ ln -sf /dev/null /lib/systemd/system/ctrl-alt-del.target
# this logs unnecessary messages trying to start ddclient
rm -f /etc/ppp/ip-up.d/ddclient
-# remove old init that should have been cleaned up during upgrade but isn't
-if [ -f /etc/init.d/vyatta-ofr ]; then
- update-rc.d -f /etc/init.d/vyatta-ofr remove
- rm -f /etc/init.d/vyatta-ofr
-fi
-
-# comply with Squeeze version of modprobe
-# remove old versions of files during upgrade
-for modprobe in vyatta_blacklist_ipv6 vyatta_disable_ipv6
-do
- if [ -f /etc/modprobe.d/${modprobe} ]; then
- mv -f /etc/modprobe.d/${modprobe} /etc/modprobe.d/${modprobe}.conf
- fi
-done
-
# add vyatta-config-reboot-params to start at boot up
update-rc.d vyatta-config-reboot-params start 20 S