[packages] cups: create missing directory in initscript (closes: #4973), bump release...
authorNicolas Thill <nico@openwrt.org>
Mon, 20 Apr 2009 23:22:26 +0000 (23:22 +0000)
committerNicolas Thill <nico@openwrt.org>
Mon, 20 Apr 2009 23:22:26 +0000 (23:22 +0000)
SVN-Revision: 15310

net/cups/Makefile
net/cups/files/cupsd.init

index 19dc405af6636aeb3bee8d50c3bb55ffe3d12950..101f712c36b1b1b684b15259d4633239f40d7822 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006-2009 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=cups
 PKG_VERSION:=1.3.7
-PKG_RELEASE:=4
+PKG_RELEASE:=5
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-source.tar.bz2
 PKG_SOURCE_URL:= \
index c76121261e422bd818076327f86f96051e81572b..ebbda23d8f2dadd363e611c403b917e049659f6c 100644 (file)
@@ -3,6 +3,7 @@
 START=50
 
 start() {
+       mkdir -p /var/cache/cups
        mkdir -p /var/cups
        mkdir -p /var/spool/cups/tmp
        /usr/sbin/cupsd