Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 334264 Details for
Bug 450074
media-sound/fluidsynth - provide init script with package
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/etc/init.d/fluidsynth
fluidsynth (text/plain), 589 bytes, created by
marius.spix
on 2013-01-03 23:31:49 UTC
(
hide
)
Description:
/etc/init.d/fluidsynth
Filename:
MIME Type:
Creator:
marius.spix
Created:
2013-01-03 23:31:49 UTC
Size:
589 bytes
patch
obsolete
>#!/sbin/runscript > >#this requires any soundfont in the directory /usr/share/sounds/sf2/, e.g. media-sound/fluid-soundfont > >pidfile=/var/run/fluidsynth.pid >executable=/usr/bin/fluidsynth >soundfount_dir=/usr/share/sounds/sf2/ >args="-s -i -a alsa ${soundfount_dir}*" > >depend() >{ > need alsasound >} > >start() >{ > ebegin "Starting fluidsynth" > start-stop-daemon --background --start --pidfile $pidfile --make-pidfile --exec $executable -- $args > eend $? >} > >stop() >{ > ebegin "Stopping fluidsynth" > start-stop-daemon --stop --pidfile $pidfile > 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 450074
: 334264 |
613430
|
613432