Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 1995 11:10:03 -0700
From:      Mark Murray <mark@grondar.za>
To:        freebsd-bugs
Subject:   bin/348: login(1) does not compile
Message-ID:  <199504161810.LAA07487@freefall.cdrom.com>
In-Reply-To: Your message of Sun, 16 Apr 1995 20:06:11 %2B0200 <199504161806.UAA05448@grunt.grondar.za>

next in thread | previous in thread | raw e-mail | index | archive | help

>Number:         348
>Category:       bin
>Synopsis:       login(1) does not compile
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs (FreeBSD bugs mailing list)
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 16 11:10:02 1995
>Originator:     Mark Murray
>Organization:
GTA
>Release:        FreeBSD 2.1.0-Development i386
>Environment:

Current @ CTM 518

>Description:

src/usr.bin/login does not login because of a spelling mistake.

>How-To-Repeat:

Compile login.

>Fix:

Apply this patch in src/usr.bin/login:
	

*** login.c#CTM#	Sat Apr 15 13:41:16 1995
--- login.c	Sun Apr 16 19:56:23 1995
***************
*** 281,287 ****
  			 * links, but we have no way of determining if the
  			 * link is encrypted.
  			 */
! 			if (!permit_password) {
  				rval = 1;		/* failed */
  			} else
  #endif
--- 281,287 ----
  			 * links, but we have no way of determining if the
  			 * link is encrypted.
  			 */
! 			if (!permit_passwd) {
  				rval = 1;		/* failed */
  			} else
  #endif
>Audit-Trail:
>Unformatted:


Mark Murray



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504161810.LAA07487>