From owner-cvs-src@FreeBSD.ORG Fri Oct 14 14:38:57 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31B1316A41F; Fri, 14 Oct 2005 14:38:57 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AD9543D49; Fri, 14 Oct 2005 14:38:56 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9EEcuQ9058519; Fri, 14 Oct 2005 14:38:56 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9EEcuvj058518; Fri, 14 Oct 2005 14:38:56 GMT (envelope-from glebius) Message-Id: <200510141438.j9EEcuvj058518@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 14 Oct 2005 14:38:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_0 Cc: Subject: cvs commit: src/sbin/kldstat kldstat.8 kldstat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2005 14:38:57 -0000 glebius 2005-10-14 14:38:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_0) sbin/kldstat kldstat.8 kldstat.c Log: Merge the 'kldstat -q' functionality, that is required for proper operation of the /etc/rc.d/pfsync script, that was merged before the RELENG_6_0 has been forked. Approved by: re (kensmith) Revision Changes Path 1.13.4.1 +3 -0 src/sbin/kldstat/kldstat.8 1.17.4.1 +13 -4 src/sbin/kldstat/kldstat.c