[debian-edu-commits] debian-edu/ 01/01: ltsp chroot: Purge package consolekit as systemd-logind does the job.

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Wed Oct 15 21:32:04 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 e21b7649b322e66311522d54388cf4f06874e87f
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Wed Oct 15 23:31:36 2014 +0200

    ltsp chroot: Purge package consolekit as systemd-logind does the job.
---
 debian/changelog                                                | 1 +
 share/ltsp/plugins/ltsp-build-client/Debian-custom/032-edu-pkgs | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2bb6067..6b15cab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ debian-edu-config (1.810) UNRELEASED; urgency=high
     - Purge package modemmanager after checking that this has no side
       effects.
     - Purge package samba to get rid of it completely (already rc).
+    - Purge package consolekit as systemd-logind does the job.
   * etc/apache2/*: Adjust conf files to use new directives.
 
   [ Petter Reinholdtsen ]
diff --git a/share/ltsp/plugins/ltsp-build-client/Debian-custom/032-edu-pkgs b/share/ltsp/plugins/ltsp-build-client/Debian-custom/032-edu-pkgs
index 077ea62..4d34eef 100644
--- a/share/ltsp/plugins/ltsp-build-client/Debian-custom/032-edu-pkgs
+++ b/share/ltsp/plugins/ltsp-build-client/Debian-custom/032-edu-pkgs
@@ -244,6 +244,9 @@ setup_diskless_workstation() {
     # samba status is rc; so purge the package, too.
     in_target apt-get -y purge samba
 
+    # consolekit is deprecated: replacement is systemd-logind.
+    in_target apt-get -y purge consolekit
+
     # Missing unique ID on the clients, so no use keeping it around
     in_target apt-get -y purge popularity-contest
 

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