diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-20 21:20:47 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-20 21:38:10 +0100 |
commit | fd1a4bb91a3252dd979dcf51b3cbc654001be3ce (patch) | |
tree | f27ab497d9e2ed36257887b41807886c9cd6e964 /debian | |
parent | 4e34c17570467348d18e30f72795ca2c312e542f (diff) | |
download | vyatta-cfg-system-fd1a4bb91a3252dd979dcf51b3cbc654001be3ce.tar.gz vyatta-cfg-system-fd1a4bb91a3252dd979dcf51b3cbc654001be3ce.zip |
Debian: remove vyos-intfwatchd reference from postinstall script
vyos-intfwatchd was removed in commit bf1313bd0fe4 ("T669: set IPv6
keep_addr_on_down sysctl options to 1 and get rid of intfwatchd").
(cherry picked from commit e0d0de5939891c8b655ca8ce398b03802e23841a)
Diffstat (limited to 'debian')
-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 be73a3ba..a216ffd1 100755 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -174,9 +174,6 @@ done # add vyatta-config-reboot-params to start at boot up update-rc.d vyatta-config-reboot-params start 20 S -# set vyos-intfwatchd to start at boot -update-rc.d vyos-intfwatchd start 2345 - # Add radius operator user for radius users to map to if ! grep -q '^radius_user' /etc/passwd; then adduser --quiet --firstuid 1001 --disabled-login --ingroup users --gecos "radius user" --shell /bin/vbash radius_user |