summaryrefslogtreecommitdiffstats
path: root/etc/syslog.conf
Commit message (Collapse)AuthorAgeFilesLines
* Move /var/cron/log to /var/log/cronn_hibma1999-09-061-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* This is the addition of a syslog(3) security.* top-level category. Thisgreen1999-08-211-1/+2
| | | | | | | | | should be used from now on for anything security but not auth-related. Included are updates for all relevant manpages and also to /etc files, creating a new /var/log/security. Nothing in the system logs to /var/log/security yet as of the time of this commit. Reviewed by: rgrimes, imp, chris
* - Add a couple comment lines to note that spaces are not allowed asnate1998-10-141-1/+3
| | | | | | | field separators. PR: conf/8162 Submitted by: Sheldon Hearn <sheldonh@axl.training.iafrica.com>
* Add Id keywordsbrian1998-09-021-0/+2
|
* Add ppp.logache1997-06-101-0/+2
|
* auth.debug should not be sent to root realtimepst1996-11-061-2/+6
| | | | | | | news.notice info should not be sent to /var/log/messages, as news has its own set of logs and notice is overused by inn added entries for newsservers (but they're commented out)
* Back out daemon.* addition, ssh port should be fixed insteadache1996-11-021-1/+1
|
* Log daemon.* to /var/log/messages or very valuable daemons messagesache1996-10-311-1/+1
| | | | lost forever
* Put startslip syslog messages into separate fileache1996-01-071-0/+2
| | | | | Increase rotating log sizes in newsyslog.conf to reflect more common case
* This is Vixie cron 3.0. This version fixes all known security bugs.guido1994-01-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Further it implements crontab -e. I moved cron from /usr/libexec to /usr/sbin where most daemons are that are run from rc. That also gets rid of the ugly path crond used to have in ps(1) outputs. Further I renamed it to cron, as Paul Vixie likes it and is done by NetBSD. NOTE VERY WELL THE FOLLOWING: 1) Systems crontab changed. Every users crontab resides in /var/cron *EXCEPT* root's. This is a special crontab as it resides in /etc. Further it is the *ONLY* crontab file in which you specify usernames. See /usr/src/etc/crontab. This is also done by BSDI's BSD/386 as far as I know (they provided the patches for it anyway) 2) So you *must* delete root's crontab and reinstall the copy in /etc from /usr/src/etc. 'Must' is to much: the old installed crontab will work but cron will also try to 'run' /etc/crontab. 3) Last but not least: cron's logging is now done via syslog. Note that logging by cron is done lowercase when it logs about itsself and uppercase when it logs user events, like installing a new crontab. The default logfile file is the same as before: syslog.conf:cron.* /var/cron/log -Guido
* Initial import of 386BSD 0.1 othersrc/etcrgrimes1993-06-201-0/+8
OpenPOWER on IntegriCloud