Bug 12591

Summary: [PATCH] LOGIN_CAP_AUTH typo in libutil/Makefile
Product: Base System Reporter: Craig Leres <leres>
Component: i386Assignee: Sheldon Hearn <sheldonh>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.2-RELEASE   
Hardware: Any   
OS: Any   

Description Craig Leres freebsd_committer freebsd_triage 1999-07-10 21:50:00 UTC
	If you remove the comment character in libutil/Makefile in
	order to enable LOGIN_CAP_AUTH, it doesn't work because
	"-D" is missing.

Fix: Context diffs appended.



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

iQCVAwUBN4ewP72JLbUEFcrxAQFwSAP/SPV+yviX+/aI0RWez+TcLcQn2C5Flyl8
/1EHccIItWvLbWVHdxXWqRx6rdsb6V5ouQSF3p5EjW89UO2AwqZflQHsuFdpq0Ww
tGXZO/HKxJvhRtfd/J/7k19Q9t/ZPerRBOpeGaFwgqnI8hV89ofTOHlBfiBxbVxh
lwpAjq8rQMA=
=Z/Nd
-----END PGP SIGNATURE-------mxxemnBw859EwMubqaHZr49GBqlHDzYMFHvft5wY4X5fFRL4
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

*** 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
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 1999-07-12 15:29:04 UTC
State Changed
From-To: open->closed

Committed in CURRENT and STABLE, thanks. 
Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 1999-07-12 15:29:48 UTC
Responsible Changed
From-To: freebsd-bugs->sheldonh

Sorry, should have taken this one over before the commit.