From owner-cvs-all@FreeBSD.ORG Tue Nov 22 19:11:03 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 5E98116A422; Tue, 22 Nov 2005 19:11:03 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id C508F43D6D; Tue, 22 Nov 2005 19:10:56 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 316FA52C74; Tue, 22 Nov 2005 20:10:50 +0100 (CET) Received: from localhost (dlj94.neoplus.adsl.tpnet.pl [83.24.39.94]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 9D8D652C71; Tue, 22 Nov 2005 20:10:42 +0100 (CET) Date: Tue, 22 Nov 2005 20:10:17 +0100 From: Pawel Jakub Dawidek To: Maksim Yevmenkin Message-ID: <20051122191017.GA9339@garage.freebsd.pl> References: <200511221851.jAMIphYU070368@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="45Z9DzgjV8m4Oswq" Content-Disposition: inline In-Reply-To: <200511221851.jAMIphYU070368@repoman.freebsd.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r535 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: ** X-Spam-Status: No, score=2.6 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL,RCVD_IN_XBL autolearn=no version=3.0.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf src/etc/rc.d hcsecd sdpd 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: Tue, 22 Nov 2005 19:11:03 -0000 --45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 22, 2005 at 06:51:43PM +0000, Maksim Yevmenkin wrote: +> + if ! kldstat -q -m ng_btsocket > /dev/null 2>&1 ; then [...] +> + if ! kldstat -q -m ng_btsocket > /dev/null 2>&1 ; then The purpose of -q option is to make kldstat quiet, so you don't need to redirect its output to /dev/null. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --45Z9DzgjV8m4Oswq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDg20ZForvXbEpPzQRAiOKAJ9lijHssm816Swq7KbDsz9Q+jwS7ACfdbb5 J0E4gxGaKDF72JU4F99jg6c= =Dwbd -----END PGP SIGNATURE----- --45Z9DzgjV8m4Oswq--