Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 42559 Details for
Bug 68823
New Ebuild for ss5-2.4 socks 5 server
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ss5-2.4-gentoo-init-script
ss5.init (text/plain), 1.05 KB, created by
Andreas Kobara
on 2004-10-25 06:56:15 UTC
(
hide
)
Description:
ss5-2.4-gentoo-init-script
Filename:
MIME Type:
Creator:
Andreas Kobara
Created:
2004-10-25 06:56:15 UTC
Size:
1.05 KB
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >opts="${opts} reload" > >depend() { > need net > use logger dns >} > >checkconfig() { > if [ ! -f /etc/ss5/ss5.conf ] ; then > eerror "Please configure /etc/conf.d/ss5.conf !" > return 1 > fi >} > >start() { > ebegin "Starting socks server" > checkconfig || return 1 > start-stop-daemon --start --quiet --exec /usr/bin/ss5 -- -t -u root > eend $? >} > >stop() { > ebegin "Stopping socks server" > checkconfig || return 2 > start-stop-daemon --stop --quiet --exec /usr/bin/ss5 > eend $? >} > >reload() { > ebegin "Reloading socks server" > checkconfig || return 3 > echo "" > echo "ss5 notices if the configuration file /etc/ss5/ss5.conf has been modified, and" > echo "reload it automatically after 30 seconds. You can force reloading using the " > echo "following command: killall -v -ALRM ss5" > echo "" > killall -v -ALRM ss5 > 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 68823
:
42558
| 42559