From owner-freebsd-bugs Mon Jan 15 12:05:08 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA04555 for bugs-outgoing; Mon, 15 Jan 1996 12:05:08 -0800 (PST) Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id MAA04516 for ; Mon, 15 Jan 1996 12:04:59 -0800 (PST) Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id VAA10354 ; Mon, 15 Jan 1996 21:03:34 +0100 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id VAA11067 ; Mon, 15 Jan 1996 21:03:33 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.7.3/keltia-uucp-2.7) id UAA09806; Mon, 15 Jan 1996 20:21:49 +0100 (MET) From: Ollivier Robert Message-Id: <199601151921.UAA09806@keltia.freenix.fr> Subject: Re: newsyslog To: charnier@lirmm.fr (Philippe Charnier) Date: Mon, 15 Jan 1996 20:21:49 +0100 (MET) Cc: bugs@freebsd.org In-Reply-To: <199601150750.IAA05190@lirmm.lirmm.fr> from "Philippe Charnier" at Jan 15, 96 08:50:56 am X-Operating-System: FreeBSD 2.2-CURRENT ctm#1559 X-Mailer: ELM [version 2.4 PL24 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@freebsd.org Precedence: bulk It seems that Philippe Charnier said: > CFLAGS+= -DCONF=\"/etc/newsyslog.conf\" > CFLAGS+= -DPIDFILE=\"/var/run/syslog.pid\" > -CFLAGS+= -DCOMPRESS=\"/usr/bin/gzip\" > +CFLAGS+= -DCOMPRESS_PATH=\"/usr/bin/gzip\" > +CFLAGS+= -DCOMPRESS_PROG=\"gzip\" > CFLAGS+= -DCOMPRESS_POSTFIX=\".gz\" It would be better to place the above definitions in a "pathnames.h" file that is included at the beginning. On the same vein, replace the *_PATH with the 4.4BSD _PATH_* naming scheme. -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net FreeBSD keltia.freenix.fr 2.2-CURRENT #1: Wed Jan 10 02:23:42 MET 1996