Accepting request 140731 from home:mtomaschewski:branches:Base:System

Replaced SYSLOG_DAEMON switch with syslog.service alias. Werner, please review

OBS-URL: https://build.opensuse.org/request/show/140731
OBS-URL: https://build.opensuse.org/package/show/Base:System/syslogd?expand=0&rev=88
This commit is contained in:
2012-11-09 17:29:09 +00:00
committed by Git OBS Bridge
parent 248cbaf437
commit 9082307de8
12 changed files with 235 additions and 900 deletions

View File

@@ -11,7 +11,8 @@
# other by all syslog daemons.
# the mail log files are used by all syslog daemons
# the news log files are used by all syslog daemons
/var/log/warn /var/log/messages /var/log/allmessages /var/log/localmessages /var/log/firewall /var/log/acpid /var/log/NetworkManager
/var/log/warn /var/log/messages /var/log/allmessages /var/log/localmessages
/var/log/firewall /var/log/acpid /var/log/NetworkManager
/var/log/mail /var/log/mail.info /var/log/mail.warn /var/log/mail.err
/var/log/news/news.crit /var/log/news/news.err /var/log/news/news.notice
{
@@ -25,6 +26,6 @@
create 640 root root
sharedscripts
postrotate
/etc/init.d/syslog reload > /dev/null
/usr/bin/systemctl reload syslog.service > /dev/null
endscript
}