From owner-freebsd-commit Mon Nov 20 11:02:07 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA28514 for freebsd-commit-outgoing; Mon, 20 Nov 1995 11:02:07 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA28502 for cvs-all-outgoing; Mon, 20 Nov 1995 11:02:01 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA28492 for cvs-usrsbin-outgoing; Mon, 20 Nov 1995 11:01:59 -0800 Received: from gvr.win.tue.nl (root@gvr.win.tue.nl [131.155.210.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id LAA28480 ; Mon, 20 Nov 1995 11:01:42 -0800 Received: by gvr.win.tue.nl (8.6.10/1.53) id UAA00319; Mon, 20 Nov 1995 20:00:35 +0100 From: guido@gvr.win.tue.nl (Guido van Rooij) Message-Id: <199511201900.UAA00319@gvr.win.tue.nl> Subject: Re: cvs commit: src/usr.sbin/syslogd syslogd.c To: davidg@Root.COM Date: Mon, 20 Nov 1995 20:00:35 +0100 (MET) Cc: bde@zeta.org.au, CVS-commiters@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org In-Reply-To: <199511151354.FAA00756@corbin.Root.COM> from "David Greenman" at Nov 15, 95 05:54:22 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 533 Sender: owner-commit@FreeBSD.ORG Precedence: bulk > The sysctl crap in the Makefile is bogus and should be removed. My kernel > is often not called "/kernel" and pretending that it was is wrong. The bootfile > name should be read-only and the Makefile should not be messing with it. > I still dont like the fact that installing a new kernel with make install can make all kinds of programs useless. Perhaps a better way of doing things is first check if /kernel is the kernel being used. If so, and if it is moved to kernel.old, sysctl should be called according to me. -Guido