summaryrefslogtreecommitdiff
path: root/sys-auth/pambase/files
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/pambase/files')
-rw-r--r--sys-auth/pambase/files/pambase-20120417-drop-motd-for-now.patch12
-rw-r--r--sys-auth/pambase/files/pambase-20120417-lastlog-silent.patch20
-rw-r--r--sys-auth/pambase/files/pambase-20120417-systemd-2.patch29
3 files changed, 0 insertions, 61 deletions
diff --git a/sys-auth/pambase/files/pambase-20120417-drop-motd-for-now.patch b/sys-auth/pambase/files/pambase-20120417-drop-motd-for-now.patch
deleted file mode 100644
index 3543c640..00000000
--- a/sys-auth/pambase/files/pambase-20120417-drop-motd-for-now.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- pambase-20120417.orig/system-login.in
-+++ pambase-20120417/system-login.in
-@@ -56,9 +56,6 @@ session optional pam_gnome_keyring.so a
- #if HAVE_SELINUX
- session required pam_selinux.so multiple open
- #endif
--#if HAVE_MOTD
--session optional pam_motd.so motd=/etc/motd
--#endif
- #if HAVE_MAIL
- session optional pam_mail.so
- #endif
diff --git a/sys-auth/pambase/files/pambase-20120417-lastlog-silent.patch b/sys-auth/pambase/files/pambase-20120417-lastlog-silent.patch
deleted file mode 100644
index 79266a74..00000000
--- a/sys-auth/pambase/files/pambase-20120417-lastlog-silent.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- pambase-20120417/login.in.orig 2012-11-21 14:31:49.031948988 +0100
-+++ pambase-20120417/login.in 2012-11-21 14:32:41.172330601 +0100
-@@ -3,4 +3,6 @@
-
- account include system-local-login
- password include system-local-login
-+
-+session optional pam_lastlog.so DEBUG
- session include system-local-login
---- pambase-20120417/system-login.in.orig 2012-11-21 14:31:42.232160039 +0100
-+++ pambase-20120417/system-login.in 2012-11-21 14:35:20.738025880 +0100
-@@ -41,7 +41,7 @@
- session required pam_env.so DEBUG
- #endif
- #if HAVE_LASTLOG
--session optional pam_lastlog.so DEBUG
-+session optional pam_lastlog.so silent DEBUG
- #endif
- session include system-auth
- #if HAVE_CONSOLEKIT
diff --git a/sys-auth/pambase/files/pambase-20120417-systemd-2.patch b/sys-auth/pambase/files/pambase-20120417-systemd-2.patch
deleted file mode 100644
index 047fb41c..00000000
--- a/sys-auth/pambase/files/pambase-20120417-systemd-2.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-http://bugs.gentoo.org/372229
-
---- Makefile
-+++ Makefile
-@@ -28,6 +28,10 @@
- PAMFLAGS += -DHAVE_CONSOLEKIT=1
- endif
-
-+ifeq "$(SYSTEMD)" "yes"
-+PAMFLAGS += -DHAVE_SYSTEMD=1
-+endif
-+
- ifeq "$(GNOME_KEYRING)" "yes"
- PAMFLAGS += -DHAVE_GNOME_KEYRING=1
- endif
---- system-login.in
-+++ system-login.in
-@@ -45,7 +45,10 @@
- #endif
- session include system-auth
- #if HAVE_CONSOLEKIT
--session optional pam_ck_connector.so nox11
-+-session optional pam_ck_connector.so nox11
-+#endif
-+#if HAVE_SYSTEMD
-+-session optional pam_systemd.so
- #endif
- #if HAVE_GNOME_KEYRING
- session optional pam_gnome_keyring.so auto_start