diff options
author | Joshua Brindle <method@gentoo.org> | 2004-03-31 09:58:00 +0000 |
---|---|---|
committer | Joshua Brindle <method@gentoo.org> | 2004-03-31 09:58:00 +0000 |
commit | e21595a0dcf271b38a3ccc54c05058c114498b42 (patch) | |
tree | 9adc369f49561c9c673a3bc7474cf039cd6c6ba7 /media-sound/audio-entropyd/files | |
parent | marked ghc-6.2 stable on x86 (related to bug #46212) (diff) | |
download | historical-e21595a0dcf271b38a3ccc54c05058c114498b42.tar.gz historical-e21595a0dcf271b38a3ccc54c05058c114498b42.tar.bz2 historical-e21595a0dcf271b38a3ccc54c05058c114498b42.zip |
initial import
Diffstat (limited to 'media-sound/audio-entropyd/files')
-rw-r--r-- | media-sound/audio-entropyd/files/audio-entropyd.init | 19 | ||||
-rw-r--r-- | media-sound/audio-entropyd/files/digest-audio-entropyd-0.0.6 | 1 |
2 files changed, 20 insertions, 0 deletions
diff --git a/media-sound/audio-entropyd/files/audio-entropyd.init b/media-sound/audio-entropyd/files/audio-entropyd.init new file mode 100644 index 000000000000..a4c56fc6df15 --- /dev/null +++ b/media-sound/audio-entropyd/files/audio-entropyd.init @@ -0,0 +1,19 @@ +#!/sbin/runscript +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/files/audio-entropyd.init,v 1.1 2004/03/31 09:58:00 method Exp $ + +start() { + + ebegin "audio-entropyd" + start-stop-daemon --start --quiet --exec /usr/bin/audio-entropyd --background + eend $? + +} + +stop() { + + ebegin "Stopping famd" + start-stop-daemon --stop --quiet --exec /usr/bin/audio-entropyd + eend $? +} diff --git a/media-sound/audio-entropyd/files/digest-audio-entropyd-0.0.6 b/media-sound/audio-entropyd/files/digest-audio-entropyd-0.0.6 new file mode 100644 index 000000000000..846f12b504df --- /dev/null +++ b/media-sound/audio-entropyd/files/digest-audio-entropyd-0.0.6 @@ -0,0 +1 @@ +MD5 ef014b233c08a0f6eb12d2a75c3041b9 audio-entropyd-0.0.6.tgz 15478 |