diff options
Diffstat (limited to 'net/samba/patches/patch-bm')
-rw-r--r-- | net/samba/patches/patch-bm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/samba/patches/patch-bm b/net/samba/patches/patch-bm new file mode 100644 index 00000000000..96d9f703391 --- /dev/null +++ b/net/samba/patches/patch-bm @@ -0,0 +1,17 @@ +$NetBSD: patch-bm,v 1.1 2005/11/14 08:05:28 jlam Exp $ + +--- dynconfig.c.orig 2005-10-12 13:03:42.000000000 -0400 ++++ dynconfig.c +@@ -68,5 +68,12 @@ const fstring dyn_SHLIBEXT = SHLIBEXT; + const pstring dyn_LOCKDIR = LOCKDIR; + const pstring dyn_PIDDIR = PIDDIR; + ++/** ++ * @brief Directory holding persistent-state files. ++ * ++ * Not writable, but used to set a default in the parameter table. ++ **/ ++const pstring dyn_STATEDIR = STATEDIR; ++ + const pstring dyn_SMB_PASSWD_FILE = SMB_PASSWD_FILE; + const pstring dyn_PRIVATE_DIR = PRIVATE_DIR; |