[debian-edu-commits] r82204 - in branches/wheezy/debian-edu-config: . debian share/ltsp/init-ltsp.d
schweer-guest at alioth.debian.org
schweer-guest at alioth.debian.org
Fri Aug 23 20:32:44 UTC 2013
Author: schweer-guest
Date: 2013-08-23 20:32:43 +0000 (Fri, 23 Aug 2013)
New Revision: 82204
Added:
branches/wheezy/debian-edu-config/share/ltsp/init-ltsp.d/07-edu-ntp-server
Modified:
branches/wheezy/debian-edu-config/Makefile
branches/wheezy/debian-edu-config/debian/changelog
Log:
Add snippet share/ltsp/init-ltsp.d/07-edu-ntp-server. Diskless
workstations will use the local ntp server instead of trying to
connect to the default internet ntp servers.
Modified: branches/wheezy/debian-edu-config/Makefile
===================================================================
--- branches/wheezy/debian-edu-config/Makefile 2013-08-22 10:33:40 UTC (rev 82203)
+++ branches/wheezy/debian-edu-config/Makefile 2013-08-23 20:32:43 UTC (rev 82204)
@@ -387,6 +387,7 @@
share/debian-edu-config/tools/wpad-extract \
share/debian-edu-config/ltspfs-mounter-kde \
share/ltsp/get-ldap-ltsp-config \
+ share/ltsp/init-ltsp.d/07-edu-ntp-server \
share/ltsp/init-ltsp.d/08-edu-hostname \
share/ltsp/init-ltsp.d/60-edu-diskless-ws \
share/ltsp/init-ltsp.d/70-edu-client-core \
Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog 2013-08-22 10:33:40 UTC (rev 82203)
+++ branches/wheezy/debian-edu-config/debian/changelog 2013-08-23 20:32:43 UTC (rev 82204)
@@ -4,6 +4,9 @@
* Fix KDE proxy settings by changing ioslaverc to use
http://wpad/wpad.dat for proxy settings (ProxyType=2) instead of
depending on KDE to find the proxy on its own (ProxyType=3).
+ * Add snippet share/ltsp/init-ltsp.d/07-edu-ntp-server. Diskless
+ workstations will use the local ntp server instead of trying to
+ connect to the default internet ntp servers.
[ Petter Reinholdtsen ]
* Make sure gosa-create ignore errors from nscd, as the calls will
Added: branches/wheezy/debian-edu-config/share/ltsp/init-ltsp.d/07-edu-ntp-server
===================================================================
--- branches/wheezy/debian-edu-config/share/ltsp/init-ltsp.d/07-edu-ntp-server (rev 0)
+++ branches/wheezy/debian-edu-config/share/ltsp/init-ltsp.d/07-edu-ntp-server 2013-08-23 20:32:43 UTC (rev 82204)
@@ -0,0 +1,5 @@
+#!/bin/sh
+# Set ntp server (LTSP var TIMESERVER) to get /etc/ntp.conf right.
+# Diskless workstations will use the local ntp server instead of
+# the default ones from the net.
+TIMESERVER=ntp
More information about the debian-edu-commits
mailing list