[SCM] live-config branch, debian-next, updated. debian/3.0_a14-1-24-g4661ff6

Daniel Baumann daniel at debian.org
Mon Jan 10 14:50:08 UTC 2011


The following commit has been merged in the debian-next branch:
commit 4661ff6fd2c893af7921072480428ff2b1579853
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Jan 10 15:49:39 2011 +0100

    Silencing grep call for /etc/sudoers.d/live.

diff --git a/scripts/config/003-sudo b/scripts/config/003-sudo
index 3e9c790..5d974e2 100755
--- a/scripts/config/003-sudo
+++ b/scripts/config/003-sudo
@@ -25,7 +25,7 @@ Sudo ()
 Configure_sudo ()
 {
 	# Checking if if package is already configured differently
-	if grep -q "^${LIVE_USERNAME}" /etc/sudoers.d/live
+	if grep -qs "^${LIVE_USERNAME}" /etc/sudoers.d/live
 	then
 		return
 	fi

-- 
live-config



More information about the debian-live-changes mailing list