From owner-cvs-all@FreeBSD.ORG Sat Sep 24 03:31:36 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA6ED16A41F; Sat, 24 Sep 2005 03:31:36 +0000 (GMT) (envelope-from shadow@psoft.net) Received: from mail.sevcity.net (ns.sevcity.net [193.47.166.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBC5843D53; Sat, 24 Sep 2005 03:31:35 +0000 (GMT) (envelope-from shadow@psoft.net) Received: from mail.sevcity.net (service.sevcity [127.0.0.1]) by mail.sevcity.net (Postfix) with ESMTP id EBAEB17000F; Sat, 24 Sep 2005 06:31:14 +0300 (EEST) Received: from berloga.shadowland (berloga.shadowland [172.20.2.3]) by mail.sevcity.net (Postfix) with ESMTP id B37A217000D; Sat, 24 Sep 2005 06:31:14 +0300 (EEST) Received: from berloga.shadowland (berloga.shadowland [127.0.0.1]) by berloga.shadowland (8.12.11/8.12.11) with ESMTP id j8O3VW2F004178; Sat, 24 Sep 2005 06:31:33 +0300 Received: (from root@localhost) by berloga.shadowland (8.12.11/8.12.11/Submit) id j8O3VWId004176; Sat, 24 Sep 2005 06:31:32 +0300 From: Alex Lyashkov To: Pawel Jakub Dawidek In-Reply-To: <200509232352.j8NNqQBC031440@repoman.freebsd.org> References: <200509232352.j8NNqQBC031440@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Organization: Positive Software Message-Id: <1127532692.3382.0.camel@berloga.shadowland> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 (1.4.5-16) Date: Sat, 24 Sep 2005 06:31:32 +0300 X-Virus-Scanned: ClamAV using ClamSMTP Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/kldstat kldstat.8 kldstat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2005 03:31:36 -0000 =F7 =F3=C2=D4, 24.09.2005, =D7 02:52, Pawel Jakub Dawidek =D0=C9=DB=C5=D4: > pjd 2005-09-23 23:52:26 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sbin/kldstat kldstat.8 kldstat.c=20 > Log: > Add '-q' option, which (when used with '-m' option) just tells if the g= iven > module is loaded or compiled into the kernel. > This is useful mostly in startup scripts, when module should be loaded = only > if it wasn't compiled into the kernel nor already loaded, eg.: > =20 > kldstat -q -m g_eli || kldload geom_eli.ko || err 1 'geom_eli m= odule failed to load.' > =20 Please MFC this.