Date: Tue, 24 Jun 2003 16:49:03 +0300 (EEST) From: Kostyuk Oleg <cub@cub.org.ua> To: FreeBSD-gnats-submit@freebsd.org Cc: freebsd-current@freebsd.org Subject: adduser : typo in variable name Message-ID: <200306241349.h5ODn3vc099837@demani.digma>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users
>Originator: Kostyuk Oleg
>Organization:
>Confidential: no
>Synopsis: adduser : typo in variable name
>Severity: non-critical
>Priority: low
>Category: bin
>Class: update
>Release: FreeBSD 5.1-RELEASE i386
>Environment:
System: FreeBSD demani.digma 5.1-RELEASE FreeBSD 5.1-RELEASE #3: Mon Jun 9 12:19:59 EEST 2003 root@demani.digma:/usr/src/sys/i386/compile/CUB i386
>Description:
Typo in variable name
>How-To-Repeat:
See in source, line 781
# $FreeBSD: src/usr.sbin/adduser/adduser.sh,v 1.15 2003/03/23 23:06:44 mtm Exp $
>Fix:
Patch
--- /usr/src/usr.sbin/adduser/adduser.sh Mon Mar 24 01:06:44 2003
+++ adduser.sh Tue Jun 24 16:31:37 2003
@@ -778,7 +778,7 @@
savedpwtype=
defaultclass=
defaultLgroup=
-defaultgoups=
+defaultgroups=
defaultshell="${DEFAULTSHELL}"
# Make sure the user running this program is root. This isn't a security
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306241349.h5ODn3vc099837>
