aboutsummaryrefslogtreecommitdiffstats
path: root/src/initlog.c
Commit message (Collapse)AuthorAgeFilesLines
* don't do silly access checks on the root partition; instead, just try ↵Bill Nottingham2000-08-111-1/+38
| | | | connecting to the syslog socket if it's there...
* fix some warnings on alphaBill Nottingham2000-01-311-2/+2
|
* close configuration file descriptorBill Nottingham1999-11-151-2/+9
|
* ignore anything before a ^HBill Nottingham1999-08-101-4/+4
| | | | | ignore twiddles on lines by themselves allow BOL/EOL matching
* what's that debugging code doing there?Bill Nottingham1999-08-061-2/+0
|
* *** empty log message ***Bill Nottingham1999-07-261-1/+2
|
* add config file parsing, strip data before a \rBill Nottingham1999-07-251-12/+94
|
* fix some compiler warnings (nkbj@image.dk)Bill Nottingham1999-07-081-3/+3
|
* log by default to LOCAL7Bill Nottingham1999-04-131-1/+1
|
* *** empty log message ***r4-02Bill Nottingham1999-04-091-1/+0
|
* fixeds for the case where /dev/log exists at bootBill Nottingham1999-04-091-6/+16
|
* don't output error messages if reading commandsBill Nottingham1999-03-181-6/+10
|
* gack. don't exit on command format errors from subprocessBill Nottingham1999-03-181-8/+9
|
* if /dev/log exists on ROFS, that *doesn't* mean syslog is runningBill Nottingham1999-03-161-2/+4
|
* if [ 0 ] don't work in shell. *thwap*Bill Nottingham1999-03-141-1/+0
|
* fixesBill Nottingham1999-02-041-37/+22
|
* bugfixes...Bill Nottingham1999-02-041-1/+0
|
* add initlog stuff. do "halt -p", "umount -f" in shutdown. use %defattr inBill Nottingham1999-02-031-0/+317
specfile... um, I think that's it.