chiark / gitweb /
fixup! polypath: Plumb ifname_wanted
[secnet.git] / setup.mac
index 4473a2e27e57a1c58716990ff06941077e8b8082..e280701540734e3bf7970b8149af2e1e289624ac 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 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"