make calls to hostname portable; more tweaks to FreeBSD packaging.
[monkeysphere.git] / packaging / freebsd / pkg-install
index 5601bb5ed6c2742e38425994e7f84cbaea4558fe..b832190c37708eb96e712bc063b4fe2fb87e321a 100755 (executable)
@@ -38,7 +38,7 @@ POST-INSTALL)
                 echo "You already have a user \"${USER}\", so I will use it."
         else
                 if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \
-                        -d "$VARLIB" -s /sbin/sh -c "monkeysphere authentication user,,,"
+                        -d "$VARLIB" -s /bin/sh -c "monkeysphere authentication user,,,"
                 then
                         echo "Added user \"${USER}\"."
                 else