Date: Mon, 7 Jun 2004 01:21:30 +0000 (UTC) From: Garance A Drosehn <gad@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.c Message-ID: <200406070121.i571LUfY035528@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406070121.i571LUfY035528>