Bug 128641

Summary: /etc/init.d/rc.d/mdmonitor start() misses echo
Product: [Fedora] Fedora Reporter: Pete Zaitcev <zaitcev>
Component: mdadmAssignee: Doug Ledford <dledford>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-07-28 14:44:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.