summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTom Grennan <tgrennan@io.vyatta.com>2007-12-19 13:08:59 -0800
committerTom Grennan <tgrennan@io.vyatta.com>2007-12-19 13:08:59 -0800
commit793d580050edada4b4468b0d8044615ff5fc15aa (patch)
tree3b5ff34d527edffc2e3bd772c591efc51b3bebaf /debian
parent77f192de9e7652c4fe43b3a2f92bcc5ee0314b9a (diff)
downloadvyatta-cfg-quagga-793d580050edada4b4468b0d8044615ff5fc15aa.tar.gz
vyatta-cfg-quagga-793d580050edada4b4468b0d8044615ff5fc15aa.zip
Revert "add init script to force udev settle before itf configured"
This is unnecessary if the config.boot file is available before udevd starts. This reverts commit a9cd192305b779cb62aecd858ad9a4e5a1fbcad4.
Diffstat (limited to 'debian')
-rw-r--r--debian/vyatta-cfg-system.postinst.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in
index b747b786..13ba6dc6 100644
--- a/debian/vyatta-cfg-system.postinst.in
+++ b/debian/vyatta-cfg-system.postinst.in
@@ -22,8 +22,6 @@ esac
ln -sf ../vyatta-net.rules /etc/udev/rules.d/$vyatta_net_rules
-update-rc.d vyatta-udev start 21 S .
-
if [ "$sysconfdir" != "/etc" ]; then
# for "admin" level (FIXME)
sed -i 's/^# %sudo ALL=NOPASSWD: ALL/%sudo ALL=NOPASSWD: ALL/' /etc/sudoers