From owner-cvs-src@FreeBSD.ORG Fri Oct 22 19:12:01 2004 Return-Path: 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 C693A16A4CE; Fri, 22 Oct 2004 19:12:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A550843D46; Fri, 22 Oct 2004 19:12:01 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9MJC1WH029403; Fri, 22 Oct 2004 19:12:01 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9MJC16j029402; Fri, 22 Oct 2004 19:12:01 GMT (envelope-from andre) Message-Id: <200410221912.i9MJC16j029402@repoman.freebsd.org> From: Andre Oppermann Date: Fri, 22 Oct 2004 19:12:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_divert.c src/share/man/man4 divert.4 src/sbin/ipfw ipfw.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Oct 2004 19:12:02 -0000 andre 2004-10-22 19:12:01 UTC FreeBSD src repository Modified files: sys/netinet ip_divert.c share/man/man4 divert.4 sbin/ipfw ipfw.8 Log: Refuse to unload the ipdivert module unless the 'force' flag is given to kldunload. Reflect the fact that IPDIVERT is a loadable module in the divert(4) and ipfw(8) man pages. Revision Changes Path 1.158 +4 -4 src/sbin/ipfw/ipfw.8 1.31 +13 -3 src/share/man/man4/divert.4 1.105 +11 -1 src/sys/netinet/ip_divert.c