From 0a972a1a30f1f9e59685b320fab6a0db8ab7e4d0 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Sun, 22 Oct 2006 04:47:30 +0000 Subject: MFC [15083] Ticket #1145: Don't background the stop process, we really do need to stop the daemon before it tries to start again --- etc/rc.start_packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/rc.start_packages b/etc/rc.start_packages index 2cc6f40..709cbbb 100755 --- a/etc/rc.start_packages +++ b/etc/rc.start_packages @@ -11,7 +11,7 @@ if [ ! "$PLATFORM" = "cdrom" ]; then echo "Executing rc.d items... " for FILE in /usr/local/etc/rc.d/*.sh; do echo -n " Stopping ${FILE}..." - sh $FILE stop >>/tmp/bootup_messages 2>&1 & + sh $FILE stop >>/tmp/bootup_messages 2>&1 echo "done." done for FILE in /usr/local/etc/rc.d/*.sh; do -- cgit v1.1