Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 176578 Details for
Bug 252780
net-misc/stone: ebuild with man page from CVS and init/conf scripts
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
init.d/stone
stone.init (text/plain), 497 bytes, created by
Mike Kazantsev
on 2008-12-28 06:32:01 UTC
(
hide
)
Description:
init.d/stone
Filename:
MIME Type:
Creator:
Mike Kazantsev
Created:
2008-12-28 06:32:01 UTC
Size:
497 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >depend() { > use net >} > >start() { > ebegin "Starting stone ip proxy daemon" > eindent > for LINE in "${STONE_OPTS[@]}"; do > einfo "adding path: $LINE" > start-stop-daemon --start --exec /usr/bin/stone -- \ > -D -o daemon -g daemon $LINE > done > eoutdent > eend $? >} > >stop() { > ebegin "Stopping stone daemon" > start-stop-daemon --stop --quiet --exec /usr/bin/stone > 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 252780
:
176573
|
176574
|
176576
| 176578