summaryrefslogtreecommitdiff
path: root/packaging/freebsd/pkg-install
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-12 18:20:28 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-12 18:20:28 -0400
commit6a68ed330a5133d4d4d3aa7ae0c9c26bb7a7e59b (patch)
tree0d25559c30267cc5e9cf22f500ebdd66c2bfeb5d /packaging/freebsd/pkg-install
parent1343ffb414e74917b4e6f9eed05df035d25be4aa (diff)
make calls to hostname portable; more tweaks to FreeBSD packaging.
Diffstat (limited to 'packaging/freebsd/pkg-install')
-rwxr-xr-xpackaging/freebsd/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/freebsd/pkg-install b/packaging/freebsd/pkg-install
index 5601bb5..b832190 100755
--- a/packaging/freebsd/pkg-install
+++ b/packaging/freebsd/pkg-install
@@ -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