From owner-cvs-libexec Tue Jul 25 16:38:43 1995 Return-Path: cvs-libexec-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id QAA18218 for cvs-libexec-outgoing; Tue, 25 Jul 1995 16:38:43 -0700 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id QAA18203 ; Tue, 25 Jul 1995 16:38:41 -0700 Date: Tue, 25 Jul 1995 16:38:41 -0700 From: Bill Paul Message-Id: <199507252338.QAA18203@freefall.cdrom.com> To: CVS-commiters, cvs-libexec Subject: cvs commit: src/libexec/bootpd Makefile Sender: cvs-libexec-owner@freebsd.org Precedence: bulk wpaul 95/07/25 16:38:41 Modified: libexec/bootpd Makefile Log: Uncomment 'CFLAGS+=ETC_ETHERS' -- we have support for this as of 2.0.5. From owner-cvs-libexec Tue Jul 25 21:12:18 1995 Return-Path: cvs-libexec-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id VAA02528 for cvs-libexec-outgoing; Tue, 25 Jul 1995 21:12:18 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id VAA02521 ; Tue, 25 Jul 1995 21:12:09 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id VAA23741; Tue, 25 Jul 1995 21:12:02 -0700 From: "Rodney W. Grimes" Message-Id: <199507260412.VAA23741@gndrsh.aac.dev.com> Subject: Re: cvs commit: src/libexec/bootpd Makefile To: wpaul@freefall.cdrom.com (Bill Paul) Date: Tue, 25 Jul 1995 21:12:02 -0700 (PDT) Cc: CVS-commiters@freefall.cdrom.com, cvs-libexec@freefall.cdrom.com In-Reply-To: <199507252338.QAA18203@freefall.cdrom.com> from "Bill Paul" at Jul 25, 95 04:38:41 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 452 Sender: cvs-libexec-owner@freebsd.org Precedence: bulk > > wpaul 95/07/25 16:38:41 > > Modified: libexec/bootpd Makefile > Log: > Uncomment 'CFLAGS+=ETC_ETHERS' -- we have support for this as of 2.0.5. That should be: COPTS+=ETC_ETHERS CFLAGS is an undocumented internal of the .mk files. Please see /usr/src/share/mk/bsd.README -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-cvs-libexec Wed Jul 26 07:21:52 1995 Return-Path: cvs-libexec-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id HAA20987 for cvs-libexec-outgoing; Wed, 26 Jul 1995 07:21:52 -0700 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id HAA20977 ; Wed, 26 Jul 1995 07:21:41 -0700 From: Bill Paul Message-Id: <199507261421.HAA20977@freefall.cdrom.com> Subject: Re: cvs commit: src/libexec/bootpd Makefile To: rgrimes@gndrsh.aac.dev.com (Rodney W. Grimes) Date: Wed, 26 Jul 1995 07:21:41 -0700 (PDT) Cc: CVS-commiters, cvs-libexec In-Reply-To: <199507260412.VAA23741@gndrsh.aac.dev.com> from "Rodney W. Grimes" at Jul 25, 95 09:12:02 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 858 Sender: cvs-libexec-owner@freebsd.org Precedence: bulk > > wpaul 95/07/25 16:38:41 > > > > Modified: libexec/bootpd Makefile > > Log: > > Uncomment 'CFLAGS+=ETC_ETHERS' -- we have support for this as of 2.0.5. > > That should be: > COPTS+=ETC_ETHERS > > CFLAGS is an undocumented internal of the .mk files. Please see > /usr/src/share/mk/bsd.README > > -- > Rod Grimes rgrimes@gndrsh.aac.dev.com > Accurate Automation Company Reliable computers for FreeBSD Don't look at me: all I did was take away the hash mark. :) (BTW, I made a mind-o in the log message: I meant to say -DETC_ETHERS. Doesn't matter though.) If this is true, then there are a bunch of Makefiles all over the place that are wrong (a few of which are, admittedly, my doing). Would you like me to make it a personal mission to fix these whenever I find them? -Bill From owner-cvs-libexec Wed Jul 26 09:49:03 1995 Return-Path: cvs-libexec-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id JAA27615 for cvs-libexec-outgoing; Wed, 26 Jul 1995 09:49:03 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id JAA27603 ; Wed, 26 Jul 1995 09:48:51 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id CAA14987; Thu, 27 Jul 1995 02:44:24 +1000 Date: Thu, 27 Jul 1995 02:44:24 +1000 From: Bruce Evans Message-Id: <199507261644.CAA14987@godzilla.zeta.org.au> To: rgrimes@gndrsh.aac.dev.com, wpaul@freefall.cdrom.com Subject: Re: cvs commit: src/libexec/bootpd Makefile Cc: CVS-commiters@freefall.cdrom.com, cvs-libexec@freefall.cdrom.com Sender: cvs-libexec-owner@freebsd.org Precedence: bulk >> CFLAGS is an undocumented internal of the .mk files. Please see >> /usr/src/share/mk/bsd.README CFLAGS is apparently too standard to document. The README only says that COPTS is "Additional flags to the compiler when creating C objects". Most compilers accept the flags that apply only for creating C objects (e.g. -I) even for linking so there is little need for COPTS. COPTS only applies to bsd.prog.mk and bsd.kmod.mk. The README doesn't know about bsd.kmod.mk. >If this is true, then there are a bunch of Makefiles all over >the place that are wrong (a few of which are, admittedly, my doing). 152 out of 484 files in /usr/src/*/Makefile (31%) use CFLAGS. 0% use COPTS. >Would you like me to make it a personal mission to fix these whenever >I find them? No. Bruce From owner-cvs-libexec Wed Jul 26 10:45:40 1995 Return-Path: cvs-libexec-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id KAA01296 for cvs-libexec-outgoing; Wed, 26 Jul 1995 10:45:40 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id KAA01284 ; Wed, 26 Jul 1995 10:45:35 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id KAA25820; Wed, 26 Jul 1995 10:45:26 -0700 From: "Rodney W. Grimes" Message-Id: <199507261745.KAA25820@gndrsh.aac.dev.com> Subject: Re: cvs commit: src/libexec/bootpd Makefile To: wpaul@freefall.cdrom.com (Bill Paul) Date: Wed, 26 Jul 1995 10:45:26 -0700 (PDT) Cc: CVS-commiters@freefall.cdrom.com, cvs-libexec@freefall.cdrom.com In-Reply-To: <199507261421.HAA20977@freefall.cdrom.com> from "Bill Paul" at Jul 26, 95 07:21:41 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1409 Sender: cvs-libexec-owner@freebsd.org Precedence: bulk > > > > > wpaul 95/07/25 16:38:41 > > > > > > Modified: libexec/bootpd Makefile > > > Log: > > > Uncomment 'CFLAGS+=ETC_ETHERS' -- we have support for this as of 2.0.5. > > > > That should be: > > COPTS+=ETC_ETHERS > > > > CFLAGS is an undocumented internal of the .mk files. Please see > > /usr/src/share/mk/bsd.README > > > > -- > > Rod Grimes rgrimes@gndrsh.aac.dev.com > > Accurate Automation Company Reliable computers for FreeBSD > > Don't look at me: all I did was take away the hash mark. :) :-) Disabled wrong code is one thing that does not break tools, enabled wrong code can (and does for me) break tools. :-) :-) > (BTW, I made a mind-o in the log message: I meant to say -DETC_ETHERS. > Doesn't matter though.) > > If this is true, then there are a bunch of Makefiles all over > the place that are wrong (a few of which are, admittedly, my doing). > Would you like me to make it a personal mission to fix these whenever > I find them? Technically I told someone I would go fix the whole of the rest of the tree if he fixed one place he had done similiar things only to a far greater extent, but if you want to help me clean these out that would be great! -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-cvs-libexec Sat Jul 29 08:21:23 1995 Return-Path: cvs-libexec-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id IAA27720 for cvs-libexec-outgoing; Sat, 29 Jul 1995 08:21:23 -0700 Received: (from peter@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id IAA27706 ; Sat, 29 Jul 1995 08:21:18 -0700 Date: Sat, 29 Jul 1995 08:21:18 -0700 From: Peter Wemm Message-Id: <199507291521.IAA27706@freefall.cdrom.com> To: CVS-commiters, cvs-libexec Subject: cvs commit: src/libexec/rexecd rexecd.c Sender: cvs-libexec-owner@freebsd.org Precedence: bulk peter 95/07/29 08:21:17 Modified: libexec/rexecd rexecd.c Log: rexecd was not calling "setlogin()" when it should have. This was causing getlogin() to return wrong answers (eg: "root"). Reviewed by: davidg Obtained from: James Jegers, for NetBSD, slightly reworked by me.