[debian-edu-commits] r82317 - in branches/wheezy/debian-edu-config: debian share/debian-edu-config/tools

pere at alioth.debian.org pere at alioth.debian.org
Mon Sep 2 11:45:01 UTC 2013


Author: pere
Date: 2013-09-02 11:45:01 +0000 (Mon, 02 Sep 2013)
New Revision: 82317

Modified:
   branches/wheezy/debian-edu-config/debian/changelog
   branches/wheezy/debian-edu-config/share/debian-edu-config/tools/auto-addfirmware
Log:
Adjust auto-addfirmware to make the apt source file readable for
everyone.  Nothing secret there, and apt refuse to run for
non-root users if some source lists are unreadable.

Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-08-31 19:16:50 UTC (rev 82316)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-09-02 11:45:01 UTC (rev 82317)
@@ -1,3 +1,12 @@
+debian-edu-config (1.715~svn82316) UNRELEASED; urgency=low
+
+  [ Petter Reinholdtsen ]
+  * Adjust auto-addfirmware to make the apt source file readable for
+    everyone.  Nothing secret there, and apt refuse to run for
+    non-root users if some source lists are unreadable.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Sat, 31 Aug 2013 13:15:54 +0200
+
 debian-edu-config (1.714) unstable; urgency=low
 
   * Uploaded to the Debian Edu archive as debian-edu-config 1.714~svn82279:

Modified: branches/wheezy/debian-edu-config/share/debian-edu-config/tools/auto-addfirmware
===================================================================
--- branches/wheezy/debian-edu-config/share/debian-edu-config/tools/auto-addfirmware	2013-08-31 19:16:50 UTC (rev 82316)
+++ branches/wheezy/debian-edu-config/share/debian-edu-config/tools/auto-addfirmware	2013-09-02 11:45:01 UTC (rev 82317)
@@ -13,6 +13,7 @@
 deb $mirror $dist contrib non-free
 deb-src $mirror $dist contrib non-free
 EOF
+    chmod a+r $aptsourcelist
 }
 
 # Find firmware files requested by loaded kernel drivers.




More information about the debian-edu-commits mailing list