X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/b953af83905b66fb887722936c3687706c425db5..refs/heads/master:/setup.mac diff --git a/setup.mac b/setup.mac index ff1ae73..a7a7359 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 3 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