Date: Thu, 24 Jan 2002 15:03:34 -0600 From: Joe Halpin <joe.halpin@attbi.com> Cc: freebsd-standards@FreeBSD.ORG Subject: Re: split(1) -a option patch Message-ID: <3C5076A6.D817D951@attbi.com> References: <20020124210956.A13091@descent.robbins.dropbear.id.au> <20020124212239.A13167@descent.robbins.dropbear.id.au>
index | next in thread | previous in thread | raw e-mail
"Tim J. Robbins" wrote: > > On Thu, Jan 24, 2002 at 09:09:56PM +1100, Tim J. Robbins wrote: > > > This patch implements -a option of split command to control the number > > of letters used to generate filename suffix. > > Just wanted to point out that this patch is against RELENG_4, not -CURRENT > as would be best. I don't have a system running -CURRENT just yet. I don't think you need a -CURRENT system to make changes to something like this. You can checkout the latest version using cvs, make changes to that version, then have cvs do the diff. These are the instructions Mike sent me (I'm doing some work on at(1) and running -STABLE): %%% # Use the FreeBSD anonymous CVS server setenv CVSROOT :pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs # Log into the server (password is anoncvs) cvs login # Checkout latest at(1) sources (creates a directory called `at') cvs checkout at # Go into that directory and make your modifications, or copy your # files from elsewhere cd at ; vi at.c # Get to the directory outside of `at' again cd .. # Make a diff cvs diff -uN at >at.diff %%% If you're doing something that needs current system libraries or kernel stuff, this probably won't work for you, but that's probably not an issue with stuff like at(1) and split(1). Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-standards" in the body of the messagehome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C5076A6.D817D951>
