[debian-edu-commits] debian-edu/ 11/15: Adjust share/ltsp/init-ltsp.d/60-edu-client.

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Sun Feb 4 11:37:18 UTC 2018


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 e3d1e819af5a916d6fcd66a7ce727cf084c9a1d7
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Sun Feb 4 12:25:09 2018 +0100

    Adjust share/ltsp/init-ltsp.d/60-edu-client.
    
     Needed to cope with services previously managed via Debian-custom/032-edu-pkgs.
---
 share/ltsp/init-ltsp.d/60-edu-client | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/share/ltsp/init-ltsp.d/60-edu-client b/share/ltsp/init-ltsp.d/60-edu-client
index 9488275..1a5748a 100644
--- a/share/ltsp/init-ltsp.d/60-edu-client
+++ b/share/ltsp/init-ltsp.d/60-edu-client
@@ -33,23 +33,18 @@ if boolean_is_true "$LTSP_FATCLIENT" && [ -z "$DEFAULT_DISPLAY_MANAGER" ]; then
     service_disable autofs
 fi
 
-# Remove useless services for thin clients.
+# Remove useless services for thin clients (in addition to LTSP defaults).
 if ! boolean_is_true "$LTSP_FATCLIENT" ; then
     for service in \
-        cups-browsed \
-        anacron \
-        avahi-daemon \
         autofs \
-        bluetooth \
-        inetd \
-        rpcbind \
+        fetch-ldap-cert \
+        firefox-ldapconf \
+        minidlna \
         ntp \
-        nfs-common \
         nslcd \
         nscd \
-        timidity \
-        minidlna \
-        lirc \
+        rsync \
+        timidity
       ; do
         service_disable $service
     done

-- 
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