From owner-cvs-src@FreeBSD.ORG Sat Jul 23 18:47:18 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 AE80216A41F; Sat, 23 Jul 2005 18:47:18 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E69743D45; Sat, 23 Jul 2005 18:47:18 +0000 (GMT) (envelope-from dougb@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 j6NIlI97035333; Sat, 23 Jul 2005 18:47:18 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6NIlIlg035332; Sat, 23 Jul 2005 18:47:18 GMT (envelope-from dougb) Message-Id: <200507231847.j6NIlIlg035332@repoman.freebsd.org> From: Doug Barton Date: Sat, 23 Jul 2005 18:47:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/ndiscvt ndisgen.8 ndisgen.sh 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: Sat, 23 Jul 2005 18:47:18 -0000 dougb 2005-07-23 18:47:18 UTC FreeBSD src repository Modified files: usr.sbin/ndiscvt ndisgen.8 ndisgen.sh Log: (More thoroughly) fix the problem with the EGREP lines that was reported on -current by Ben Kaduk . Add a hack of my own to allow the user to supply the paths to the INF and SYS files on the command line. Revision Changes Path 1.3 +6 -2 src/usr.sbin/ndiscvt/ndisgen.8 1.5 +39 -24 src/usr.sbin/ndiscvt/ndisgen.sh