From owner-cvs-all Thu Jun 17 6: 3:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A4BD15507; Thu, 17 Jun 1999 06:03:46 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA61482; Thu, 17 Jun 1999 06:03:46 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199906171303.GAA61482@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 17 Jun 1999 06:03:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ru 1999/06/17 06:03:45 PDT Modified files: (Branch: RELENG_3) sbin/ipfw ipfw.8 ipfw.c Log: MFC: Work around the problem that the first port name in a range specification can't have a dash (`-') character (it is treated as a ``range'' operator). See ipfw(8) manpage for details. PR: 7101 Revision Changes Path 1.47.2.5 +9 -2 src/sbin/ipfw/ipfw.8 1.64.2.6 +25 -8 src/sbin/ipfw/ipfw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message