Cleanup default file locations and XenServer packaging
[sliver-openvswitch.git] / xenserver / etc_logrotate.d_openvswitch
similarity index 72%
rename from xenserver/etc_logrotate.d_vswitch
rename to xenserver/etc_logrotate.d_openvswitch
index d6f71af..22aab36 100644 (file)
@@ -1,14 +1,14 @@
-# Copyright (C) 2009 Nicira Networks, Inc.
+# Copyright (C) 2009, 2010 Nicira Networks, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
 # notice and this notice are preserved.  This file is offered as-is,
 # without warranty of any kind.
 
-/var/log/ovs-vswitchd.log /var/log/ovs-brcompatd.log {
+/var/log/openvswitch/* {
        sharedscripts
        postrotate
-       # Tell ovs-vswitchd and ovs-brcompatd to reopen their log files
+       # Tell Open vSwitch daemons to reopen their log files
        /usr/bin/ovs-appctl -t ovs-vswitchd vlog/reopen
        /usr/bin/ovs-appctl -t ovs-brcompatd vlog/reopen
        /usr/bin/ovs-appctl -t ovsdb-server vlog/reopen