diff options
Diffstat (limited to 'adduser')
| -rw-r--r-- | adduser/adduser.conf.5 | 2 | ||||
| -rw-r--r-- | adduser/adduser.sh | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/adduser/adduser.conf.5 b/adduser/adduser.conf.5 index d5fcf77..c7c4f5d 100644 --- a/adduser/adduser.conf.5 +++ b/adduser/adduser.conf.5 @@ -34,7 +34,7 @@ .Xr adduser 8 configuration file .Sh DESCRIPTION -The +The .Pa /etc/adduser.conf file is automatically generated by the .Xr adduser 8 diff --git a/adduser/adduser.sh b/adduser/adduser.sh index 8e05f33..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): " @@ -894,7 +895,7 @@ if [ "$procowner" != "0" ]; then exit 1 fi -# Overide from our conf file +# Override from our conf file # Quickly go through the commandline line to see if we should read # from our configuration file. The actual parsing of the commandline # arguments happens after we read in our configuration file (commandline @@ -914,7 +915,7 @@ if [ -n "$readconfig" ]; then fi fi -# Proccess command-line options +# Process command-line options # for _switch ; do case $_switch in |
