Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 97655 Details for
Bug 137961
media-sound/lastfmsubmitd - Last.fm 'plugin' client (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/init/lastfmsubmitd
lastfmsubmitd (text/plain), 445 bytes, created by
Adrian Perez
on 2006-09-21 07:44:37 UTC
(
hide
)
Description:
files/init/lastfmsubmitd
Filename:
MIME Type:
Creator:
Adrian Perez
Created:
2006-09-21 07:44:37 UTC
Size:
445 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >depend() { > need localmount >} > >start() { > ebegin "Starting lastfmsubmitd" > start-stop-daemon --start --quiet --chuid lastfm \ > --exec /usr/bin/lastfmsubmitd > eend $? >} > >stop() { > ebegin "Stopping lastfmsubmitd" > start-stop-daemon --stop --quiet --user lastfm \ > --exec /usr/bin/lastfmsubmitd > 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 137961
:
90129
|
90134
|
90135
|
90136
|
97649
|
97650
|
97651
|
97652
|
97654
| 97655 |
198749