Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 136376 Details for
Bug 199602
media-sound/ezstream - init script
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Init script (fix)
ezstream-initd (text/plain), 732 bytes, created by
Yoann LE TOUCHE
on 2007-11-19 14:22:01 UTC
(
hide
)
Description:
Init script (fix)
Filename:
MIME Type:
Creator:
Yoann LE TOUCHE
Created:
2007-11-19 14:22:01 UTC
Size:
732 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >depend() { > need icecast >} > >checkconfig() { > if [ ! -e ${CONFIGFILE} ]; then > eerror "You need to make a config file" > return 1 > fi >} > >start() { > checkconfig || return 1 > ebegin "Starting Ezstream" > start-stop-daemon --background --start --pidfile /var/run/ezstream.pid --make-pidfile --chuid icecast:nogroup --exec /usr/bin/ezstream -- ${EZSTREAM_OPTS} -c "${CONFIGFILE}" > eend $? >} > >stop() { > ebegin "Stopping Ezstream" > start-stop-daemon --stop --pidfile /var/run/ezstream.pid --name ezstream > eend $? >} > >reload() { > ebegin "Rereading the playlist" > kill -1 `cat /var/run/ezstream.pid` > eend $? >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 199602
:
136359
|
136360
|
136361
| 136376