]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/samba
samba: remove pid at killproc in initscript
[people/pmueller/ipfire-2.x.git] / lfs / samba
index 5c527b257d40af4fbc882995191e699cbea257ea..29dfec2e92e985f814d7fea82b1d3079216ab017 100644 (file)
--- a/lfs/samba
+++ b/lfs/samba
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 4.13.0
+VER        = 4.13.1
 
 THISAPP    = samba-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = samba
-PAK_VER    = 70
+PAK_VER    = 74
 
 DEPS       = avahi cups libtirpc krb5 perl-Parse-Yapp
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = a7f5cccac09d638b3bd11204003b7e7b
+$(DL_FILE)_MD5 = d9243ab374897ba91aa3eb7354e83553
 
 install : $(TARGET)
 
@@ -110,6 +110,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        chmod 750 /var/lib/samba/winbindd_privileged
        chgrp wbpriv /var/lib/samba/winbindd_privileged
 
+       # Create spool directory for print jobs
+       mkdir -p /var/spool/samba
+       chmod -v 1777 /var/spool/samba/
+
        #install initscripts
        $(call INSTALL_INITSCRIPT,samba)