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.postinst.in | |
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.postinst.in')
-rwxr-xr-x | debian/vyatta-cfg-system.postinst.in | 3 |
1 files changed, 0 insertions, 3 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 |