diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 1509af86a3d1..276bc0f38053 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20120530: kde pam lives now in ports +OLD_FILES+=/etc/pam.d/kde # 20120505: new clang import installed a redundant internal header OLD_FILES+=usr/include/clang/3.1/stdalign.h # 20120428: MD2 removed from libmd diff --git a/etc/pam.d/Makefile b/etc/pam.d/Makefile index f3795b312ac0..7369022cc8b6 100644 --- a/etc/pam.d/Makefile +++ b/etc/pam.d/Makefile @@ -7,7 +7,6 @@ FILES= README \ cron \ ftpd \ imap \ - kde \ login \ other \ passwd pop3 \ diff --git a/etc/pam.d/kde b/etc/pam.d/kde deleted file mode 100644 index f7d54f66c6ca..000000000000 --- a/etc/pam.d/kde +++ /dev/null @@ -1,19 +0,0 @@ -# -# $FreeBSD$ -# -# PAM configuration for the "kde" service -# - -# auth -#auth sufficient pam_krb5.so no_warn try_first_pass -#auth sufficient pam_ssh.so no_warn try_first_pass -auth required pam_unix.so no_warn try_first_pass - -# account -account required pam_nologin.so -#account required pam_krb5.so -account required pam_unix.so - -# session -#session optional pam_ssh.so want_agent -session required pam_permit.so