Accepting request 45385 from Base:System

checked in (request 45385)

OBS-URL: https://build.opensuse.org/request/show/45385
OBS-URL: https://build.opensuse.org/package/show/Base:System/syslogd?expand=0&rev=27
This commit is contained in:
OBS User autobuild
2010-08-13 00:31:42 +00:00
committed by Git OBS Bridge
parent b7d16680e7
commit 32e9222620
2 changed files with 3 additions and 9 deletions

View File

@@ -20,7 +20,7 @@
create 640 root root
sharedscripts
postrotate
/etc/init.d/syslog reload > /dev/null
/etc/init.d/syslog reload
endscript
}
@@ -36,7 +36,7 @@
create 640 root root
sharedscripts
postrotate
/etc/init.d/syslog reload > /dev/null
/etc/init.d/syslog reload
endscript
}
@@ -52,7 +52,7 @@
create 640 news news
sharedscripts
postrotate
/etc/init.d/syslog reload > /dev/null
/etc/init.d/syslog reload
endscript
}

View File

@@ -1,9 +1,3 @@
-------------------------------------------------------------------
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