aboutsummaryrefslogtreecommitdiffstats
path: root/x11/wdm
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>2000-03-19 10:30:45 +0800
committercpiazza <cpiazza@FreeBSD.org>2000-03-19 10:30:45 +0800
commitd69bff70b82dcff018edf62a469a1aae68d54b0a (patch)
treec64ad1a7835224aee88b5cce4d7752b944962c59 /x11/wdm
parent1d61e0b8c98820c7f660a1a74d4db1b03f31ede0 (diff)
downloadfreebsd-ports-gnome-d69bff70b82dcff018edf62a469a1aae68d54b0a.tar.gz
freebsd-ports-gnome-d69bff70b82dcff018edf62a469a1aae68d54b0a.tar.zst
freebsd-ports-gnome-d69bff70b82dcff018edf62a469a1aae68d54b0a.zip
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
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"