From owner-cvs-all Thu Mar 15 17: 0:43 2001 Delivered-To: cvs-all@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id E33DE37B71A; Thu, 15 Mar 2001 17:00:35 -0800 (PST) (envelope-from dima@unixfreak.org) Received: from spike.unixfreak.org (spike [192.168.2.4]) by bazooka.unixfreak.org (Postfix) with ESMTP id 7D26E3E1E; Thu, 15 Mar 2001 17:00:35 -0800 (PST) To: Brian Somers Cc: Philippe Charnier , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/vnconfig vnconfig.c In-Reply-To: <200103152354.f2FNsAo06263@hak.lan.Awfulhak.org>; from brian@Awfulhak.org on "Thu, 15 Mar 2001 23:54:10 +0000" Date: Thu, 15 Mar 2001 17:00:35 -0800 From: Dima Dorfman Message-Id: <20010316010035.7D26E3E1E@bazooka.unixfreak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian Somers writes: > > charnier 2001/03/14 11:39:30 PST > > > > Modified files: > > usr.sbin/vnconfig vnconfig.c > > Log: > > Typo. Move FreeBSD Id out of copyright section. > > > > Revision Changes Path > > 1.22 +6 -4 src/usr.sbin/vnconfig/vnconfig.c > > Shouldn't this program have gone away with vn ? It did, sort of. It consists of: int main(int argc, char **argv) { fprintf(stderr, "ERROR: vnconfig(8) has been discontinued\n"); fprintf(stderr, "\tPlease used mdconfig(8).\n"); exit (1); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message