From b70981b68efcce5256eb11c6cd26ae123b10b6ea Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 24 Jul 2009 08:01:31 +0000 Subject: moved extra/* to main/ and fixed misc build issues --- extra/tcpproxy/tcpproxy.initd | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 extra/tcpproxy/tcpproxy.initd (limited to 'extra/tcpproxy/tcpproxy.initd') diff --git a/extra/tcpproxy/tcpproxy.initd b/extra/tcpproxy/tcpproxy.initd deleted file mode 100644 index a7fd4292d..000000000 --- a/extra/tcpproxy/tcpproxy.initd +++ /dev/null @@ -1,14 +0,0 @@ -#!/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