Date: Sun, 14 Apr 2002 17:44:17 -0700 (PDT) From: Doug Barton <dougb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc Makefile hosts hosts.allow inetd.conf locale.alias locale.deprecated motd newsyslog.conf nls.alias rc rc.syscons rc.sysctl rpc services sysctl.conf syslog.conf termcap.small src/etc/defaults periodic.conf rc.conf ... Message-ID: <200204150044.g3F0iHb42110@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dougb 2002/04/14 17:44:17 PDT
Modified files: (Branch: RELENG_4)
etc Makefile hosts hosts.allow inetd.conf
locale.alias locale.deprecated motd
newsyslog.conf nls.alias rc rc.syscons
rc.sysctl rpc services sysctl.conf
syslog.conf termcap.small
etc/defaults periodic.conf rc.conf
etc/etc.alpha disktab
etc/etc.i386 disktab
etc/isdn holidays.D
etc/mtree BSD.x11-4.dist BSD.x11.dist
etc/periodic/daily 440.status-mailq 500.queuerun
etc/periodic/security 800.loginfail
etc/periodic/weekly 330.catman 340.noid
Log:
MFC en masse. Several of the included changes are mine, however we've
gotten pretty far out of synch with -current over the last year or so,
this catches us up for everything that makes sense.
There are several whitespace only changes here. In an ideal world I
would have had time to seperate them out, however I did not. Most of
them are included to be consistent with -current, some of them are
"improvements" that happened while I was adding things back.
Of particular note:
/var/log/auth.log
/var/run and /var/spool cleanup in rc
Early and late rc.sysctl runs
New mailq/queurun support in daily scripts
Revision Changes Path
1.219.2.27 +15 -11 src/etc/Makefile
1.7.2.10 +3 -1 src/etc/defaults/periodic.conf
1.53.2.53 +18 -18 src/etc/defaults/rc.conf
1.4.2.1 +6 -0 src/etc/etc.alpha/disktab
1.20.2.2 +7 -1 src/etc/etc.i386/disktab
1.11.2.3 +8 -7 src/etc/hosts
1.8.2.6 +7 -1 src/etc/hosts.allow
1.44.2.10 +5 -2 src/etc/inetd.conf
1.2.2.2 +26 -9 src/etc/isdn/holidays.D
1.7.2.6 +3 -1 src/etc/locale.alias
1.2.2.5 +3 -5 src/etc/locale.deprecated
1.11.2.5 +2 -1 src/etc/motd
1.13.2.6 +3 -1 src/etc/mtree/BSD.x11-4.dist
1.9.2.6 +3 -1 src/etc/mtree/BSD.x11.dist
1.25.2.9 +14 -13 src/etc/newsyslog.conf
1.2.2.6 +3 -1 src/etc/nls.alias
1.4.2.3 +24 -7 src/etc/periodic/daily/440.status-mailq
1.1.2.2 +7 -5 src/etc/periodic/daily/500.queuerun
1.1.2.2 +4 -4 src/etc/periodic/security/800.loginfail
1.5.2.5 +3 -3 src/etc/periodic/weekly/330.catman
1.2.2.4 +3 -2 src/etc/periodic/weekly/340.noid
1.212.2.48 +30 -18 src/etc/rc
1.1.2.4 +1 -1 src/etc/rc.syscons
1.4.4.6 +18 -2 src/etc/rc.sysctl
1.7.2.4 +2 -2 src/etc/rpc
1.62.2.11 +10 -1 src/etc/services
1.1.2.3 +2 -1 src/etc/sysctl.conf
1.13.2.3 +7 -5 src/etc/syslog.conf
1.16.2.6 +28 -4 src/etc/termcap.small
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204150044.g3F0iHb42110>
