diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-11-03 16:23:30 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-11-03 16:23:30 +0000 |
commit | c5fcf75691196a05f11021e24fc7c12296cfc3b8 (patch) | |
tree | 492e9bf15dfcf1e5445dbafc80480552c3ac8e9f /gnome-base/gdm | |
parent | clean (diff) | |
download | historical-c5fcf75691196a05f11021e24fc7c12296cfc3b8.tar.gz historical-c5fcf75691196a05f11021e24fc7c12296cfc3b8.tar.bz2 historical-c5fcf75691196a05f11021e24fc7c12296cfc3b8.zip |
cleanup
Diffstat (limited to 'gnome-base/gdm')
-rw-r--r-- | gnome-base/gdm/files/2.2.3/gnomerc | 14 | ||||
-rw-r--r-- | gnome-base/gdm/files/2.2.3/pam.d/gdm | 8 |
2 files changed, 0 insertions, 22 deletions
diff --git a/gnome-base/gdm/files/2.2.3/gnomerc b/gnome-base/gdm/files/2.2.3/gnomerc deleted file mode 100644 index 7113e23aca25..000000000000 --- a/gnome-base/gdm/files/2.2.3/gnomerc +++ /dev/null @@ -1,14 +0,0 @@ -startssh= -sshagent=/usr/bin/ssh-agent -gnomesession=/usr/bin/gnome-session - -if [ -x $sshagent -a -z "$SSH_AUTH_SOCK" ]; then - startssh=yes -fi - -if [ -n "$startssh" ]; then - exec $sshagent -- $gnomesession -else - exec $gnomesession -fi - diff --git a/gnome-base/gdm/files/2.2.3/pam.d/gdm b/gnome-base/gdm/files/2.2.3/pam.d/gdm deleted file mode 100644 index 71ff8d13661b..000000000000 --- a/gnome-base/gdm/files/2.2.3/pam.d/gdm +++ /dev/null @@ -1,8 +0,0 @@ -#%PAM-1.0 -auth required /lib/security/pam_pwdb.so shadow nullok -auth required /lib/security/pam_nologin.so -account required /lib/security/pam_pwdb.so -password required /lib/security/pam_cracklib.so -password required /lib/security/pam_pwdb.so shadow nullok use_authtok -session required /lib/security/pam_pwdb.so -session optional /lib/security/pam_console.so |