diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-06-22 07:04:52 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-06-22 07:04:52 +0000 |
commit | e3af456ffe035fe981129bc686b99a71eafdf87b (patch) | |
tree | 2284516157f91d8cc87cd55dc493bcad27ef87b2 /net-print/cups/files | |
parent | Add /etc/cups/ssl, thanks to Philipp Rosenberger <philipp@iluminat23.org> and... (diff) | |
download | gentoo-2-e3af456ffe035fe981129bc686b99a71eafdf87b.tar.gz gentoo-2-e3af456ffe035fe981129bc686b99a71eafdf87b.tar.bz2 gentoo-2-e3af456ffe035fe981129bc686b99a71eafdf87b.zip |
Add /etc/cups/ssl, thanks to Philipp Rosenberger <philipp@iluminat23.org> and Joe Kappus <joecool1029@gmail.com> in bug 137444, ebuild cleanups
(Portage version: 2.1.1_pre1-r1)
(Unsigned Manifest commit)
Diffstat (limited to 'net-print/cups/files')
-rw-r--r-- | net-print/cups/files/cupsd.rc6 | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net-print/cups/files/cupsd.rc6 b/net-print/cups/files/cupsd.rc6 deleted file mode 100644 index 7e5d85c3690e..000000000000 --- a/net-print/cups/files/cupsd.rc6 +++ /dev/null @@ -1,24 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/files/cupsd.rc6,v 1.19 2005/05/14 14:20:33 lanius Exp $ - -depend() { - use net - after logger - before nfs - use hotplug - after vmware -} - -start() { - ebegin "Starting cupsd" - start-stop-daemon --start --quiet --exec /usr/sbin/cupsd - eend $? -} - -stop() { - ebegin "Stopping cupsd" - start-stop-daemon --stop --quiet --exec /usr/sbin/cupsd - eend $? -} |