Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 268425 Details for
Bug 275112
new ebuilds: net-libs/libpdel-0.5.3 and net-dialup/mpd-4.4.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mpd5.init.d
mpd5.init.d (text/plain), 471 bytes, created by
Dmitri Bogomolov
on 2011-04-03 21:32:24 UTC
(
hide
)
Description:
mpd5.init.d
Filename:
MIME Type:
Creator:
Dmitri Bogomolov
Created:
2011-04-03 21:32:24 UTC
Size:
471 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >depend() { > use net >} > >start() { > ebegin "Starting mpd5" > start-stop-daemon --start --exec /usr/sbin/mpd5 \ > --pidfile /var/run/mpd5.pid \ > -- --background --pidfile /var/run/mpd5.pid ${MPD5_OPTS} > eend $? >} > >stop() { > ebegin "Stopping mpd5" > start-stop-daemon --stop --exec /usr/sbin/mpd5 \ > --pidfile /var/run/mpd5.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 275112
:
195516
|
265809
|
265811
|
265813
|
265815
|
268421
|
268423
| 268425