From: Stefan Schantl Date: Sun, 2 Jan 2011 19:55:00 +0000 (+0100) Subject: cups: Change upstart script for new shutdown process. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f2db0c2e3f79224f29dda05ba1eb9318cbead44;p=ipfire-3.x.git cups: Change upstart script for new shutdown process. Reference #118 --- diff --git a/pkgs/core/cups/cups.init b/pkgs/core/cups/cups.init index c74f5ef30..8dc913730 100644 --- a/pkgs/core/cups/cups.init +++ b/pkgs/core/cups/cups.init @@ -2,7 +2,7 @@ description "Common Unix Printing System" author "IPFire Team" start on started network -stop on stopping network +stop on kill-all-network-services or stopping network exec /usr/sbin/cupsd -c /etc/cups/cupsd.conf expect daemon diff --git a/pkgs/core/cups/cups.nm b/pkgs/core/cups/cups.nm index 408990a34..f7927147a 100644 --- a/pkgs/core/cups/cups.nm +++ b/pkgs/core/cups/cups.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = cups PKG_VER = 1.4.5 -PKG_REL = 2 +PKG_REL = 3 PKG_MAINTAINER = PKG_GROUP = Applications/Printing