From mboxrd@z Thu Jan 1 00:00:00 1970 From: Henning Sprang Subject: BUG - make uninstall deletes my config files Date: Sat, 06 May 2006 16:03:35 +0200 Message-ID: <445CACB7.2070402@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi, The uninstall target of the xen source distribution does not only delete any file installed by xen, but it seems to completely delete /etc/xen, so all my self-created config files have just been deleted when I did that. The uninstall target should definitely only delete files it copied at install time, and try to rmdir /etc/xen, which fails if a user added own config files. Henning