Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 77078 invoked from network); 16 May 2007 14:34:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 May 2007 14:34:40 -0000 Received: (qmail 9618 invoked by uid 500); 16 May 2007 14:34:46 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 9591 invoked by uid 500); 16 May 2007 14:34:46 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 9580 invoked by uid 99); 16 May 2007 14:34:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2007 07:34:46 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ole.ersoy@gmail.com designates 66.249.82.229 as permitted sender) Received: from [66.249.82.229] (HELO wx-out-0506.google.com) (66.249.82.229) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2007 07:34:39 -0700 Received: by wx-out-0506.google.com with SMTP id h31so204842wxd for ; Wed, 16 May 2007 07:34:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=D6/QYvM7VgSIfZerjfmy5tjtrUf2r1tzOMQv9nhYcl+6I5P0xueXXiJaLl1Y4DyjjqjvduRkOrNm5N54BF40kGrGEuzBeoOBk6xTAEzsdY/t0l8DG5gOoQ497gX0C3tlC2fjGS/EdMB/RQfRTSBeLfIdHzaSsVOIz9RaBv6QtgQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=NEFh2vDUAgO+lrPSCJBjIYNYP3eD7dfq/yf89jaHuHaX95IeJgUDyUL20wNNLO1jdx8aEWqfi3/0pMN3bqpyYmn+lO36jg+2qNQn2m3I4e7V1JErkWNNN1YelcsMxcMuUv6eA9ZUOb6NH3URnADz3qyUKizXnQvTh+T9Z8pxMh0= Received: by 10.90.71.3 with SMTP id t3mr8066878aga.1179326058149; Wed, 16 May 2007 07:34:18 -0700 (PDT) Received: from ?192.168.1.4? ( [24.13.179.233]) by mx.google.com with ESMTP id 40sm1532316nzf.2007.05.16.07.34.16; Wed, 16 May 2007 07:34:16 -0700 (PDT) Message-ID: <464B1556.4010306@gmail.com> Date: Wed, 16 May 2007 09:29:42 -0500 From: Ole Ersoy User-Agent: Thunderbird 1.5.0.10 (X11/20070302) MIME-Version: 1.0 To: Apache Directory Developers List Subject: [Installer] rpm -e update Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hey Alex, You are right. When I run rpm -e everything is cleaned out except for apacheds's home directory and the immediate sub directories. So if I do [root@/usr/local/apacheds-1.5.0]# rpm -e apacheds Then I'm just left with this: [root@/usr/local/apacheds-1.5.0]# tree |-- bin |-- conf |-- lib `-- var Note also that var is empty. My initial assumption/expectation was that it would remove everything, including the root apacheds-1.5.0 directory. When the installer uses the FHS layout, the partitions will be housed in /var/partitions/... which will hopefully make rpm upgrades easy to manage. Cheers, - Ole