diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-09-13 23:35:39 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-09-13 23:35:39 +0000 |
commit | ed3b15afe97ae81aa3403fd016023c5f32c80c0e (patch) | |
tree | 2af134865bfb7caf9428ff288a0ddfc07eb4ca74 /tor/tor.SlackBuild | |
parent | 2bccf7185eff8f8155f932f954c7c13261b61c31 (diff) | |
download | slackbuilds-ed3b15afe97ae81aa3403fd016023c5f32c80c0e.tar.gz slackbuilds-ed3b15afe97ae81aa3403fd016023c5f32c80c0e.tar.bz2 |
tor small update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@190 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'tor/tor.SlackBuild')
-rwxr-xr-x | tor/tor.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 |