wok diff busybox/stuff/syslog.conf @ rev 19159

/etc/init.d/*: use 'action' in pair with 'status'.
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 26 20:16:45 2016 +0300 (2016-05-26)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/busybox/stuff/syslog.conf	Thu May 26 20:16:45 2016 +0300
     1.3 @@ -0,0 +1,8 @@
     1.4 +# /etc/syslog.conf	Configuration file for syslogd.
     1.5 +
     1.6 +*.*;auth,authpriv.none	/var/log/messages
     1.7 +auth,authpriv.*		/var/log/auth.log
     1.8 +cron.*			/var/log/cron.log
     1.9 +daemon.*		/var/log/daemon.log
    1.10 +mail.*			/var/log/mail.log
    1.11 +lpr.*			/var/log/lpr.log