From fdda579ede6de2a4f182fc0553c3758c3365cfd4 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Thu, 1 Sep 2005 10:45:50 +0000 Subject: 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 --HG-- rename : tools/examples/backend.hotplug => tools/examples/xen-backend.agent --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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: -- cgit v1.2.3