summaryrefslogtreecommitdiff
path: root/debian/libpam0g.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/libpam0g.postinst')
-rw-r--r--debian/libpam0g.postinst4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/libpam0g.postinst b/debian/libpam0g.postinst
index e26e34ea..eca8957e 100644
--- a/debian/libpam0g.postinst
+++ b/debian/libpam0g.postinst
@@ -106,7 +106,7 @@ then
check="$check vsftpd wu-ftpd wzdftpd xrdp yardradius yaws"
if ! who | awk '{print $2}'|grep -q ':[0-9]'; then
- check="$check kdm wdm xdm"
+ check="$check wdm xdm"
fi
echo "Checking init scripts..."
@@ -171,7 +171,7 @@ then
if who | awk '{print $2}' | grep -q ':[0-9]'; then
dms=""
- for service in kdm wdm xdm; do
+ for service in wdm xdm; do
case "$services" in
*$service*) ;;
*) dms="$dms $service"