X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=setup.mac;h=a7a7359f64ecdd65186fa2d2f8bb49b59cd54051;hb=4bc0381500403be5f3e40bc39f65a2d8fb75cf19;hp=ff1ae73be980df82d0ef6665df9c6cf592fc1174;hpb=b953af83905b66fb887722936c3687706c425db5;p=secnet.git 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