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

Daniel Baumann daniel at alioth.debian.org
Fri May 11 22:35:16 UTC 2007


Author: daniel
Date: 2007-05-11 22:35:16 +0000 (Fri, 11 May 2007)
New Revision: 1484

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-05-11 22:31:09 UTC (rev 1483)
+++ dists/trunk/live-helper/helpers/lh_chroot_apt	2007-05-11 22:35:16 UTC (rev 1484)
@@ -94,12 +94,12 @@
 		case "${LH_APT_SECURE}" in
 			enabled)
 				echo "APT::Get::AllowUnauthenticated \"true\";" > chroot/etc/apt/apt.conf.d/00secure
-				echo "Aptitude::CmdLine::Ignore-Trust-Violations \"true\";" >> chroot/etc/apt/apt.conf.d/00secure
+				echo "Aptitude::CmdLine::Ignore-Trust-Violations \"false\";" >> chroot/etc/apt/apt.conf.d/00secure
 				;;
 
 			disabled)
 				echo "APT::Get::AllowUnauthenticated \"false\";" > chroot/etc/apt/apt.conf.d/00secure
-				echo "Aptitude::CmdLine::Ignore-Trust-Violations \"false\";" >> chroot/etc/apt/apt.conf.d/00secure
+				echo "Aptitude::CmdLine::Ignore-Trust-Violations \"true\";" >> chroot/etc/apt/apt.conf.d/00secure
 				;;
 		esac
 




More information about the Debian-live-changes mailing list