From owner-cvs-src@FreeBSD.ORG Wed Aug 13 00:42:08 2003 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 95B9137B401; Wed, 13 Aug 2003 00:42:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C40743FA3; Wed, 13 Aug 2003 00:42:08 -0700 (PDT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7D7g80U004355; Wed, 13 Aug 2003 00:42:08 -0700 (PDT) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7D7g71A004354; Wed, 13 Aug 2003 00:42:07 -0700 (PDT) Message-Id: <200308130742.h7D7g71A004354@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 13 Aug 2003 00:42:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/nghook main.c nghook.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: Wed, 13 Aug 2003 07:42:09 -0000 harti 2003/08/13 00:42:07 PDT FreeBSD src repository Modified files: usr.sbin/nghook main.c nghook.8 Log: Implement two command line options that allow one to change the file descriptors that are used for input and output. That allows one, for example, to use nghook to bi-directionally pipe the input and output into/from another non-netgraph-aware program. Revision Changes Path 1.8 +18 -9 src/usr.sbin/nghook/main.c 1.13 +6 -0 src/usr.sbin/nghook/nghook.8