diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-05-07 15:03:21 -0700 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-05-07 15:03:21 -0700 |
commit | b65a77546b27e79eda8ef016f8e2597ea403c3ca (patch) | |
tree | c57f8c3d17dbf37117c9b50ada0020e5936727f2 /etc | |
parent | 2c53162fa68e033670c2dfbdc006dc9041a2b99c (diff) | |
download | vyatta-cfg-b65a77546b27e79eda8ef016f8e2597ea403c3ca.tar.gz vyatta-cfg-b65a77546b27e79eda8ef016f8e2597ea403c3ca.zip |
Fix problem with Default-Stop
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/init.d/vyatta-ofr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/init.d/vyatta-ofr b/etc/init.d/vyatta-ofr index 776aaf4..9309a57 100755 --- a/etc/init.d/vyatta-ofr +++ b/etc/init.d/vyatta-ofr @@ -4,7 +4,7 @@ # Required-Start: $syslog $time $local_fs # Required-Stop: $syslog $time $local_fs # Default-Start: 2 3 4 5 -# Default-Stop: S 0 1 6 +# Default-Stop: 0 1 6 # Short-Description: Vyatta Router # Description: Debian init script for the Vyatta Router ### END INIT INFO |