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

Christian Perrier bubulle at costa.debian.org
Sat Jan 7 16:48:06 UTC 2006


Author: bubulle
Date: 2006-01-07 16:48:05 +0000 (Sat, 07 Jan 2006)
New Revision: 923

Added:
   trunk/patches/adapt_machine_creation_script.patch
   trunk/patches/series
Modified:
   trunk/changelog
Log:
Adapt machine creation script example to Debian
Add series which was previously forgotten...


Modified: trunk/changelog
===================================================================
--- trunk/changelog	2006-01-07 14:49:32 UTC (rev 922)
+++ trunk/changelog	2006-01-07 16:48:05 UTC (rev 923)
@@ -3,6 +3,8 @@
   [ Christian Perrier ]
   * Switch to quilt for patches management. Refresh all patches so
     that they apply cleanly. Closes: #345557
+  * debian/patches/adapt_machine_creation_script.patch:
+    - adapt example machine creation script to Debian
 
  -- Christian Perrier <bubulle at debian.org>  Thu,  5 Jan 2006 19:10:38 +0100
 

Added: trunk/patches/adapt_machine_creation_script.patch
===================================================================
--- trunk/patches/adapt_machine_creation_script.patch	2006-01-07 14:49:32 UTC (rev 922)
+++ trunk/patches/adapt_machine_creation_script.patch	2006-01-07 16:48:05 UTC (rev 923)
@@ -0,0 +1,18 @@
+Goal: Adapt example script to Debian
+Fixes: #346234
+
+Status wrt upstream: Debian specific
+
+Index: samba-3.0.21a/docs/manpages/smb.conf.5
+===================================================================
+--- samba-3.0.21a.orig/docs/manpages/smb.conf.5	2005-12-29 17:19:48.000000000 +0100
++++ samba-3.0.21a/docs/manpages/smb.conf.5	2006-01-07 17:44:20.210534570 +0100
+@@ -450,7 +450,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
+ add printer command (G)

Added: trunk/patches/series
===================================================================
--- trunk/patches/series	2006-01-07 14:49:32 UTC (rev 922)
+++ trunk/patches/series	2006-01-07 16:48:05 UTC (rev 923)
@@ -0,0 +1,19 @@
+cups.patch
+documentation.patch
+fhs.patch
+installswat.sh.patch
+make-distclean.patch
+nmbd-signalling.patch
+non-linux-ports.patch
+nonpic-libsmbclient.patch
+pam-examples.patch
+README_nosmbldap-tools.patch
+samba.patch
+smbclient-pager.patch
+smbmount-mtab-flags.patch
+smbmount-nomtab.patch
+smbmount-unix-caps.patch
+smbstatus-locking.patch
+undefined-symbols.patch
+VERSION.patch
+adapt_machine_creation_script.patch




More information about the Pkg-samba-maint mailing list