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/vyatta-cfg-system.postrm | |
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/vyatta-cfg-system.postrm')
-rw-r--r-- | debian/vyatta-cfg-system.postrm | 1 |
1 files changed, 0 insertions, 1 deletions
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: |