Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jul 1999 13:43:25 PDT
From:      Craig Leres <leres@ee.lbl.gov>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   i386/12591: [PATCH] LOGIN_CAP_AUTH typo in libutil/Makefile
Message-ID:  <199907102043.NAA84751@fun.ee.lbl.gov>

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

>Number:         12591
>Category:       i386
>Synopsis:       [PATCH] LOGIN_CAP_AUTH typo in libutil/Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 10 13:50:00 PDT 1999
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:
 -----BEGIN PGP SIGNED MESSAGE-----
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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