Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 19701 Details for
Bug 31866
softflowd-0.8.1.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
softflowd.init.d for files directory
softflowd.init.d (text/plain), 566 bytes, created by
Sven Wegener
on 2003-10-23 18:03:37 UTC
(
hide
)
Description:
softflowd.init.d for files directory
Filename:
MIME Type:
Creator:
Sven Wegener
Created:
2003-10-23 18:03:37 UTC
Size:
566 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 or later ># $Header: $ > >opts="depend start stop" > >depend() { > need net >} > >start() { > ebegin "Starting softflowd" > start-stop-daemon --start --quiet --exec /usr/sbin/softflowd -- -i $SOFTFLOWD_INTERFACE $SOFTFLOWD_OPTIONS > eend $? "Failed to start softflowd" >} > >stop() { > ebegin "Stopping softflowd" > start-stop-daemon --stop --quiet --signal 9 --pidfile /var/run/softflowd.pid > eend $? "Failed to stop softflowd" >}
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 31866
:
19698
|
19699
|
19700
|
19701
|
19702