[packages] cups: create missing directory in initscript (closes: #4973), bump release number

git-svn-id: svn://svn.openwrt.org/openwrt/packages@15310 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2009-04-20 23:22:26 +00:00
parent 5e630739ce
commit cd88c5ca15
2 changed files with 3 additions and 2 deletions

View 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:= \

View 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