chiark / gitweb /
changelog: start 0.6.8
[secnet.git] / setup.mac
index ff1ae73be980df82d0ef6665df9c6cf592fc1174..a7a7359f64ecdd65186fa2d2f8bb49b59cd54051 100755 (executable)
--- 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