From leres@fun.ee.lbl.gov Sat Jul 10 13:43:36 1999
Return-Path: <leres@fun.ee.lbl.gov>
Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [131.243.1.81])
	by hub.freebsd.org (Postfix) with ESMTP id 32F6F14D9B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 10 Jul 1999 13:43:27 -0700 (PDT)
	(envelope-from leres@fun.ee.lbl.gov)
Received: (from leres@localhost)
	by fun.ee.lbl.gov (8.9.3/8.9.3) id NAA84751;
	Sat, 10 Jul 1999 13:43:25 -0700 (PDT)
Message-Id: <199907102043.NAA84751@fun.ee.lbl.gov>
Date: Sat, 10 Jul 1999 13:43:25 PDT
From: Craig Leres <leres@ee.lbl.gov>
Sender: leres@fun.ee.lbl.gov
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] LOGIN_CAP_AUTH typo in libutil/Makefile
X-Send-Pr-Version: 3.2

>Number:         12591
>Category:       i386
>Synopsis:       [PATCH] LOGIN_CAP_AUTH typo in libutil/Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sheldonh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 10 13:50:00 PDT 1999
>Closed-Date:    Mon Jul 12 07:29:04 PDT 1999
>Last-Modified:  Mon Jul 12 07:30:07 PDT 1999
>Originator:     Craig Leres
>Release:        FreeBSD 3.2-RELEASE i386
>Organization:
Lawrence Berkeley National Laboratory
>Environment:
>Description:

	If you remove the comment character in libutil/Makefile in
	order to enable LOGIN_CAP_AUTH, it doesn't work because
	"-D" is missing.

>How-To-Repeat:
>Fix:
	
	Context diffs appended.

*** Makefile.virgin	Sat Jul 10 13:37:25 1999
- --- Makefile.fixed	Sat Jul 10 13:37:46 1999
***************
*** 4,10 ****
  SHLIB_MAJOR= 2
  SHLIB_MINOR= 2
  CFLAGS+=-Wall -DLIBC_SCCS -I${.CURDIR} -I${.CURDIR}/../../sys
! #CFLAGS+=LOGIN_CAP_AUTH
  SRCS=	login.c login_tty.c logout.c logwtmp.c pty.c setproctitle.c \
  	login_cap.c login_class.c login_auth.c login_times.c login_ok.c \
  	_secure_path.c uucplock.c property.c auth.c realhostname.c
- --- 4,10 ----
  SHLIB_MAJOR= 2
  SHLIB_MINOR= 2
  CFLAGS+=-Wall -DLIBC_SCCS -I${.CURDIR} -I${.CURDIR}/../../sys
! #CFLAGS+=-DLOGIN_CAP_AUTH
  SRCS=	login.c login_tty.c logout.c logwtmp.c pty.c setproctitle.c \
  	login_cap.c login_class.c login_auth.c login_times.c login_ok.c \
  	_secure_path.c uucplock.c property.c auth.c realhostname.c

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2

iQCVAwUBN4ewP72JLbUEFcrxAQFwSAP/SPV+yviX+/aI0RWez+TcLcQn2C5Flyl8
/1EHccIItWvLbWVHdxXWqRx6rdsb6V5ouQSF3p5EjW89UO2AwqZflQHsuFdpq0Ww
tGXZO/HKxJvhRtfd/J/7k19Q9t/ZPerRBOpeGaFwgqnI8hV89ofTOHlBfiBxbVxh
lwpAjq8rQMA=
=Z/Nd
-----END PGP SIGNATURE-----

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: sheldonh 
State-Changed-When: Mon Jul 12 07:29:04 PDT 1999 
State-Changed-Why:  
Committed in CURRENT and STABLE, thanks. 
Responsible-Changed-From-To: freebsd-bugs->sheldonh 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Mon Jul 12 07:29:48 PDT 1999 
Responsible-Changed-Why:  
Sorry, should have taken this one over before the commit. 
>Unformatted:
 -----BEGIN PGP SIGNED MESSAGE-----
 
