diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-09-20 08:53:39 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-09-20 08:53:39 +0000 |
commit | 497c13571f23bbbe77a41d527abf20f4022c3ece (patch) | |
tree | 342f259dd12123c3a463bef06244c908fa95cc4d /security/pam_smb/files | |
parent | Updated 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.c | 11 |
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 *); + |