diff options
author | Marat Nepomnyashy <marat@vyatta.com> | 2008-01-24 17:44:21 -0800 |
---|---|---|
committer | Marat Nepomnyashy <marat@vyatta.com> | 2008-01-24 17:44:21 -0800 |
commit | 35977317f7dafb2ce7ce372e1c406f1aa042fff6 (patch) | |
tree | 558383c902b973f9a12f8d90776bd58d09a357e3 | |
parent | 9c262c43444441dbbbf5bbccc6dae0583abbdec6 (diff) | |
download | vyatta-cfg-35977317f7dafb2ce7ce372e1c406f1aa042fff6.tar.gz vyatta-cfg-35977317f7dafb2ce7ce372e1c406f1aa042fff6.zip |
Removed stale init entries for dhcpd, dhcrelay, and lighttpd daemons. Bug 2692 fix.
-rwxr-xr-x | etc/init.d/vyatta-ofr | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/init.d/vyatta-ofr b/etc/init.d/vyatta-ofr index 2af4af5..32eb554 100755 --- a/etc/init.d/vyatta-ofr +++ b/etc/init.d/vyatta-ofr @@ -41,10 +41,7 @@ declare -x BOOTFILE=$vyatta_sysconfdir/config/config.boot declare -a subinit declare -a all_subinits=( rl-system - firewall - dhcpd - dhcrelay - lighttpd ) + firewall ) if [ $# -gt 0 ] ; then for s in $@ ; do |