summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2004-09-05 02:17:10 +0000
committerChris White <chriswhite@gentoo.org>2004-09-05 02:17:10 +0000
commitf015bdceedd278f5983aa4caf56377d6f6492dd3 (patch)
treefdec419b1b12000a93147c0d774e97f65a70c52a /media-sound/shoutcast-trans-bin/files/shoutcast_trans
parentFixed diest (diff)
downloadhistorical-f015bdceedd278f5983aa4caf56377d6f6492dd3.tar.gz
historical-f015bdceedd278f5983aa4caf56377d6f6492dd3.tar.bz2
historical-f015bdceedd278f5983aa4caf56377d6f6492dd3.zip
Made shoutcast_trans use pidfile in start-stop-daemon for upcomming shoutcast doc. Marking x86 stable.
Diffstat (limited to 'media-sound/shoutcast-trans-bin/files/shoutcast_trans')
-rw-r--r--media-sound/shoutcast-trans-bin/files/shoutcast_trans2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/shoutcast-trans-bin/files/shoutcast_trans b/media-sound/shoutcast-trans-bin/files/shoutcast_trans
index bcaa75dd8249..058b4f19b2e3 100644
--- a/media-sound/shoutcast-trans-bin/files/shoutcast_trans
+++ b/media-sound/shoutcast-trans-bin/files/shoutcast_trans
@@ -21,7 +21,7 @@ start() {
checkconfig || return 1
ebegin "Starting Shoutcast Trans"
- start-stop-daemon --start --quiet --exec /opt/shoutcast/sc_trans_linux /etc/shoutcast/sc_trans.conf > /dev/null &
+ start-stop-daemon --start --quiet -m --pidfile /var/run/shoutcast_trans.pid --exec /opt/shoutcast/sc_trans_linux /etc/shoutcast/sc_trans.conf > /dev/null &
eend $?
}