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

pere at alioth.debian.org pere at alioth.debian.org
Mon Aug 26 11:21:46 UTC 2013


Author: pere
Date: 2013-08-26 11:21:46 +0000 (Mon, 26 Aug 2013)
New Revision: 82231

Modified:
   branches/wheezy/debian-edu-config/debian/changelog
   branches/wheezy/debian-edu-config/share/ltsp/init-ltsp.d/08-edu-hostname
Log:
Fix typos blocking the init-ltsp.d/08-edu-hostname from working.

Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-08-26 10:32:58 UTC (rev 82230)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-08-26 11:21:46 UTC (rev 82231)
@@ -1,3 +1,10 @@
+debian-edu-config (1.714~svn82225) UNRELEASED; urgency=low
+
+  [ Petter Reinholdtsen ]
+  * Fix typos blocking the init-ltsp.d/08-edu-hostname from working.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Mon, 26 Aug 2013 13:21:22 +0200
+
 debian-edu-config (1.714~svn82224) wheezy-test; urgency=low
 
   [ Petter Reinholdtsen ]

Modified: branches/wheezy/debian-edu-config/share/ltsp/init-ltsp.d/08-edu-hostname
===================================================================
--- branches/wheezy/debian-edu-config/share/ltsp/init-ltsp.d/08-edu-hostname	2013-08-26 10:32:58 UTC (rev 82230)
+++ branches/wheezy/debian-edu-config/share/ltsp/init-ltsp.d/08-edu-hostname	2013-08-26 11:21:46 UTC (rev 82231)
@@ -1,8 +1,8 @@
 #!/bin/sh
 
 # Reorder scripts to make sure host name setting can use DNS lookup
-dnsinit=/usr/share/ltsp-init-ltsp.d/10-resolv-conf 
-if [ -x $dnsinit ] ; then
+dnsinit=/usr/share/ltsp-init/ltsp.d/10-resolv-conf 
+if [ -e $dnsinit ] ; then
     . $dnsinit
 fi
 




More information about the debian-edu-commits mailing list