From owner-freebsd-hackers Tue Feb 17 15:13:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA15189 for freebsd-hackers-outgoing; Tue, 17 Feb 1998 15:13:04 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA14988 for ; Tue, 17 Feb 1998 15:12:30 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.8.8/8.8.5) with ESMTP id PAA03414; Tue, 17 Feb 1998 15:10:43 -0800 (PST) Message-Id: <199802172310.PAA03414@dingo.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Max Euston cc: "'Tim Vanderhoek'" , "'FreeBSD Hackers'" Subject: Re: Modifications to more(1) In-reply-to: Your message of "Tue, 17 Feb 1998 12:22:11 EST." <01BD3B9E.ACEB1140.meuston@jmrodgers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 17 Feb 1998 15:10:42 -0800 From: Mike Smith Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > this leads me to believe that this option is out-of-date (also > > > it does not follow the standard). My question is: should I fix > > > the -# option or remove it (my vote is to remove it - see > > > below). > > > > How long has it been broken? If it was broken in the last > > release or two, then probably no-one has noticed and it should > > just disappear. > > > Please excuse my ignorance re: CVS, but I have not used it before (used > other RCSs, but syntax/usage is different). I will learn more as I start > to work with it. > > I don't know how to check this (i.e. check specific versions of ONE file > only - without installing a whole set of files from a distribution). You can query the FreeBSD CVS repository at http://www.freebsd.org/cgi/cvsweb.cgi > I am running 2.2.5-release and just started to install & build CVSup when > my swap space filled during the build - I will have to reconfigure this (or > download the pre-built binary; not my first choice). The prebuilt binary is the only sensible way to go with CVSup unless you are a total masochist, or are soak-testing a new, extremely powerful system. > Finally (some very basic questions, but I don't have the answers - sorry): > > If I make changes to existing source code that does NOT follow current > FreeBSD style (indents, header files, etc...), is it proper to maintain the > style of the existing code or should I use the newer format? (e.g. should I > "#include " or "extern char *strcat()")? You should maintain the style of the file you are working on. If you want to perform a major cleanup of the code, then that's something best done in a separate set of changes. > Should I change the 'sccsid[]' date and/or version number? No. These are artifacts of a previous revision control system, and are generally left there so that people can trace the original source of the files. Also, gratuitously removing them would just add more (unuseful) bulk to the CVS repository. Just ignore them. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message