From: Ben Schweikert Date: Wed, 4 Nov 2009 08:58:22 +0000 (+0100) Subject: Added the missing upstart job for cups. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a11882c5b8a73b5e0d228e7ae5293c2508cfe6e6;p=ipfire-3.x.git Added the missing upstart job for cups. --- diff --git a/lfs/cups b/lfs/cups index 4551a2ba7..3d82ca789 100644 --- a/lfs/cups +++ b/lfs/cups @@ -95,5 +95,6 @@ $(OBJECT): $(objects) cp -fv $(DIR_SRC)/$(THISAPP)/conf/cupsd.conf /etc/cups/ + $(INSTALL_INITSCRIPT) @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/src/initscripts/extras/cups.conf b/src/initscripts/extras/cups.conf new file mode 100644 index 000000000..435ddbefe --- /dev/null +++ b/src/initscripts/extras/cups.conf @@ -0,0 +1,9 @@ +description "Common Unix Printing System" +author "IPFire Team" + +start on started network +stop on stopping network + +exec /usr/sbin/cupsd -c /etc/cupsd.conf +expect daemon +respawn