atom feed3 messages in org.freebsd.freebsd-bugsRe: newsyslog
FromSent OnAttachments
Philippe CharnierJan 14, 1996 11:50 pm 
Thomas GraichenJan 15, 1996 3:01 am 
Ollivier RobertJan 15, 1996 11:21 am 
Subject:Re: newsyslog
From:Ollivier Robert (robe@keltia.freenix.fr)
Date:Jan 15, 1996 11:21:29 am
List:org.freebsd.freebsd-bugs

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.