diff options
author | Bill Nottingham <notting@redhat.com> | 2000-01-13 15:17:09 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-01-13 15:17:09 +0000 |
commit | f9269d13ae653c3f6b938559e6e74de39826c092 (patch) | |
tree | 81b3fad1ab34448921376cb286bebde86743d0bb /rc.d | |
parent | e90f8aabd28af1d897a4dabcf83efef5ef89defe (diff) | |
download | initscripts-f9269d13ae653c3f6b938559e6e74de39826c092.tar initscripts-f9269d13ae653c3f6b938559e6e74de39826c092.tar.gz initscripts-f9269d13ae653c3f6b938559e6e74de39826c092.tar.bz2 initscripts-f9269d13ae653c3f6b938559e6e74de39826c092.tar.xz initscripts-f9269d13ae653c3f6b938559e6e74de39826c092.zip |
terminate raid start message with newline
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc.sysinit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 296c6977..7b629dfa 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -329,6 +329,7 @@ if [ -f /proc/mdstat -a -f /etc/raidtab ]; then echo -n "$RAIDDEV " fi done + echo # A non-zero return means there were problems. if [ $rc -gt 0 ]; then |