freebsd-ports/security/pam_smb/files/patch-aa
Nick Sayer 95b3a1e7a9 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
2001-12-17 19:05:17 +00:00

11 lines
302 B
Text

--- pamsmbd/pam_read_conf.c.orig Mon Dec 17 10:15:16 2001
+++ pamsmbd/pam_read_conf.c Mon Dec 17 10:15:40 2001
@@ -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 *);