Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 315217 Details for
Bug 421007
net-misc/xupnpd - Light DLNA Media Server
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
xupnpd.init
xupnpd.init (text/plain), 526 bytes, created by
Vladimir Berezhnoy
on 2012-06-13 17:17:40 UTC
(
hide
)
Description:
xupnpd.init
Filename:
MIME Type:
Creator:
Vladimir Berezhnoy
Created:
2012-06-13 17:17:40 UTC
Size:
526 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License, v2 or later > >depend() { > need localmount net > after bootmisc > use logger >} > >start() { > ebegin "Starting ${SVCNAME}" > start-stop-daemon --start --exec /usr/bin/xupnpd \ > --pidfile /var/run/xupnpd.pid \ > -e XUPNPDROOTDIR=/usr/share/xupnpd > eend $? >} > >stop() { > ebegin "Stopping ${SVCNAME}" > start-stop-daemon --stop --exec /usr/bin/xupnpd \ > --pidfile /var/run/xupnpd.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 421007
:
315211
|
315213
|
315215
| 315217