diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-07-16 15:08:31 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-07-16 15:08:31 +0000 |
commit | 01002db6339994fc639776360c795648d3907f41 (patch) | |
tree | a45f52b5cc76072d2ec4d3a5342d4e5e330f3dc9 /net-print/cups/files | |
parent | init script fix / compatibility with latest foomatic (diff) | |
download | gentoo-2-01002db6339994fc639776360c795648d3907f41.tar.gz gentoo-2-01002db6339994fc639776360c795648d3907f41.tar.bz2 gentoo-2-01002db6339994fc639776360c795648d3907f41.zip |
init script fix / compatibility with latest foomatic
Diffstat (limited to 'net-print/cups/files')
-rw-r--r-- | net-print/cups/files/cupsd.rc6 | 6 | ||||
-rw-r--r-- | net-print/cups/files/digest-cups-1.1.19-r1 | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net-print/cups/files/cupsd.rc6 b/net-print/cups/files/cupsd.rc6 index 5f88ddb191fd..36b9a6f8db46 100644 --- a/net-print/cups/files/cupsd.rc6 +++ b/net-print/cups/files/cupsd.rc6 @@ -1,15 +1,15 @@ #!/sbin/runscript # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/files/cupsd.rc6,v 1.7 2003/02/14 23:09:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/files/cupsd.rc6,v 1.8 2003/07/16 15:08:22 lanius Exp $ depend() { - need net + use net } start() { ebegin "Starting cupsd" - start-stop-daemon --start --quiet --background --exec /usr/sbin/cupsd + start-stop-daemon --start --quiet --exec /usr/sbin/cupsd eend $? } diff --git a/net-print/cups/files/digest-cups-1.1.19-r1 b/net-print/cups/files/digest-cups-1.1.19-r1 new file mode 100644 index 000000000000..6ea23d0802d6 --- /dev/null +++ b/net-print/cups/files/digest-cups-1.1.19-r1 @@ -0,0 +1 @@ +MD5 04cbeed9a8acfe23624f1cb6be9c3eac cups-1.1.19-source.tar.bz2 3691376 |