From ed3b15afe97ae81aa3403fd016023c5f32c80c0e Mon Sep 17 00:00:00 2001 From: rhatto Date: Wed, 13 Sep 2006 23:35:39 +0000 Subject: tor small update git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@190 370017ae-e619-0410-ac65-c121f96126d4 --- tor/tor.SlackBuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tor') diff --git a/tor/tor.SlackBuild b/tor/tor.SlackBuild index 0708a552..abec1bb1 100755 --- a/tor/tor.SlackBuild +++ b/tor/tor.SlackBuild @@ -86,6 +86,8 @@ CWD="`pwd`" cd $TMP/package-$PACKAGE mv etc/tor/tor-tsocks.conf etc/tor/tor-tsocks.conf.sample +mkdir etc/rc.d +cp $CWD/rc.tor.new etc/rc.d find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null -- cgit v1.2.3