diff options
author | Judd Vinet <judd@archlinux.org> | 2005-07-01 00:13:38 +0000 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2005-07-01 00:13:38 +0000 |
commit | a440a006d7dc42ad072b13986f1f737e8f7e1719 (patch) | |
tree | 3f62d2c016c81db9d3b30d40786f1bd6b363404f /rc.multi | |
parent | 863e8311cfc2ec7dc98fdb43abaa8499dd3414a4 (diff) |
fixed some spacing in rc.multi -- cosmetic
Diffstat (limited to 'rc.multi')
-rwxr-xr-x | rc.multi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ for daemon in "${DAEMONS[@]}"; do if [[ `echo $daemon | grep '^[^\@]' | wc -l` -eq 1 ]]; then /etc/rc.d/$daemon start else - stat_bkgd "Starting ${daemon:1}" + stat_bkgd "Starting ${daemon:1}" (/etc/rc.d/${daemon:1} start) &>/dev/null & fi fi |