From owner-freebsd-small Wed Jul 21 11:48: 9 1999 Delivered-To: freebsd-small@freebsd.org Received: from daedal.oneway.com (daedal.oneway.com [205.252.89.49]) by hub.freebsd.org (Postfix) with ESMTP id 8530514CC0 for ; Wed, 21 Jul 1999 11:47:58 -0700 (PDT) (envelope-from jay@oneway.com) Received: from localhost (jay@localhost) by daedal.oneway.com (8.9.1/8.9.1) with ESMTP id OAA08589 for ; Wed, 21 Jul 1999 14:46:51 -0400 (EDT) (envelope-from jay@oneway.com) Date: Wed, 21 Jul 1999 14:46:51 -0400 (EDT) From: Jay Kuri To: freebsd-small@freebsd.org Subject: Patch to PicoBSD net to fix pam stuff In-Reply-To: <199907211311.JAA25142@Aries.utstar.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Aha. Found the two problems that prevent building net properly. In the Makefile file, NOPAM is defined. It should be NO_PAM. Also, in crunch.conf, -lradius needs to be added to the libs. patch follows. Jay *** Makefile.orig Wed Jul 21 11:47:43 1999 --- Makefile Wed Jul 21 11:47:51 1999 *************** *** 12,18 **** fi @cat crunch.conf|sed -e "s@/usr/src@${SRC}@" >crunch1.conf @crunchgen ./crunch1.conf ! @${MAKE} -f crunch1.mk -DNOPAM all \ "CFLAGS=${CFLAGS} -DCRUNCHED_BINARY -DNOSECURE -DNOCRYPT" #2>&1 >/dev/null clean: --- 12,18 ---- fi @cat crunch.conf|sed -e "s@/usr/src@${SRC}@" >crunch1.conf @crunchgen ./crunch1.conf ! @${MAKE} -f crunch1.mk -DNO_PAM all \ "CFLAGS=${CFLAGS} -DCRUNCHED_BINARY -DNOSECURE -DNOCRYPT" #2>&1 >/dev/null clean: *** crunch.conf.orig Wed Jul 21 11:48:40 1999 --- crunch.conf Wed Jul 21 11:48:23 1999 *************** *** 41,44 **** libs -lncurses -lmytinfo -lipx -lz -lpcap -lalias -lwrap libs -ledit -lutil -lmd -lcrypt -lmp -lgmp -lm -lkvm ! libs -lgnuregex -ltelnet --- 41,44 ---- libs -lncurses -lmytinfo -lipx -lz -lpcap -lalias -lwrap libs -ledit -lutil -lmd -lcrypt -lmp -lgmp -lm -lkvm ! libs -lgnuregex -ltelnet -lradius To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message