>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 [EMAIL PROTECTED]:/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

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to