diff options
author | Tom Grennan <tgrennan@vyatta.com> | 2008-01-23 15:34:11 -0800 |
---|---|---|
committer | Tom Grennan <tgrennan@vyatta.com> | 2008-01-23 15:34:11 -0800 |
commit | d23b5fb020689aae6ae1407cbaaf713084072ddc (patch) | |
tree | 88ec941bdfb675f9b8934b879e1f22e7a32f0500 /etc | |
parent | 2ae209526f843e33d27754f37a6e137300f96050 (diff) | |
download | vyatta-cfg-d23b5fb020689aae6ae1407cbaaf713084072ddc.tar.gz vyatta-cfg-d23b5fb020689aae6ae1407cbaaf713084072ddc.zip |
Revert "fix bug 2658"
This reverts commit 31d8f4539b68b3e65b0d98bce0d564705ffa1992.
Conflicts:
etc/init.d/vyatta-ofr
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/init.d/vyatta-ofr | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/init.d/vyatta-ofr b/etc/init.d/vyatta-ofr index 5950651..2af4af5 100755 --- a/etc/init.d/vyatta-ofr +++ b/etc/init.d/vyatta-ofr @@ -108,13 +108,6 @@ start () chgrp ${GROUP} ${vyatta_configdir} log_action_end_msg $? init_bootfile - log_end_msg $? - log_daemon_msg "Rescan Network Interfaces" - ( udevtrigger --verbose --subsystem-match=net && udevsettle ) | \ - while read itf ; do - log_progress_msg ${itf##*/} - done - log_end_msg $? log_daemon_msg "Starting Vyatta Router" migrate_bootfile for s in ${subinit[@]} ; do |