Modify hiding of harmless X.org reconfiguring messages.
authorChris Lamb <chris@chris-lamb.co.uk>
Thu, 14 Aug 2008 00:26:38 +0000 (01:26 +0100)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:01 +0000 (17:48 +0100)
Was being split over a newline.

scripts/live-bottom/20xconfig

index 153732a..3e927a3 100755 (executable)
@@ -83,7 +83,8 @@ ${setoptions}
 EOF
 
 DEBUG_XORG_PACKAGE=1 DEBUG_XORG_DEBCONF=1 live-reconfigure /root xserver-xorg 2>&1 \
-       | grep -v "overwriting possibly-customised configuration file"
+       | grep -v "overwriting possibly-customised configuration" \
+       | grep -v "file; backup in /etc/X11/xorg.conf"
 umount /root/sys
 umount /root/proc
 umount /root/dev