From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 15 Dec 2000 23:10:42 +0100 From: =?iso-8859-1?Q?Ragnar_Kj=F8rstad?= Subject: Re: [linux-lvm] Debian packaging Message-ID: <20001215231042.D25445@vestdata.no> References: <87hf46kifi.wl@pear.hibi-local.net> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: ; from Gergely Tamas on Fri, Dec 15, 2000 at 06:58:20PM +0100 Sender: linux-lvm-admin@sistina.com Errors-To: linux-lvm-admin@sistina.com Reply-To: linux-lvm@sistina.com List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: Content-Type: text/plain; charset="iso-8859-1" To: linux-lvm@sistina.com Cc: HIBINO Kei On Fri, Dec 15, 2000 at 06:58:20PM +0100, Gergely Tamas wrote: > > 'http://www.asahi-net.or.jp/~ex8k-hbn/deb/lvm/'. >=20 > Good work. >=20 > But here are some remarks to your /etc/init.d/lvm script ... >=20 > 1]---- > if [ ! -f /proc/lvm ]; then > if [ ! -f /lib/modules/`uname -r`/block/lvm.o -a ! -f /lib/modules/`unam= e -r`/block/lvm-mod.o ]; then > exit 0 > fi > fi > ------ >=20 > What if somebody compiled lvm into the kernel, not as a module? This > script doesn't work. :( If lvm was compiled into the kernel /proc/lvm will exist, right? --=20 Ragnar Kj=EF=BF=BDrstad