Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Mar 2001 17:00:35 -0800
From:      Dima Dorfman <dima@unixfreak.org>
To:        Brian Somers <brian@Awfulhak.org>
Cc:        Philippe Charnier <charnier@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.sbin/vnconfig vnconfig.c 
Message-ID:  <20010316010035.7D26E3E1E@bazooka.unixfreak.org>
In-Reply-To: <200103152354.f2FNsAo06263@hak.lan.Awfulhak.org>; from brian@Awfulhak.org on "Thu, 15 Mar 2001 23:54:10 %2B0000"

next in thread | previous in thread | raw e-mail | index | archive | help
Brian Somers <brian@Awfulhak.org> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010316010035.7D26E3E1E>