From b7d16680e7265f234e34c0d12b70949e9f85d1186c90f62544c19f3b88e8522a Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 11 Aug 2010 13:51:13 +0000 Subject: [PATCH] Accepting request 45383 from home:puzel:branches:Base:System Copy from home:puzel:branches:Base:System/syslogd via accept of submit request 45383 revision 2. Request was accepted with message: OBS-URL: https://build.opensuse.org/request/show/45383 OBS-URL: https://build.opensuse.org/package/show/Base:System/syslogd?expand=0&rev=26 --- logrotate.syslog | 6 +++--- syslogd.changes | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/logrotate.syslog b/logrotate.syslog index bf654ce..6899689 100644 --- a/logrotate.syslog +++ b/logrotate.syslog @@ -20,7 +20,7 @@ create 640 root root sharedscripts postrotate - /etc/init.d/syslog reload + /etc/init.d/syslog reload > /dev/null endscript } @@ -36,7 +36,7 @@ create 640 root root sharedscripts postrotate - /etc/init.d/syslog reload + /etc/init.d/syslog reload > /dev/null endscript } @@ -52,7 +52,7 @@ create 640 news news sharedscripts postrotate - /etc/init.d/syslog reload + /etc/init.d/syslog reload > /dev/null endscript } diff --git a/syslogd.changes b/syslogd.changes index 43887ff..17399cd 100644 --- a/syslogd.changes +++ b/syslogd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 11 13:40:55 UTC 2010 - puzel@novell.com + +- logrotate.syslog: redirect output of postrotate script to + /dev/null (bnc#626318) + ------------------------------------------------------------------- Fri Jul 16 17:22:27 CEST 2010 - werner@suse.de