Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 95524 Details for
Bug 145673
net-analyzer/hobbit-4.2.0.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
hobbit init.d script
hobbit.init (text/plain), 970 bytes, created by
Paul daSilva
on 2006-08-31 00:17:18 UTC
(
hide
)
Description:
hobbit init.d script
Filename:
MIME Type:
Creator:
Paul daSilva
Created:
2006-08-31 00:17:18 UTC
Size:
970 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >depend() { > need net > use dns logger > after sshd > } > >start() { > ebegin "Starting hobbit" > start-stop-daemon --start --quiet --chuid hobbit --pidfile /var/log/hobbit/hobbitlaunch.pid \ > --exec /usr/lib/hobbit/server/bin/hobbit.sh start > eend $? "Failed to start hobbit" > } > >stop() { > ebegin "Stopping hobbit" > start-stop-daemon --stop --quiet --user hobbit > eend $? "Failed to stop hobbit" > } > >#restart() { ># ebegin "Restarting hobbit" ># start-stop-daemon --restart --quiet --user hobbit ># eend $? "Failed to restart hobbit" ># } > >#reload() { ># ebegin "Reloading hobbit" ># start-stop-daemon --reload --quiet --pidfile /var/log/hobbit/hobbitd.pid ># eend $? "Failed to reload hobbit" ># } > >#rotate() { ># ebegin "Rotating hobbit" ># start-stop-daemon --rotate --quiet --user hobbit ># eend $? "Failed to rotating hobbit" ># }
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 145673
:
95523
| 95524 |
95526
|
95527
|
95528
|
95529
|
95530
|
95531