Bug 128641 - /etc/init.d/rc.d/mdmonitor start() misses echo
Summary: /etc/init.d/rc.d/mdmonitor start() misses echo
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: mdadm
Version: 2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Doug Ledford
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-07-27 16:53 UTC by Pete Zaitcev
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-07-28 14:44:26 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Pete Zaitcev 2004-07-27 16:53:02 UTC
Missing echo causes script output to overlap on startup.

--- mdmonitor.0 2004-07-27 09:50:12.971132263 -0700
+++ mdmonitor   2004-07-27 09:51:04.417609809 -0700
@@ -46,6 +46,7 @@
        failure $"mdadm"
        RETVAL=1
     fi
+    echo
     touch /var/lock/subsys/$prog
 }

Comment 1 Doug Ledford 2004-07-28 14:44:26 UTC
Fixed in fc3.


Note You need to log in before you can comment on or make changes to this bug.