WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH] make uninstall

To: Charles Coffing <ccoffing@xxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH] make uninstall
From: Ewan Mellor <ewan@xxxxxxxxxxxxx>
Date: Sat, 12 Nov 2005 17:43:59 +0000
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sat, 12 Nov 2005 17:44:11 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4374B629.D169.003C.0@xxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <4374B629.D169.003C.0@xxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.9i
On Fri, Nov 11, 2005 at 03:19:48PM -0700, Charles Coffing wrote:

> "make uninstall" was not cleaning up some udev rules.  Also, on x86_64
> there was stuff left in /usr/lib/xen, not just /usr/$LIBDIR/xen.
> 
> 
> ---  xen- unstable.hg/Makefile.orig       2005- 11- 11
> 09:20:39.000000000 - 0700
> +++ xen- unstable.hg/Makefile    2005- 11- 11 09:31:50.000000000 -
> 0700
> @@ - 167,6 +167,9 @@
>         [ - d $(D)/etc/xen ] && mv - f $(D)/etc/xen $(D)/etc/xen.old-
> `date +%s` || true
>         rm - rf $(D)/etc/init.d/xend*
>         rm - rf $(D)/etc/hotplug/xen- backend.agent
> +       rm - f  $(D)/etc/udev/rules.d/xen- backend.rules
> +       rm - f  $(D)/etc/udev/xen- backend.rules
> +       rm - f  $(D)/etc/sysconfig/xendomains
>         rm - rf $(D)/var/run/xen* $(D)/var/lib/xen*
>         rm - rf $(D)/boot/*xen*
>         rm - rf $(D)/lib/modules/*xen*
> @@ - 179,7 +182,8 @@
>         rm - rf $(D)/usr/$(LIBDIR)/libxenctrl*
> $(D)/usr/$(LIBDIR)/libxenguest*
>         rm - rf $(D)/usr/$(LIBDIR)/libxenstore*
>         rm - rf $(D)/usr/$(LIBDIR)/python/xen $(D)/usr/$(LIBDIR)/xen
> -        rm - rf $(D)/usr/$(LIBDIR)/xen/bin
> +       rm - rf $(D)/usr/$(LIBDIR)/xen/
> +       rm - rf $(D)/usr/lib/xen/
>         rm - rf $(D)/usr/sbin/xen* $(D)/usr/sbin/netfix
> $(D)/usr/sbin/xm
>         rm - rf $(D)/usr/share/doc/xen
>         rm - rf $(D)/usr/share/xen

Charles, I've applied this.  However, as you can see, your mailer has made a
right mess of the patch, putting a space after each minus.  Could you make
sure that it doesn't do this again, please?

Thanks for your patch in any case,

Ewan.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>