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

Daniel Baumann daniel at debian.org
Mon Dec 6 17:31:57 UTC 2010


The following commit has been merged in the debian-next branch:
commit bd8a537f90add67889af332b2ef129b609824aca
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Dec 6 18:30:47 2010 +0100

    Avoid double-whitespace in /etc/sudoers.d/live.

diff --git a/scripts/config/003-sudo b/scripts/config/003-sudo
index 000ccc2..f404476 100755
--- a/scripts/config/003-sudo
+++ b/scripts/config/003-sudo
@@ -30,7 +30,7 @@ Configure_sudo ()
 		return
 	fi
 
-	echo "${LIVE_USERNAME}  ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers.d/live
+	echo "${LIVE_USERNAME} ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers.d/live
 
 	sudo -u "${LIVE_USERNAME}" sh -c "echo 'SU_TO_ROOT_SU=sudo' >> /home/${LIVE_USERNAME}/.su-to-rootrc"
 

-- 
live-config



More information about the debian-live-changes mailing list