Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 123673 Details for
Bug 184002
net-analyzer/bandwidthd-2.0.1 (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
init script
bandwidthd.rc (text/plain), 707 bytes, created by
Steve Yin
on 2007-07-02 16:54:24 UTC
(
hide
)
Description:
init script
Filename:
MIME Type:
Creator:
Steve Yin
Created:
2007-07-02 16:54:24 UTC
Size:
707 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >opts="reload" > >depend() { > need net >} > >start() { > ebegin "Starting bandwidthd" > start-stop-daemon --start --pidfile ${BANDWIDTHD_PID} \ > --exec /usr/sbin/bandwidthd -- -p ${BANDWIDTHD_PID} \ > -c ${BANDWIDTHD_CONF} -o ${BANDWIDTHD_DATA} > eend $? >} > >stop() { > ebegin "Stopping bandwidthd" > start-stop-daemon --stop --pidfile ${BANDWIDTHD_PID} \ > --exec /usr/sbin/bandwidthd > eend $? >} > >reload() { > ebegin "Reloading bandwidthd configuration" > start-stop-daemon --stop --oknodo --pidfile /var/run/bandwidthd.pid \ > --exec /usr/sbin/bandwidthd --signal HUP > 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 184002
:
123664
|
123669
| 123673 |
123675
|
123679