projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7778bd1
)
xenserver: Remove vswitch dbcache file during RPM uninstall.
author
Ben Pfaff
<blp@nicira.com>
Wed, 16 Sep 2009 23:03:55 +0000
(16:03 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 16 Sep 2009 23:03:55 +0000
(16:03 -0700)
It's good to clean up.
CC: Keith Amidon <keith@nicira.com>
CC: Henrik Amren <henrik@nicira.com>
xenserver/vswitch-xen.spec
patch
|
blob
|
history
diff --git
a/xenserver/vswitch-xen.spec
b/xenserver/vswitch-xen.spec
index a9c3402ac9e61d4bec91d2afbdcbe3a4beafeccc..b186e2647944f8085b6015bbf855add13246451b 100644
(file)
--- a/
xenserver/vswitch-xen.spec
+++ b/
xenserver/vswitch-xen.spec
@@
-309,6
+309,7
@@
if [ "$1" = "0" ]; then # $1 = 1 for upgrade
rm -f /etc/sysconfig/vswitch
rm -f /var/log/vswitch*
rm -f /etc/ovs-vswitchd.cacert
+ rm -f /etc/ovs-vswitch.dbcache
printf "\nYou MUST reboot the server now to complete the change to\n"
printf "standard Xen networking. Attempts to modify networking on the\n"