From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sat, 5 Apr 2003 10:52:08 +0300 From: Vladimir Alyekhin To: sisyphus@altlinux.ru Subject: Re: [sisyphus] apt-get remove apache Message-ID: <20030405075208.GF26206@is.com.ua> Mail-Followup-To: Vladimir Alyekhin , sisyphus@altlinux.ru References: <20030404180812.GD26206@is.com.ua> <20030404183401.GC507@sam-solutions.net> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20030404183401.GC507@sam-solutions.net> User-Agent: Mutt/1.4.1i Organization: Lugansk ISP "Internet Service" X-Scanned-By: Scanned by "Internet-Service" mail server (http://www.is.net.ua) Sender: sisyphus-admin@altlinux.ru Errors-To: sisyphus-admin@altlinux.ru X-BeenThere: sisyphus@altlinux.ru X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: sisyphus@altlinux.ru List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Archived-At: List-Archive: Hi Alexander! On Fri, Apr 04, 2003 at 09:34:02PM +0300, you wrote: > On Fri, Apr 04, 2003 at 09:08:12PM +0300, Vladimir Alyekhin wrote: > > Вечер добрый... > > > > Уважаемые, а подскажите пожалуйста, зачем при apt-get remove apache удаляется директория /var/log/httpd ??? > > Она-то в чем провинилась??!! > В том, что принадлежит пакету apache-common. А Вы как думали? Любой > системный ресурс должен кому-то принадлежать. $ rpm -qf /var/log/httpd apache-common-1.3.27rusPL30.16-alt13 Заметьте, _common_! А теперь смотрим внимательно на последние 3 строчки вывода команды rpm -q --scripts apache: $ rpm -q --scripts apache postinstall scriptlet (through /bin/sh): if [ $1 = 1 ]; then /sbin/chkconfig --add httpd else /sbin/service httpd condrestart ||: fi preuninstall scriptlet (through /bin/sh): if [ $1 = 0 ]; then /sbin/chkconfig --del httpd ||: /sbin/service httpd condstop ||: fi if [ $1 = 0 ]; then rm -rf /var/log/httpd/* fi Почему папка /var/log/httpd принадлежит пакету apache-common а сносит ее пакет apache??? -- Vladimir Alyekhin CJSC "Internet-Service" VA2-UANIC