diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-03-19 02:30:45 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-03-19 02:30:45 +0000 |
commit | e142a5b9effd8733420acbcbfe0364fd1e8ea957 (patch) | |
tree | b0643c6e5546ff93a1831a23cd68dfc0506ce234 /x11 | |
parent | 0da94c328bf4a05a78379c1c8bf6c4f52407e6ce (diff) | |
download | ports-e142a5b9effd8733420acbcbfe0364fd1e8ea957.tar.gz ports-e142a5b9effd8733420acbcbfe0364fd1e8ea957.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wdm/files/patch-ag | 11 |
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" |