diff options
author | Willy Tarreau <w@1wt.eu> | 2006-07-16 15:09:58 +0200 |
---|---|---|
committer | Willy Tarreau <willy@wtap.(none)> | 2006-07-26 12:03:42 +0200 |
commit | 6b3930beccbaece638d47bc4a2d5d62c9041117a (patch) | |
tree | c872b98adb3762da2974500aa4414b6d51114973 /sbin/init.d/sysprofiles | |
parent | [RELEASE] init-scripts-0.3.24 (diff) | |
download | init-scripts-0.3.25.tar.gz |
[RELEASE] init-scripts-0.3.25v0.3.25
Diffstat (limited to 'sbin/init.d/sysprofiles')
-rwxr-xr-x | sbin/init.d/sysprofiles | 2 |
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) |