summaryrefslogtreecommitdiffstats
path: root/adduser/adduser.sh
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2012-05-15 00:42:12 +0000
committerAlexander Motin <mav@FreeBSD.org>2012-05-15 00:42:12 +0000
commitece00476ae97c736665d4bf73a744a3ff57a4020 (patch)
tree428218f4293355ba7d1e99722d1676fbde7e6e10 /adduser/adduser.sh
parent7c00ce99fd28d2f4e48085da6ba1d3946f80012d (diff)
parenta93fc7681bb6cbb582cc0c16fe440ae3087720be (diff)
downloadpw-darwin-ece00476ae97c736665d4bf73a744a3ff57a4020.tar.gz
pw-darwin-ece00476ae97c736665d4bf73a744a3ff57a4020.zip
MFC
Diffstat (limited to 'adduser/adduser.sh')
-rw-r--r--adduser/adduser.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/adduser/adduser.sh b/adduser/adduser.sh
index f645f59..4b0a6f6 100644
--- a/adduser/adduser.sh
+++ b/adduser/adduser.sh
@@ -488,6 +488,7 @@ get_uid() {
_prompt=
if [ -n "$uuid" ]; then
+ uuid=`get_nextuid $uuid`
_prompt="Uid [$uuid]: "
else
_prompt="Uid (Leave empty for default): "