aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-01-13 15:17:09 +0000
committerBill Nottingham <notting@redhat.com>2000-01-13 15:17:09 +0000
commitf9269d13ae653c3f6b938559e6e74de39826c092 (patch)
tree81b3fad1ab34448921376cb286bebde86743d0bb
parente90f8aabd28af1d897a4dabcf83efef5ef89defe (diff)
downloadinitscripts-f9269d13ae653c3f6b938559e6e74de39826c092.tar
initscripts-f9269d13ae653c3f6b938559e6e74de39826c092.tar.gz
initscripts-f9269d13ae653c3f6b938559e6e74de39826c092.tar.bz2
initscripts-f9269d13ae653c3f6b938559e6e74de39826c092.tar.xz
initscripts-f9269d13ae653c3f6b938559e6e74de39826c092.zip
terminate raid start message with newline
-rwxr-xr-xrc.d/rc.sysinit1
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