diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-01-24 17:54:17 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-01-24 17:54:17 -0800 |
commit | 484806de2ad2ce204e840160e0714049e8e316cf (patch) | |
tree | e615ff2d4c56e48816ccd19592e956b4c44cce0a /etc | |
parent | 72c4913ad51c64f73f49e6ec00764185b8c32740 (diff) | |
parent | 35977317f7dafb2ce7ce372e1c406f1aa042fff6 (diff) | |
download | vyatta-cfg-484806de2ad2ce204e840160e0714049e8e316cf.tar.gz vyatta-cfg-484806de2ad2ce204e840160e0714049e8e316cf.zip |
Merge branch 'glendale' of git.vyatta.com:/git/vyatta-cfg into glendale
Diffstat (limited to 'etc')
-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 |