aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-09-01 10:45:50 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-09-01 10:45:50 +0000
commitfdda579ede6de2a4f182fc0553c3758c3365cfd4 (patch)
tree59d66bc68b3efdde0e4e43f11dea0e5280e10f4a /Makefile
parentc72528e6beafc77f764c6c2a31573d372f2872e7 (diff)
downloadxen-fdda579ede6de2a4f182fc0553c3758c3365cfd4.tar.gz
xen-fdda579ede6de2a4f182fc0553c3758c3365cfd4.tar.bz2
xen-fdda579ede6de2a4f182fc0553c3758c3365cfd4.zip
Fix network setup through hotplug on SUSE.
Move the hotplug script from /etc/hotplug.d/xen-backend/backend.hotplug to /etc/hotplug/xen-backend.agent, which seems to be a more common place for the script. Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk> --HG-- rename : tools/examples/backend.hotplug => tools/examples/xen-backend.agent
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7a6773b1c2..3b50ec6436 100644
--- a/Makefile
+++ b/Makefile
@@ -178,6 +178,8 @@ uninstall:
rm -rf $(D)/usr/share/man/man1/xen*
rm -rf $(D)/usr/share/man/man8/xen*
rm -rf $(D)/usr/lib/xen
+ rm -rf $(D)/etc/hotplug.d/xen-backend
+ rm -rf $(D)/etc/hotplug/xen-backend.agent
# Legacy targets for compatibility
linux24: