X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/19a171f1601ef89d9b38bd7628b14d64962ab9e1..86420bb75f19f628ffd2d8ff9964e59ed99e3187:/setup.mac diff --git a/setup.mac b/setup.mac index 4473a2e..e280701 100755 --- a/setup.mac +++ b/setup.mac @@ -2,6 +2,23 @@ # # Richard Kettlewell 2011-06-18 # +# This file is part of secnet. +# See README for full list of copyright holders. +# +# secnet is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version d of the License, or +# (at your option) any later version. +# +# secnet is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# version 3 along with secnet; if not, see +# https://www.gnu.org/licenses/gpl.html. +# set -e group=${group:-secnet} @@ -48,7 +65,7 @@ else dscl . -create /Users/$user UniqueID $uid dscl . -create /Users/$user UserShell /usr/bin/false dscl . -create /Users/$user RealName 'secnet' - dscl . -create /Users/$user NFSHomeDirectory pkgstatedir + dscl . -create /Users/$user NFSHomeDirectory /var/empty dscl . -create /Users/$user PrimaryGroupID $gid dscl . -create /Users/$user Password \* fi @@ -62,5 +79,5 @@ echo "To stop secnet:" echo " sudo launchctl stop uk.org.greenend.secnet" echo echo "To uninstall:" -echo " sudo launchctl unload uk.org.greenend.secnet" +echo " sudo launchctl unload /Library/LaunchDaemons/uk.org.greenend.secnet.plist" echo " sudo rm -f /Library/LaunchDaemons/uk.org.greenend.secnet.plist"