summaryrefslogtreecommitdiff
path: root/security/pam_smb/files
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-09-20 08:53:39 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-09-20 08:53:39 +0000
commit497c13571f23bbbe77a41d527abf20f4022c3ece (patch)
tree342f259dd12123c3a463bef06244c908fa95cc4d /security/pam_smb/files
parentUpdated distfile: some last-minute translations. (diff)
* Use $PREFIX/etc/pam_smb.conf instead of /etc/pam_smb.conf by default.
* Bump PORTREVISION accordingly. PR: ports/56994 Submitted by: Andrew Thompson <andy@fud.org.nz> Reviewed by: marcus (portmgr)
Diffstat (limited to 'security/pam_smb/files')
-rw-r--r--security/pam_smb/files/patch-pamsmbd::pam_read_conf.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/pam_smb/files/patch-pamsmbd::pam_read_conf.c b/security/pam_smb/files/patch-pamsmbd::pam_read_conf.c
new file mode 100644
index 000000000000..3fa39b5eee9b
--- /dev/null
+++ b/security/pam_smb/files/patch-pamsmbd::pam_read_conf.c
@@ -0,0 +1,11 @@
+--- pamsmbd/pam_read_conf.c.orig Wed Mar 20 01:03:33 2002
++++ pamsmbd/pam_read_conf.c Sat Sep 20 09:32:41 2003
+@@ -25,7 +25,7 @@
+ #include "constants.h"
+ #include "cache.h"
+
+-#define CONFFILE "/etc/pam_smb.conf"
++#define CONFFILE "%%PREFIX%%/etc/pam_smb.conf"
+
+ int smb_readpamconf(domain_list *);
+