From 8088c0fc9a08f024c32f854b9871fb5bc5de3458 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Thu, 14 Aug 2008 01:26:38 +0100 Subject: [PATCH] Modify hiding of harmless X.org reconfiguring messages. Was being split over a newline. --- scripts/live-bottom/20xconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/live-bottom/20xconfig b/scripts/live-bottom/20xconfig index 153732a..3e927a3 100755 --- a/scripts/live-bottom/20xconfig +++ b/scripts/live-bottom/20xconfig @@ -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 -- 2.1.4