xenserver: Only replace XenServer hosts scripts that we recognize.
[sliver-openvswitch.git] / xenserver / etc_logrotate.d_openvswitch
index 52eb4f7..c1ead14 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009, 2010 Nicira Networks, Inc.
+# Copyright (C) 2009, 2010, 2011 Nicira Networks, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
@@ -16,8 +16,5 @@
        if [ -e /var/run/openvswitch/ovsdb-server.pid ]; then   
            /usr/bin/ovs-appctl -t ovsdb-server vlog/reopen
        fi
-       if [ -e /var/run/openvswitch/ovs-brcompatd.pid ]; then
-               /usr/bin/ovs-appctl -t ovs-brcompatd vlog/reopen
-       fi
        endscript
 }