From 8279802efddeaad8939fce9b0f92296bab912bc4 Mon Sep 17 00:00:00 2001 From: Michael Mason Date: Tue, 10 Mar 2009 20:37:00 +0000 Subject: testing/tcpproxy testing/ctags Adding needed package tcpproxy ctags needed to build tcpproxy --- testing/tcpproxy/tcpproxy.initd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 testing/tcpproxy/tcpproxy.initd (limited to 'testing/tcpproxy/tcpproxy.initd') diff --git a/testing/tcpproxy/tcpproxy.initd b/testing/tcpproxy/tcpproxy.initd new file mode 100644 index 000000000..a7fd4292d --- /dev/null +++ b/testing/tcpproxy/tcpproxy.initd @@ -0,0 +1,14 @@ +#!/sbin/runscript + +DAEMON=/usr/sbin/tcpproxy +start() { + ebegin "Starting tcpproxy" + start-stop-daemon -S -x $DAEMON -- $TCPPROXY_OPTS + eend $? +} + +stop() { + ebegin "Stopping tcpproxy" + start-stop-daemon -K -x $DAEMON + eend $? +} -- cgit v1.2.3