From b65a77546b27e79eda8ef016f8e2597ea403c3ca Mon Sep 17 00:00:00 2001 From: rbalocca Date: Wed, 7 May 2008 15:03:21 -0700 Subject: Fix problem with Default-Stop --- etc/init.d/vyatta-ofr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/init.d') 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 -- cgit v1.2.3 From 897c9dcc7bacaaf57c648fc147f162f34aab9b6e Mon Sep 17 00:00:00 2001 From: rbalocca Date: Mon, 19 May 2008 16:15:57 -0700 Subject: Fix for bug #3274 https://bugzilla.vyatta.com/show_bug.cgi?id=3274 --- etc/init.d/vyatta-ofr | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/init.d') diff --git a/etc/init.d/vyatta-ofr b/etc/init.d/vyatta-ofr index 9309a57..104903e 100755 --- a/etc/init.d/vyatta-ofr +++ b/etc/init.d/vyatta-ofr @@ -117,6 +117,7 @@ start () ${vyatta_sbindir}/${s}.init start || (log_end_msg $? && return) done load_bootfile + chmod g-w,o-w / log_end_msg $? } -- cgit v1.2.3