diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-26 21:13:53 +0000 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-26 21:13:53 +0000 |
commit | e9c470087330f410c9d5dcee98c2c0f6dd0f8c16 (patch) | |
tree | 55dfa5ee5fa3b26c152d1843d135bfba2b692607 /debian | |
parent | 597004e5520e8f81d0dc1c22d3edcf3b5e836af5 (diff) | |
download | vyatta-cfg-system-e9c470087330f410c9d5dcee98c2c0f6dd0f8c16.tar.gz vyatta-cfg-system-e9c470087330f410c9d5dcee98c2c0f6dd0f8c16.zip |
Debian: remove deprecated vyatta-config-reboot-params script
Actions are now handled in vyos-router script on startup by calling the vyos-1x
Python handler scripts.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/vyatta-cfg-system.postinst.in | 3 | ||||
-rw-r--r-- | debian/vyatta-cfg-system.postrm | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index 6f5b2c33..ce11379c 100755 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -89,9 +89,6 @@ fi # this logs unnecessary messages trying to start ddclient rm -f /etc/ppp/ip-up.d/ddclient -# add vyatta-config-reboot-params to start at boot up -update-rc.d vyatta-config-reboot-params start 20 S - # Local Variables: # mode: shell-script # sh-indentation: 4 diff --git a/debian/vyatta-cfg-system.postrm b/debian/vyatta-cfg-system.postrm index 752265e2..caf50d3c 100644 --- a/debian/vyatta-cfg-system.postrm +++ b/debian/vyatta-cfg-system.postrm @@ -2,7 +2,6 @@ if [ "$1" = "purge" ]; then sed -i -e 'g/^password/d' /etc/pam.d/password - update-rc.d vyatta-config-reboot-params remove fi # Local Variables: |