From 8aff6add70fd50b3febe363a0002098f21e2679b Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Fri, 11 Mar 2005 20:02:08 +0000 Subject: added support for backgrounding daemons at startup with a '@' prefix, commented out the ldconfig call at startup, added support for unicode console maps, added a hotplug_ifup() function rc.d/network for hotplug's net.agent to use --- rc.single | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.single') diff --git a/rc.single b/rc.single index baffd91..0634e6f 100755 --- a/rc.single +++ b/rc.single @@ -11,7 +11,7 @@ if [ "$PREVLEVEL" = "3" -o "$PREVLEVEL" = "5" ]; then let i=${#DAEMONS[@]} while [[ i -gt 0 ]]; do if [[ `echo ${DAEMONS[$i]} | grep '^[^\!]' | wc -l` -eq 1 ]]; then - /etc/rc.d/${DAEMONS[$i]} stop + /etc/rc.d/${DAEMONS[$i]#@} stop fi let i=i-1 done -- cgit v1.2.3