r248 - mdadm/trunk/debian/initramfs
    madduck at users.alioth.debian.org 
    madduck at users.alioth.debian.org
       
    Sun Oct 29 08:55:37 CET 2006
    
    
  
Author: madduck
Date: 2006-10-29 08:55:37 +0100 (Sun, 29 Oct 2006)
New Revision: 248
Modified:
   mdadm/trunk/debian/initramfs/hook
Log:
write to stderr instead of stdout
Modified: mdadm/trunk/debian/initramfs/hook
===================================================================
--- mdadm/trunk/debian/initramfs/hook	2006-10-27 09:22:19 UTC (rev 247)
+++ mdadm/trunk/debian/initramfs/hook	2006-10-29 07:55:37 UTC (rev 248)
@@ -34,7 +34,7 @@
 write()
 {
   local PREFIX; PREFIX=$1; shift
-  echo "${PREFIX}: mdadm: $@"
+  echo "${PREFIX}: mdadm: $@" >&2
 }
 
 info()
    
    
More information about the pkg-mdadm-commits
mailing list