diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2001-12-17 19:05:17 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2001-12-17 19:05:17 +0000 |
commit | 95b3a1e7a99fee3456a1cc3f3c6e1175c4dc042e (patch) | |
tree | 2a75c84fb5cb365ba3db8272e77271565e954781 /security/pam_smb/files/patch-ad | |
parent | Fix default location of sendmail binary (diff) |
After much delay, I am finally able to test pam_smb again, which means
we can update to the latest version. Hooray!
PR: ports/26913
Submitted by: dwcjr
Notes
Notes:
svn path=/head/; revision=51683
Diffstat (limited to 'security/pam_smb/files/patch-ad')
-rw-r--r-- | security/pam_smb/files/patch-ad | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/pam_smb/files/patch-ad b/security/pam_smb/files/patch-ad deleted file mode 100644 index 9b0a7b49c011..000000000000 --- a/security/pam_smb/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- pam_smb_auth.c.orig Wed Jun 20 06:33:23 2001 -+++ pam_smb_auth.c Wed Jun 20 06:33:45 2001 -@@ -251,7 +251,7 @@ - w=smb_readpamconf(server,server2,domain); - if (w!=0) - { -- syslog(LOG_AUTHPRIV | LOG_ALERT, "pam_smb: Missing Configuration file : /etc/pam_smb.conf"); -+ syslog(LOG_AUTHPRIV | LOG_ALERT, "pam_smb: Missing Configuration file : "CONFDIR"/pam_smb.conf"); - return PAM_AUTHINFO_UNAVAIL; - } - |