From owner-cvs-src@FreeBSD.ORG Fri Oct 14 14:02:25 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 AEB1916A41F; Fri, 14 Oct 2005 14:02:25 +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 6B70143D4C; Fri, 14 Oct 2005 14:02:25 +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 j9EE2PVo056558; Fri, 14 Oct 2005 14:02:25 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9EE2Pkt056557; Fri, 14 Oct 2005 14:02:25 GMT (envelope-from glebius) Message-Id: <200510141402.j9EE2Pkt056557@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 14 Oct 2005 14:02:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 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:02:25 -0000 glebius 2005-10-14 14:02:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) 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.2.1 +3 -0 src/sbin/kldstat/kldstat.8 1.17.2.1 +13 -4 src/sbin/kldstat/kldstat.c