diff options
Diffstat (limited to 'net/samba33/patches')
-rw-r--r-- | net/samba33/patches/patch-aa | 12 | ||||
-rw-r--r-- | net/samba33/patches/patch-aq | 13 |
2 files changed, 8 insertions, 17 deletions
diff --git a/net/samba33/patches/patch-aa b/net/samba33/patches/patch-aa index 8c99a442050..77a8c3a6e0c 100644 --- a/net/samba33/patches/patch-aa +++ b/net/samba33/patches/patch-aa @@ -1,9 +1,9 @@ -$NetBSD: patch-aa,v 1.1.1.1 2010/02/16 16:24:15 taca Exp $ +$NetBSD: patch-aa,v 1.2 2010/03/02 14:56:22 taca Exp $ ---- ../docs/manpages/smb.conf.5.orig 2010-01-14 10:18:02.000000000 +0000 +--- ../docs/manpages/smb.conf.5.orig 2010-02-22 15:53:37.000000000 +0000 +++ ../docs/manpages/smb.conf.5 -@@ -6955,6 +6955,15 @@ Example: - \fI\fIpasswd chat\fR\fR\fI = \fR\fI"*Enter NEW password*" %n\en "*Reenter NEW password*" %n\en "*Password changed*"\fR\fI \fR +@@ -7441,6 +7441,15 @@ Example: + \fI\fIpasswd chat\fR\fR\fI = \fR\fI\FC"*Enter NEW password*" %n\en "*Reenter NEW password*" %n\en "*Password changed*"\F[]\fR\fI \fR .RE +passwd expand gecos (G) @@ -18,8 +18,8 @@ $NetBSD: patch-aa,v 1.1.1.1 2010/02/16 16:24:15 taca Exp $ passwd program (G) .\" passwd program .PP -@@ -9003,6 +9012,15 @@ Default: - \fI\fIstat cache\fR\fR\fI = \fR\fIyes\fR\fI \fR +@@ -9587,6 +9596,15 @@ Default: + \fI\fIstat cache\fR\fR\fI = \fR\fI\FCyes\F[]\fR\fI \fR .RE +state directory (G) diff --git a/net/samba33/patches/patch-aq b/net/samba33/patches/patch-aq index 0dd75460d6b..ac460555ccd 100644 --- a/net/samba33/patches/patch-aq +++ b/net/samba33/patches/patch-aq @@ -1,11 +1,11 @@ -$NetBSD: patch-aq,v 1.1.1.1 2010/02/16 16:24:16 taca Exp $ +$NetBSD: patch-aq,v 1.2 2010/03/02 14:56:22 taca Exp $ Add support for: passwd expand gecos state directory ---- param/loadparm.c.orig 2010-01-14 10:12:10.000000000 +0000 +--- param/loadparm.c.orig 2010-02-25 09:46:35.000000000 +0000 +++ param/loadparm.c @@ -121,6 +121,7 @@ struct global { char *szDeletePrinterCommand; @@ -23,15 +23,6 @@ Add support for: bool bTimestampLogs; bool bNTSmbSupport; bool bNTPipeSupport; -@@ -589,7 +591,7 @@ static struct service sDefault = { - True, /* bLevel2OpLocks */ - False, /* bOnlyUser */ - True, /* bMangledNames */ -- True, /* bWidelinks */ -+ False, /* bWidelinks */ - True, /* bSymlinks */ - False, /* bSyncAlways */ - False, /* bStrictAllocate */ @@ -1248,6 +1250,15 @@ static struct parm_struct parm_table[] = .flags = FLAG_ADVANCED, }, |