[debian-edu-commits] r80187 - in branches/wheezy/debian-edu-config: debian etc/dhcp/dhclient-exit-hooks.d share/ltsp/init-ltsp.d

holger at alioth.debian.org holger at alioth.debian.org
Wed May 22 12:49:48 UTC 2013


Author: holger
Date: 2013-05-22 12:49:48 +0000 (Wed, 22 May 2013)
New Revision: 80187

Modified:
   branches/wheezy/debian-edu-config/debian/changelog
   branches/wheezy/debian-edu-config/etc/dhcp/dhclient-exit-hooks.d/hostname
   branches/wheezy/debian-edu-config/etc/dhcp/dhclient-exit-hooks.d/wpad-proxy-update
   branches/wheezy/debian-edu-config/share/ltsp/init-ltsp.d/60-edu-diskless-ws
   branches/wheezy/debian-edu-config/share/ltsp/init-ltsp.d/70-edu-client-core
Log:
* Add #!/bin/sh headers to share/ltsp/init-ltsp.d/*.
* Add #!/bin/sh header to etc/dhcp/dhclient-exit-hooks.d/wpad-proxy-update
  and make the scripts in that directory executable.

Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-05-22 10:44:54 UTC (rev 80186)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-05-22 12:49:48 UTC (rev 80187)
@@ -1,3 +1,11 @@
+debian-edu-config (1.705~svn80187) UNRELEASED; urgency=low
+
+  * Add #!/bin/sh headers to share/ltsp/init-ltsp.d/*.
+  * Add #!/bin/sh header to etc/dhcp/dhclient-exit-hooks.d/wpad-proxy-update
+    and make the scripts in that directory executable.
+
+ -- Holger Levsen <holger at debian.org>  Wed, 22 May 2013 14:45:54 +0200
+
 debian-edu-config (1.705~svn80173) unstable; urgency=low
 
   [ Holger Levsen ]


Property changes on: branches/wheezy/debian-edu-config/etc/dhcp/dhclient-exit-hooks.d/hostname
___________________________________________________________________
Added: svn:executable
   + *

Modified: branches/wheezy/debian-edu-config/etc/dhcp/dhclient-exit-hooks.d/wpad-proxy-update
===================================================================
--- branches/wheezy/debian-edu-config/etc/dhcp/dhclient-exit-hooks.d/wpad-proxy-update	2013-05-22 10:44:54 UTC (rev 80186)
+++ branches/wheezy/debian-edu-config/etc/dhcp/dhclient-exit-hooks.d/wpad-proxy-update	2013-05-22 12:49:48 UTC (rev 80187)
@@ -1,3 +1,4 @@
+#!/bin/sh
 # Update proxy settings using wpad-url DHCP option or
 # http://wpad/wpad.dat when a DHCP update arrives
 


Property changes on: branches/wheezy/debian-edu-config/etc/dhcp/dhclient-exit-hooks.d/wpad-proxy-update
___________________________________________________________________
Added: svn:executable
   + *

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-05-22 10:44:54 UTC (rev 80186)
+++ branches/wheezy/debian-edu-config/share/ltsp/init-ltsp.d/60-edu-diskless-ws	2013-05-22 12:49:48 UTC (rev 80187)
@@ -1,3 +1,4 @@
+#!/bin/sh
 # For Debian Edu diskless workstations (i.e. ltsp fat clients).
 # As dns service is available, modify priority to make KERBEROS work.
 if boolean_is_true "$LTSP_FATCLIENT"; then

Modified: branches/wheezy/debian-edu-config/share/ltsp/init-ltsp.d/70-edu-client-core
===================================================================
--- branches/wheezy/debian-edu-config/share/ltsp/init-ltsp.d/70-edu-client-core	2013-05-22 10:44:54 UTC (rev 80186)
+++ branches/wheezy/debian-edu-config/share/ltsp/init-ltsp.d/70-edu-client-core	2013-05-22 12:49:48 UTC (rev 80187)
@@ -1,3 +1,4 @@
+#!/bin/sh
 # This snippet modifies /etc/init.d/ltsp-client-core on-the-fly.
 #
 # Get config stored in LDAP for Debian Edu ltsp clients (thin and fat).




More information about the debian-edu-commits mailing list