diff options
Diffstat (limited to 'tor')
-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 |