summaryrefslogtreecommitdiffstats
path: root/usr.sbin/adduser
diff options
context:
space:
mode:
authormtm <mtm@FreeBSD.org>2003-06-24 15:20:43 +0000
committermtm <mtm@FreeBSD.org>2003-06-24 15:20:43 +0000
commitef6918650f7b9798ff58ec6f035adff897e9bd40 (patch)
treef2558e9a9e7b663266bcfe345b2c5fb82733ac2b /usr.sbin/adduser
parentd847b7379eb60428ea9cacda8216de655f17599a (diff)
downloadFreeBSD-src-ef6918650f7b9798ff58ec6f035adff897e9bd40.zip
FreeBSD-src-ef6918650f7b9798ff58ec6f035adff897e9bd40.tar.gz
Typo.
This has worked so far because the variable was empty by default. Submitted by: Kostyuk Oleg <cub@cub.org.ua>
Diffstat (limited to 'usr.sbin/adduser')
-rw-r--r--usr.sbin/adduser/adduser.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/adduser/adduser.sh b/usr.sbin/adduser/adduser.sh
index 188c06b..cb4bf37 100644
--- a/usr.sbin/adduser/adduser.sh
+++ b/usr.sbin/adduser/adduser.sh
@@ -815,7 +815,7 @@ fileline=
savedpwtype=
defaultclass=
defaultLgroup=
-defaultgoups=
+defaultgroups=
defaultshell="${DEFAULTSHELL}"
# Make sure the user running this program is root. This isn't a security
OpenPOWER on IntegriCloud