summaryrefslogtreecommitdiffstats
path: root/sbin/init.d/sysprofiles
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2006-07-16 15:09:58 +0200
committerWilly Tarreau <willy@wtap.(none)>2006-07-26 12:03:42 +0200
commit6b3930beccbaece638d47bc4a2d5d62c9041117a (patch)
treec872b98adb3762da2974500aa4414b6d51114973 /sbin/init.d/sysprofiles
parent[RELEASE] init-scripts-0.3.24 (diff)
downloadinit-scripts-0.3.25.tar.gz
[RELEASE] init-scripts-0.3.25v0.3.25
Diffstat (limited to 'sbin/init.d/sysprofiles')
-rwxr-xr-xsbin/init.d/sysprofiles2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/init.d/sysprofiles b/sbin/init.d/sysprofiles
index 279215a..7ecd797 100755
--- a/sbin/init.d/sysprofiles
+++ b/sbin/init.d/sysprofiles
@@ -1,3 +1,3 @@
#!/bin/bash
cfgfile=$1
-. /sbin/init.d/functions -f $cfgfile --list_sections|(last=;while read svc rest; do if [ "$svc" != "$last" ]; then /sbin/init.d/$svc -f $cfgfile --auto start; fi; last=$svc; done)
+. /sbin/init.d/functions -f $cfgfile --list_sections|(last=;while read svc rest; do if [ "$svc" != "$last" ]; then /sbin/init.d/$svc -f $cfgfile --auto start </dev/null; fi; last=$svc; done)