[debian-edu-commits] r79820 - in branches/wheezy/debian-edu-config: debian share/ltsp/init-ltsp.d

schweer-guest at alioth.debian.org schweer-guest at alioth.debian.org
Sat Apr 27 19:18:04 UTC 2013


Author: schweer-guest
Date: 2013-04-27 19:18:03 +0000 (Sat, 27 Apr 2013)
New Revision: 79820

Modified:
   branches/wheezy/debian-edu-config/debian/changelog
   branches/wheezy/debian-edu-config/share/ltsp/init-ltsp.d/60-edu-diskless-ws
Log:
ltsp/init-ltsp.d/60-edu-diskless-ws: Add 'dhclient -nw' to fix the
proxy setting in /etc/environment.

Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-04-27 18:59:24 UTC (rev 79819)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-04-27 19:18:03 UTC (rev 79820)
@@ -1,9 +1,14 @@
 debian-edu-config (1.704~svn79805) UNRELEASED; urgency=low
 
+  [ Petter Reinholdtsen ]
   * Adjust wpad-extract to only accept http and https URLs from the
     proxy tool, to avoid direct:// style URLs that are useless as values
     of http_proxy and ftp_proxy.
 
+  [ Wolfgang Schweer ]
+  * ltsp/init-ltsp.d/60-edu-diskless-ws: Add 'dhclient -nw' to fix the
+    proxy setting in /etc/environment.
+
  -- Petter Reinholdtsen <pere at debian.org>  Sat, 27 Apr 2013 20:15:38 +0200
 
 debian-edu-config (1.704~svn79804) wheezy-test; urgency=low

Modified: branches/wheezy/debian-edu-config/share/ltsp/init-ltsp.d/60-edu-diskless-ws
===================================================================
--- branches/wheezy/debian-edu-config/share/ltsp/init-ltsp.d/60-edu-diskless-ws	2013-04-27 18:59:24 UTC (rev 79819)
+++ branches/wheezy/debian-edu-config/share/ltsp/init-ltsp.d/60-edu-diskless-ws	2013-04-27 19:18:03 UTC (rev 79820)
@@ -7,4 +7,6 @@
     for service in autofs nfs-common nslcd nscd ; do
         update-rc.d $service enable 2
     done
+    # Fix proxy setting
+    dhclient -nw
 fi




More information about the debian-edu-commits mailing list