public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/ulogd/files: ulogd-2.logrotate
@ 2013-04-19 18:58 Christian Ruppert (idl0r)
  0 siblings, 0 replies; only message in thread
From: Christian Ruppert (idl0r) @ 2013-04-19 18:58 UTC (permalink / raw
  To: gentoo-commits

idl0r       13/04/19 18:58:18

  Modified:             ulogd-2.logrotate
  Log:
  Add "missingok" to the logrotate file to avoid errors about non-existent logs
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key B427ABC8)

Revision  Changes    Path
1.2                  app-admin/ulogd/files/ulogd-2.logrotate

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ulogd/files/ulogd-2.logrotate?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ulogd/files/ulogd-2.logrotate?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ulogd/files/ulogd-2.logrotate?r1=1.1&r2=1.2

Index: ulogd-2.logrotate
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/ulogd/files/ulogd-2.logrotate,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ulogd-2.logrotate	20 Mar 2013 08:38:18 -0000	1.1
+++ ulogd-2.logrotate	19 Apr 2013 18:58:17 -0000	1.2
@@ -1,5 +1,6 @@
 /var/log/ulogd/ulogd.log {
     notifempty
+    missingok
     size 1M
     create 0640 ulogd
     postrotate
@@ -11,6 +12,7 @@
     rotate 12
     size 5M
     notifempty
+    missingok
     create 0640 ulogd
     postrotate
         /etc/init.d/ulogd reopen_logs > /dev/null





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-04-19 18:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-19 18:58 [gentoo-commits] gentoo-x86 commit in app-admin/ulogd/files: ulogd-2.logrotate Christian Ruppert (idl0r)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox