blob: e091a4c837ac6ee511195b6f036d1f4952ccf261 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Goal: Adapt example script to Debian
Fixes: #346234
Status wrt upstream: Debian specific
Note:
Index: samba-3.0.25a/docs/manpages/smb.conf.5
===================================================================
--- samba-3.0.25a.orig/docs/manpages/smb.conf.5 2007-05-26 07:45:38.688207821 +0200
+++ samba-3.0.25a/docs/manpages/smb.conf.5 2007-05-26 07:46:35.684661895 +0200
@@ -662,8 +662,8 @@
Default:
\fB\fIadd machine script\fR = \fR
.sp
-Example:
-\fB\fIadd machine script\fR = /usr/sbin/adduser -n -g machines -c Machine -d /var/lib/nobody -s /bin/false %u \fR
+Example for Debian:
+\fB\fIadd machine script\fR = /usr/sbin/adduser -n -g machines -c Machine -d /var/lib/samba -s /bin/false %u \fR
.RE
.PP
add port command (G)
|