Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 117386 Details for
Bug 176213
net-analyzer/sflowtool - add support for mysql storage
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sflowtool init file
sflowtool-init (text/plain), 320 bytes, created by
Juan Pedro Escalona Rueda
on 2007-04-27 08:09:02 UTC
(
hide
)
Description:
sflowtool init file
Filename:
MIME Type:
Creator:
Juan Pedro Escalona Rueda
Created:
2007-04-27 08:09:02 UTC
Size:
320 bytes
patch
obsolete
>#!/sbin/runscript > >depend() { > need net >} > >start() { > ebegin "Starting sFlowTool" > start-stop-daemon --start --quiet --exec /usr/bin/sflowtool -- ${SFLOWTOOL_OPTS} >>/var/log/sflowtool & > eend $? >} > >stop() { > ebegin "Stopping ntop" > start-stop-daemon --stop --quiet --retry 5 --exec /usr/bin/sflowtool > 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 176213
:
117375
|
117376
|
117378
|
117380
|
117381
|
117383
|
117385
| 117386