From mark@grondar.za Sun Apr 16 11:06:43 1995 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id LAA07453 for ; Sun, 16 Apr 1995 11:06:24 -0700 Received: (from mark@localhost) by grunt.grondar.za (8.6.11/8.6.9) id UAA05448; Sun, 16 Apr 1995 20:06:11 +0200 Message-Id: <199504161806.UAA05448@grunt.grondar.za> Date: Sun, 16 Apr 1995 20:06:11 +0200 From: Mark Murray Reply-To: mark@grondar.za To: FreeBSD-gnats-submit@freebsd.org Subject: login(1) does not compile X-Send-Pr-Version: 3.2 >Number: 348 >Category: bin >Synopsis: login(1) does not compile >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: closed >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 16 11:10:02 1995 >Closed-Date: Sun Apr 16 13:00:35 PDT 1995 >Last-Modified: >Originator: Mark Murray >Release: FreeBSD 2.1.0-Development i386 >Organization: GTA >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 >Release-Note: >Audit-Trail: State-Changed-From-To: open->closed State-Changed-By: rgrimes State-Changed-When: Sun Apr 16 13:00:35 PDT 1995 State-Changed-Why: Patch applied creating revision 1.9 of login.c >Unformatted: Mark Murray