diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-05-17 05:26:54 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-05-17 05:26:54 +0000 |
commit | 356114c28e1170a269ef6a054b78f20f49eba4e4 (patch) | |
tree | 696348f293d668eb91b5a0bb2ae4807a1e469b8a /contrib/osx/TorPostflight | |
parent | 6e555535923185b02904500077223bd8d3130489 (diff) | |
download | tor-356114c28e1170a269ef6a054b78f20f49eba4e4.tar.gz tor-356114c28e1170a269ef6a054b78f20f49eba4e4.zip |
OSX 10.4.1 really really really wants startup items to be owned by wheel:root.tor-0.1.0.7-rc
svn:r4257
Diffstat (limited to 'contrib/osx/TorPostflight')
-rw-r--r-- | contrib/osx/TorPostflight | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/osx/TorPostflight b/contrib/osx/TorPostflight index 284fcfc303..36cc2a999f 100644 --- a/contrib/osx/TorPostflight +++ b/contrib/osx/TorPostflight @@ -63,3 +63,7 @@ if [ ! -d /Library/StartupItems/Tor ]; then fi rm -f /Library/StartupItems/Tor/Tor.loc echo "$TARGET" > /Library/StartupItems/Tor/Tor.loc + +if [ -d /Library/StartupItems/Privoxy ]; then + find /Library/StartupItems/Privoxy -print0 | xargs -0 chown root:wheel +fi |