diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-06-12 21:41:38 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-06-12 21:41:38 +0000 |
commit | 3c9cddd70632712bbb792097d98ab2cc456cbcb8 (patch) | |
tree | 2a178cf1733f3ec98f7b66d0e1b6818fc1cc5e5f /contrib/osx/uninstall_tor_bundle.sh | |
parent | 75c119119adde1743b6fe8db9a2ede602c919efb (diff) | |
download | tor-3c9cddd70632712bbb792097d98ab2cc456cbcb8.tar.gz tor-3c9cddd70632712bbb792097d98ab2cc456cbcb8.zip |
Convert from niutil to dscl in preparation for osx 10.5 (leopard).
svn:r10578
Diffstat (limited to 'contrib/osx/uninstall_tor_bundle.sh')
-rwxr-xr-x | contrib/osx/uninstall_tor_bundle.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/osx/uninstall_tor_bundle.sh b/contrib/osx/uninstall_tor_bundle.sh index 18b346005c..c1c6f507af 100755 --- a/contrib/osx/uninstall_tor_bundle.sh +++ b/contrib/osx/uninstall_tor_bundle.sh @@ -128,7 +128,8 @@ done < $PACKAGE_LIST_SRC ## nuke the user created by the install process. echo ". Removing created user $TOR_USER" -niutil -destroy . /users/$TOR_USER +#niutil -destroy . /users/$TOR_USER +dscl . -delete /users/$TOR_USER ## clean up |