]> git.proxmox.com Git - grub2.git/commitdiff
Remove password lines in bug script.
authorfzielcke-guest <fzielcke-guest@localhost>
Fri, 4 Sep 2009 21:46:10 +0000 (21:46 +0000)
committerfzielcke-guest <fzielcke-guest@localhost>
Fri, 4 Sep 2009 21:46:10 +0000 (21:46 +0000)
debian/changelog
debian/script

index 0d0626529f3f2dccccfa92a6b5e1a486e20b665b..72e7f21374d77f3bfed0531da446611f616cb3bb 100644 (file)
@@ -1,3 +1,9 @@
+grub2 (1.97~beta2-3) unstable; urgency=low
+
+  * Remove password lines in bug script.
+
+ -- Felix Zielcke <fzielcke@z-51.de>  Fri, 04 Sep 2009 23:46:04 +0200
+
 grub2 (1.97~beta2-2) unstable; urgency=low
 
   [ Updated translations ]
index 2e44643de7ba261c21af5f263ccba48732116502..413a3872f19da5f2d4f525f02ab3d545a766b4ed 100644 (file)
@@ -15,7 +15,7 @@ done
 for i in /boot/grub/{device.map,grub.cfg} ; do
   if test -e $i ; then
     echo -e "\n*********************** BEGIN $i" >&3
-    cat $i >&3
+    sed $i -e "s/.*password.*/### PASSWORD LINE REMOVED ###/g" >&3
     echo "*********************** END $i" >&3
   fi
 done