Age | Commit message (Collapse) | Author |
|
This reverts commit 5a5ca056ba439d2ff3fec19e97fb7111f9fe9819.
|
|
Bug 4051
set system syslog console
needs to default to:
set system syslog console facility all level err
|
|
Since quagga uses local7, make it a real facility.
Allow local7 for compatiablity.
Bug 4263
|
|
The new code was requiring full pathname, but old version was
using /var/log/user/<filename> so make new code work like old code.
|
|
Do most of the work in the rewritten vyatta_update_syslog code.
Handle multiple facilities for same target without causing duplicate
log messages.
Never restart syslog daemon, just reload it and only if the configuration
has changed.
|
|
|
|
Makes global facility change work.
Still need to rework the syslog templates and parsing.
|
|
|
|
"Atleast" is not an English word, it should be "At least"
|
|
|
|
previous ones in /etc/syslog.conf
- multiple nodes configured under 'system syslog global' are appended to syslog.conf
- default '*.notice -/var/log/messages' is removed from syslog.conf if any
node is configured under 'system syslog global' and is put back when nothing
configured under 'system syslog global'
- syslog process only restarted once after making all changes in config
- added commit checks at 'system syslog <>' level nodes to specify facility
|
|
-help strings standardized in vyatta-cfg-system
|
|
- system syslog file name not accepted anymore until facility or archive is specified
|
|
|
|
|
|
|
|
this also fixes bug 2427 (and 1812?).
|
|
|
|
|