summaryrefslogtreecommitdiff
path: root/x11/wdm
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-03-19 02:30:45 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-03-19 02:30:45 +0000
commite142a5b9effd8733420acbcbfe0364fd1e8ea957 (patch)
treeb0643c6e5546ff93a1831a23cd68dfc0506ce234 /x11/wdm
parentAllow this to build on 3.x (diff)
Use /etc/pam.conf instead of /etc/pam.d/ (doesn't change pam.conf)
Remove patch-an which was a security hole and isn't needed any more Submitted by: ume
Notes
Notes: svn path=/head/; revision=26806
Diffstat (limited to 'x11/wdm')
-rw-r--r--x11/wdm/files/patch-ag11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/wdm/files/patch-ag b/x11/wdm/files/patch-ag
index 4727ee5f7e1f..d0dc84a5ae06 100644
--- a/x11/wdm/files/patch-ag
+++ b/x11/wdm/files/patch-ag
@@ -1,5 +1,16 @@
--- configure.in.orig Tue Sep 21 23:16:21 1999
+++ configure.in Mon Nov 1 05:26:32 1999
+@@ -66,6 +66,10 @@
+ AC_MSG_CHECKING(for pam directory $PAM_DIR_PATH)
+ if test -d "$PAM_DIR_PATH"; then
+ AC_MSG_RESULT(exists)
++ elif test -f "/etc/pam.conf"; then
++ AC_MSG_RESULT(using /etc/pam.conf)
++ PAMDIR=none
++ PAM_DIR_PATH=none
+ else
+ AC_MSG_RESULT(does not exist)
+ AC_MSG_WARN([this may not be a pam system <<--------------])
@@ -183,7 +183,7 @@
XLFLAGS="$X_LIBS"