aboutsummaryrefslogtreecommitdiff
path: root/etc/pam.d
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-11-03 00:35:26 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-11-03 00:35:26 +0000
commit3640cb54210edbb7edbf1b12ef0127ecfcea967d (patch)
tree60a81407b110eb6d80af1e0affba0ec353de6a9c /etc/pam.d
parent3d215489fe03c6c5cecc3b5ed9ea39118e6ce379 (diff)
Diffstat (limited to 'etc/pam.d')
-rw-r--r--etc/pam.d/Makefile2
-rw-r--r--etc/pam.d/README2
-rw-r--r--etc/pam.d/convert.pl2
-rw-r--r--etc/pam.d/ftpd2
-rw-r--r--etc/pam.d/gdm2
-rw-r--r--etc/pam.d/imap2
-rw-r--r--etc/pam.d/kde2
-rw-r--r--etc/pam.d/login2
-rw-r--r--etc/pam.d/other2
-rw-r--r--etc/pam.d/passwd2
-rw-r--r--etc/pam.d/pop32
-rw-r--r--etc/pam.d/rsh2
-rw-r--r--etc/pam.d/sshd2
-rw-r--r--etc/pam.d/su2
-rw-r--r--etc/pam.d/system2
-rw-r--r--etc/pam.d/telnetd2
-rw-r--r--etc/pam.d/xdm2
17 files changed, 17 insertions, 17 deletions
diff --git a/etc/pam.d/Makefile b/etc/pam.d/Makefile
index 19337889af24..1d1f02a10f7b 100644
--- a/etc/pam.d/Makefile
+++ b/etc/pam.d/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/etc/pam.d/Makefile,v 1.13 2005/06/10 20:52:36 nectar Exp $
NO_OBJ=
FILES= README ftpd gdm imap kde login other passwd pop3 \
diff --git a/etc/pam.d/README b/etc/pam.d/README
index 7b8f9582124e..f83dda74b111 100644
--- a/etc/pam.d/README
+++ b/etc/pam.d/README
@@ -59,4 +59,4 @@ particular service and module type may result in surprising behaviour.
To get the intended semantics, add a "required" entry listing the
pam_deny module at the end of the chain.
-$FreeBSD$
+$FreeBSD: src/etc/pam.d/README,v 1.5 2004/06/06 11:46:29 schweikh Exp $
diff --git a/etc/pam.d/convert.pl b/etc/pam.d/convert.pl
index f4c0676e1c4a..e505237de887 100644
--- a/etc/pam.d/convert.pl
+++ b/etc/pam.d/convert.pl
@@ -32,7 +32,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD$
+# $FreeBSD: src/etc/pam.d/convert.pl,v 1.6 2004/06/06 11:46:29 schweikh Exp $
#
use strict;
diff --git a/etc/pam.d/ftpd b/etc/pam.d/ftpd
index d248f00ad86f..4234d8aad231 100644
--- a/etc/pam.d/ftpd
+++ b/etc/pam.d/ftpd
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/etc/pam.d/ftpd,v 1.18 2003/04/30 21:57:54 markm Exp $
#
# PAM configuration for the "ftpd" service
#
diff --git a/etc/pam.d/gdm b/etc/pam.d/gdm
index 08391e68a949..f9252f89cd5a 100644
--- a/etc/pam.d/gdm
+++ b/etc/pam.d/gdm
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/etc/pam.d/gdm,v 1.7 2003/04/30 21:57:54 markm Exp $
#
# PAM configuration for the "gdm" service
#
diff --git a/etc/pam.d/imap b/etc/pam.d/imap
index cba8af9f9d87..acb76e04171d 100644
--- a/etc/pam.d/imap
+++ b/etc/pam.d/imap
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/etc/pam.d/imap,v 1.5 2003/03/08 09:50:11 markm Exp $
#
# PAM configuration for the "imap" service
#
diff --git a/etc/pam.d/kde b/etc/pam.d/kde
index 539018363f11..92937c6fdff6 100644
--- a/etc/pam.d/kde
+++ b/etc/pam.d/kde
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/etc/pam.d/kde,v 1.6 2003/04/30 21:57:54 markm Exp $
#
# PAM configuration for the "kde" service
#
diff --git a/etc/pam.d/login b/etc/pam.d/login
index a4c66285adb5..5b67c8e310b9 100644
--- a/etc/pam.d/login
+++ b/etc/pam.d/login
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/etc/pam.d/login,v 1.16 2003/06/14 12:35:05 des Exp $
#
# PAM configuration for the "login" service
#
diff --git a/etc/pam.d/other b/etc/pam.d/other
index e4ddf7ee4a9f..55eccf68e4f5 100644
--- a/etc/pam.d/other
+++ b/etc/pam.d/other
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/etc/pam.d/other,v 1.10 2003/04/30 21:57:54 markm Exp $
#
# PAM configuration for the "other" service
#
diff --git a/etc/pam.d/passwd b/etc/pam.d/passwd
index e65508326ab2..37b681f0cfa5 100644
--- a/etc/pam.d/passwd
+++ b/etc/pam.d/passwd
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/etc/pam.d/passwd,v 1.3 2003/04/24 12:22:42 des Exp $
#
# PAM configuration for the "passwd" service
#
diff --git a/etc/pam.d/pop3 b/etc/pam.d/pop3
index 34d6cc055fe9..cdd04631a48d 100644
--- a/etc/pam.d/pop3
+++ b/etc/pam.d/pop3
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/etc/pam.d/pop3,v 1.5 2003/03/08 09:50:11 markm Exp $
#
# PAM configuration for the "pop3" service
#
diff --git a/etc/pam.d/rsh b/etc/pam.d/rsh
index 02c0048eabf1..a0f7bd959c4e 100644
--- a/etc/pam.d/rsh
+++ b/etc/pam.d/rsh
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/etc/pam.d/rsh,v 1.5 2003/02/10 00:50:03 des Exp $
#
# PAM configuration for the "rsh" service
#
diff --git a/etc/pam.d/sshd b/etc/pam.d/sshd
index cf3e0f0acd75..e1ba2971dacd 100644
--- a/etc/pam.d/sshd
+++ b/etc/pam.d/sshd
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/etc/pam.d/sshd,v 1.15 2003/04/30 21:57:54 markm Exp $
#
# PAM configuration for the "sshd" service
#
diff --git a/etc/pam.d/su b/etc/pam.d/su
index 834c27e08b8e..babd642980e5 100644
--- a/etc/pam.d/su
+++ b/etc/pam.d/su
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/etc/pam.d/su,v 1.16 2003/07/09 18:40:49 des Exp $
#
# PAM configuration for the "su" service
#
diff --git a/etc/pam.d/system b/etc/pam.d/system
index c2f4d8b3fdac..a4ac703d02b3 100644
--- a/etc/pam.d/system
+++ b/etc/pam.d/system
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/etc/pam.d/system,v 1.1 2003/06/14 12:35:05 des Exp $
#
# System-wide defaults
#
diff --git a/etc/pam.d/telnetd b/etc/pam.d/telnetd
index 3ebee202accb..c0e987b766fe 100644
--- a/etc/pam.d/telnetd
+++ b/etc/pam.d/telnetd
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/etc/pam.d/telnetd,v 1.7 2003/04/30 21:57:54 markm Exp $
#
# PAM configuration for the "telnetd" service
#
diff --git a/etc/pam.d/xdm b/etc/pam.d/xdm
index 0a1c78e148c9..96e5d5e0ced3 100644
--- a/etc/pam.d/xdm
+++ b/etc/pam.d/xdm
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/etc/pam.d/xdm,v 1.10 2005/04/28 07:59:09 des Exp $
#
# PAM configuration for the "xdm" service
#