[Pkg-samba-maint] r1077 - trunk

Peter Eisentraut petere at costa.debian.org
Thu Jun 8 23:03:37 UTC 2006


Author: petere
Date: 2006-06-08 23:03:36 +0000 (Thu, 08 Jun 2006)
New Revision: 1077

Modified:
   trunk/changelog
   trunk/rules
   trunk/samba.dirs
   trunk/smb.conf
Log:
Create /var/spool/samba and use it as default printer spool
(closes: #275241)


Modified: trunk/changelog
===================================================================
--- trunk/changelog	2006-06-01 11:02:56 UTC (rev 1076)
+++ trunk/changelog	2006-06-08 23:03:36 UTC (rev 1077)
@@ -39,6 +39,8 @@
   * Updated to debhelper level 5
   * Rearranged dh_strip calls so that build succeeds with
     DEB_BUILD_OPTIONS=nostrip. Closes: #288995
+  * Create /var/spool/samba and use it as default printer spool
+    (closes: #275241)
 
  -- Christian Perrier <bubulle at debian.org>  Tue, 25 Apr 2006 11:27:23 +0200
 

Modified: trunk/rules
===================================================================
--- trunk/rules	2006-06-01 11:02:56 UTC (rev 1076)
+++ trunk/rules	2006-06-08 23:03:36 UTC (rev 1077)
@@ -244,6 +244,7 @@
 	# Set some reasonable default perms for the samba logdir.
 	chmod 0750 debian/samba/var/log/samba/
 	chown root.adm debian/samba/var/log/samba/
+	chmod 1777 debian/samba/var/spool/samba/
 
 	DH_OPTIONS= dh_makeshlibs -plibsmbclient -V'libsmbclient (>= 3.0.2a-1)'
 	dh_installdeb

Modified: trunk/samba.dirs
===================================================================
--- trunk/samba.dirs	2006-06-01 11:02:56 UTC (rev 1076)
+++ trunk/samba.dirs	2006-06-08 23:03:36 UTC (rev 1077)
@@ -5,3 +5,4 @@
 var/lib/samba/printers/WIN40
 var/run/samba
 var/cache/samba
+var/spool/samba

Modified: trunk/smb.conf
===================================================================
--- trunk/smb.conf	2006-06-01 11:02:56 UTC (rev 1076)
+++ trunk/smb.conf	2006-06-08 23:03:36 UTC (rev 1077)
@@ -248,7 +248,7 @@
 [printers]
    comment = All Printers
    browseable = no
-   path = /tmp
+   path = /var/spool/samba
    printable = yes
    public = no
    writable = no




More information about the Pkg-samba-maint mailing list