From: Justin Pettit <jpettit@nicira.com>
Date: Thu, 1 Apr 2010 12:11:42 +0000 (-0700)
Subject: xenserver: Only rotate files that end in .log
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22342ac881747f63bb957bc8762a128611bfae2c;p=openvswitch

xenserver: Only rotate files that end in .log
---

diff --git a/xenserver/etc_logrotate.d_openvswitch b/xenserver/etc_logrotate.d_openvswitch
index ed3592f2..52eb4f7c 100644
--- a/xenserver/etc_logrotate.d_openvswitch
+++ b/xenserver/etc_logrotate.d_openvswitch
@@ -5,7 +5,7 @@
 # notice and this notice are preserved.  This file is offered as-is,
 # without warranty of any kind.
 
-/var/log/openvswitch/* {
+/var/log/openvswitch/*.log {
 	sharedscripts
 	missingok
 	postrotate