summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-01-20 21:20:47 +0100
committerChristian Poessinger <christian@poessinger.com>2021-01-20 21:20:47 +0100
commite0d0de5939891c8b655ca8ce398b03802e23841a (patch)
treeb242e485a64b18c00c2f7da1854db9b06d23e6ba
parent5fb694405ae3f0433d7823e2ed4f62555b4bd629 (diff)
downloadvyatta-cfg-system-e0d0de5939891c8b655ca8ce398b03802e23841a.tar.gz
vyatta-cfg-system-e0d0de5939891c8b655ca8ce398b03802e23841a.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").
-rwxr-xr-xdebian/vyatta-cfg-system.postinst.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in
index 5f61ceeb..a84ec658 100755
--- a/debian/vyatta-cfg-system.postinst.in
+++ b/debian/vyatta-cfg-system.postinst.in
@@ -161,9 +161,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
-
# Local Variables:
# mode: shell-script
# sh-indentation: 4