Date: Wed, 2 Mar 2005 00:40:56 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults rc.conf src/etc/rc.d Makefile newsyslog var src/etc newsyslog.conf Message-ID: <200503020040.j220eu12011514@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
brooks 2005-03-02 00:40:55 UTC
FreeBSD src repository
Modified files:
etc/defaults rc.conf
etc/rc.d Makefile newsyslog var
etc newsyslog.conf
Log:
- Update etc/rc.d/newsyslog to FreeBSD standards and install it.
- Enable it by default, running newsyslog with -CN which creates files
that have the C flag specified in /etc/newsyslog.conf.
- Remove the "newsyslog -CC" call from etc/rc.d/var and the check for
newsyslog.
- Add the C flag to entries in /etc/newsyslog.conf that are currently
installed as part of the base system.
There are two effects from this change:
- Users who delete default syslog files to stop logging to them
will need to set newsyslog_enable=NO in rc.conf or remove the C
flag from those file in /etc/newsyslog.conf or they will come back
on the next boot.
- Diskless systems now create the same set of files that ordinary
systems have by default instead of every file in newsyslog.conf.
Revision Changes Path
1.241 +2 -0 src/etc/defaults/rc.conf
1.50 +10 -10 src/etc/newsyslog.conf
1.49 +1 -1 src/etc/rc.d/Makefile
1.3 +7 -6 src/etc/rc.d/newsyslog
1.37 +1 -3 src/etc/rc.d/var
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503020040.j220eu12011514>
