[Pkg-samba-maint] r1212 - in trunk: . patches

Noel Koethe noel at alioth.debian.org
Thu Nov 16 14:03:21 CET 2006


Author: noel
Date: 2006-11-16 14:03:20 +0100 (Thu, 16 Nov 2006)
New Revision: 1212

Modified:
   trunk/changelog
   trunk/patches/adapt_machine_creation_script.patch
Log:
updated adapt_machine_creation_script.patch for 3.0.23d

Modified: trunk/changelog
===================================================================
--- trunk/changelog	2006-11-16 13:00:45 UTC (rev 1211)
+++ trunk/changelog	2006-11-16 13:03:20 UTC (rev 1212)
@@ -5,6 +5,7 @@
   [ Noèl Köthe ]
   * updated documentation.patch for 3.0.23d
   * updated non-linux-ports.patch for 3.0.23d
+  * updated adapt_machine_creation_script.patch for 3.0.23d
 
   [ Debconf translations ]
   * Added Bosnian. Closes: #396634

Modified: trunk/patches/adapt_machine_creation_script.patch
===================================================================
--- trunk/patches/adapt_machine_creation_script.patch	2006-11-16 13:00:45 UTC (rev 1211)
+++ trunk/patches/adapt_machine_creation_script.patch	2006-11-16 13:03:20 UTC (rev 1212)
@@ -3,16 +3,19 @@
 
 Status wrt upstream: Debian specific
 
-Index: samba-3.0.23c/docs/manpages/smb.conf.5
+Index: samba-3.0.23d/docs/manpages/smb.conf.5
 ===================================================================
---- samba-3.0.23c.orig/docs/manpages/smb.conf.5	2006-09-02 10:08:44.724548775 +0200
-+++ samba-3.0.23c/docs/manpages/smb.conf.5	2006-09-02 10:09:36.184964559 +0200
-@@ -522,7 +522,7 @@
- 
- Default: \fB\fIadd machine script\fR = \fR 
- 
--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/useradd \-g machines \-c Machine \-d /var/lib/samba \-s /bin/false %u \fR 
- 
- .TP
+--- samba-3.0.23d.orig/docs/manpages/smb.conf.5	2006-09-02 10:08:44.724548775 +0200
++++ samba-3.0.23d/docs/manpages/smb.conf.5	2006-09-02 10:09:36.184964559 +0200
+@@ -561,8 +561,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
+ .TP 3n
  add port command (G)
+ Samba 3.0.23 introduces support for adding printer ports remotely using the Windows "Add Standard TCP/IP Port Wizard". This option defines an external program to be executed when smbd receives a request to add a new Port to the system. he script is passed two parameters:
+




More information about the Pkg-samba-maint mailing list