cvs commit: src/usr.sbin/newsyslog newsyslog.c
Garance A Drosehn
gad at FreeBSD.org
Mon Jun 7 01:44:15 GMT 2004
gad 2004-06-07 01:21:30 UTC
FreeBSD src repository
Modified files:
usr.sbin/newsyslog newsyslog.c
Log:
A variety of minor changes. Allow users to set a debugging option via
the newsyslog.conf file. Rename one size-related variable, and move
another one from the stack into conf_entry. Add a routine to change
file-attributes (chown, chmod, chflags), instead of having several
places doing the same sequence of system-calls. A few cosmetic/style
changes.
These should not effect any users. Most of these probably look
pointless, but they are the "insignificant parts" of a much larger
update that I'll be committing soon. Doing these as a separate update
should make that update easier to read.
MFC after: 14 days
Revision Changes Path
1.89 +120 -67 src/usr.sbin/newsyslog/newsyslog.c
More information about the cvs-src
mailing list