From owner-cvs-usrsbin Wed Mar 26 07:19:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA15045 for cvs-usrsbin-outgoing; Wed, 26 Mar 1997 07:19:59 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA15036; Wed, 26 Mar 1997 07:19:58 -0800 (PST) Date: Wed, 26 Mar 1997 07:19:58 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199703261519.HAA15036@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/config config.h config.y mkioconf.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 97/03/26 07:19:57 Modified: usr.sbin/config config.h config.y mkioconf.c Log: Add #define's for port "none" and "auto" Now port ommiting is equal to port "none" not to port 0 Revision Changes Path 1.14 +2 -0 src/usr.sbin/config/config.h 1.16 +3 -3 src/usr.sbin/config/config.y 1.28 +2 -2 src/usr.sbin/config/mkioconf.c