[Debian-live-changes] r905 - dists/trunk/live-helper/helpers

Daniel Baumann daniel at alioth.debian.org
Sun Apr 1 13:35:40 UTC 2007


Author: daniel
Date: 2007-04-01 13:35:40 +0000 (Sun, 01 Apr 2007)
New Revision: 905

Modified:
   dists/trunk/live-helper/helpers/lh_chroot_apt
Log:


Modified: dists/trunk/live-helper/helpers/lh_chroot_apt
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_apt	2007-03-31 21:59:26 UTC (rev 904)
+++ dists/trunk/live-helper/helpers/lh_chroot_apt	2007-04-01 13:35:40 UTC (rev 905)
@@ -133,21 +133,21 @@
 		then
 			case "${LH_APT}" in
 				apt|apt-get)
-		                        echo "APT::Get::AllowUnauthenticated \"0\";" >> chroot/etc/apt/apt.conf
+		                        echo "APT::Get::AllowUnauthenticated \"true\";" >> chroot/etc/apt/apt.conf
 					;;
 
 				aptitude)
-					echo "APT::Get::AllowUnauthenticated \"0\";" > chroot/etc/apt/apt.conf.d/secure
+					echo "APT::Get::AllowUnauthenticated \"true\";" > chroot/etc/apt/apt.conf.d/secure
 					;;
 			esac
 		else
 			case "${LH_APT}" in
 				apt|apt-get)
-		                        echo "APT::Get::AllowUnauthenticated \"1\";" >> chroot/etc/apt/apt.conf
+		                        echo "APT::Get::AllowUnauthenticated \"false\";" >> chroot/etc/apt/apt.conf
 					;;
 
 				aptitude)
-					echo "APT::Get::AllowUnauthenticated \"1\";" > chroot/etc/apt/apt.conf.d/secure
+					echo "APT::Get::AllowUnauthenticated \"false\";" > chroot/etc/apt/apt.conf.d/secure
 					;;
 			esac
 		fi




More information about the Debian-live-changes mailing list