#!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: depend() { need net } start() { ebegin "Starting socks5:" socks5 eend $? } stop() { ebegin "Stopping socks5:" killall ${KILL_OPTS} socks5 eend $? }