[debian-edu-commits] debian-edu/ 01/01: share/ltsp/init-ltsp.d/60-edu-client: Add more services (autofs, inetd, rpcbind, ntp, nfs-common, nscd, nclcd) to the remove list for thin clients.

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Mon Oct 13 13:10:37 UTC 2014


This is an automated email from the git hooks/post-receive script.

schweer-guest pushed a commit to branch master
in repository debian-edu-config.

commit 5d964c4659b2f50b16ea48860eeb3c69ece22520
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Mon Oct 13 15:10:11 2014 +0200

    share/ltsp/init-ltsp.d/60-edu-client: Add more services (autofs, inetd, rpcbind, ntp, nfs-common, nscd, nclcd) to the remove list for thin clients.
---
 debian/changelog                     | 5 +++++
 share/ltsp/init-ltsp.d/60-edu-client | 9 ++++++++-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c093ff6..50c6dbc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,11 +9,16 @@ debian-edu-config (1.810) UNRELEASED; urgency=high
     - Disable other dm services if ldm is used.
   * Rename 60-edu-diskless-ws to 60-edu-client to better match the
     script's purpose.
+  * share/ltsp/init-ltsp.d/60-edu-client:
+    Add more services (autofs, inetd, rpcbind, ntp, nfs-common, nscd,
+    nclcd) to the remove list for thin clients.
+
   * ltsp-build-client/Debian-custom/032-edu-pkgs:
     - Purge package modemmanager after checking that this has no side
       effects.
   * etc/apache2/*: Adjust conf files to use new directives.
 
+
   [ Petter Reinholdtsen ]
   * Enable the auto flag in the PXE installation, to allow more settings
     to be fetched from the preseed file.
diff --git a/share/ltsp/init-ltsp.d/60-edu-client b/share/ltsp/init-ltsp.d/60-edu-client
index e0e782a..501aad3 100644
--- a/share/ltsp/init-ltsp.d/60-edu-client
+++ b/share/ltsp/init-ltsp.d/60-edu-client
@@ -19,7 +19,14 @@ if boolean_is_true "$LTSP_FATCLIENT" && [ -z "$DEFAULT_DISPLAY_MANAGER" ]; then
     systemctl disable autofs.service
 fi
 
-# Remove useless cups browse service for thin clients.
+# Remove useless services for thin clients.
 if ! boolean_is_true "$LTSP_FATCLIENT" ; then
     systemctl disable cups-browsed.service
+    systemctl disable autofs.service
+    systemctl disable inetd.service
+    systemctl disable rpcbind.service
+    systemctl disable ntp.service
+    systemctl disable nfs-common.service
+    systemctl disable nslcd.service
+    systemctl disable nscd.service
 fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list