aboutsummaryrefslogtreecommitdiff
path: root/xenserver/openvswitch-xen.spec
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-05-03 11:03:08 -0700
committerBen Pfaff <blp@nicira.com>2011-05-04 09:37:21 -0700
commit49b2c2d00e1c78427d669cd32520f7fac657611b (patch)
tree3f22702a095803c8bad324d21ca1f4ef01f58a5c /xenserver/openvswitch-xen.spec
parenta16a9d0392af597353048419ef614ca2d5ca0afd (diff)
xenserver: Don't remove network.dbcache on uninstall.
network.dbcache was introduced by Open vSwitch for its own purposes, but it has now migrated into the base install of XenServer, which uses it whether Open vSwitch is installed or not, so we should no longer remove it on package uninstall. Signed-off-by: Ben Pfaff <blp@nicira.com> Reported-by: Bob Ball <bob.ball@citrix.com>
Diffstat (limited to 'xenserver/openvswitch-xen.spec')
-rw-r--r--xenserver/openvswitch-xen.spec1
1 files changed, 0 insertions, 1 deletions
diff --git a/xenserver/openvswitch-xen.spec b/xenserver/openvswitch-xen.spec
index b7b987e3..97bf99ca 100644
--- a/xenserver/openvswitch-xen.spec
+++ b/xenserver/openvswitch-xen.spec
@@ -305,7 +305,6 @@ if [ "$1" = "0" ]; then # $1 = 1 for upgrade
rm -f /etc/openvswitch/conf.db
rm -f /etc/sysconfig/openvswitch
rm -f /etc/openvswitch/vswitchd.cacert
- rm -f /var/xapi/network.dbcache
# Remove saved XenServer scripts directory, but only if it's empty
rmdir -p /usr/lib/openvswitch/xs-saved 2>/dev/null