diff options
Diffstat (limited to 'network/tor/doinst.sh')
-rw-r--r-- | network/tor/doinst.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/network/tor/doinst.sh b/network/tor/doinst.sh index 58bece12c8..741db0277f 100644 --- a/network/tor/doinst.sh +++ b/network/tor/doinst.sh @@ -10,7 +10,6 @@ config() { fi # Otherwise, we leave the .new copy for the admin to consider... } - preserve_perms() { NEW="$1" OLD="$(dirname $NEW)/$(basename $NEW .new)" @@ -26,4 +25,3 @@ preserve_perms etc/rc.d/rc.tor.new config etc/tor/tor-tsocks.conf.new config etc/tor/torrc.new config etc/logrotate.d/tor.new - |