Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!husc6!ut-sally!utah-cs!utah-gr!peter From: peter@utah-gr.UUCP Newsgroups: comp.unix.wizards Subject: Re: section 3 manpages, and, mode 444 distributions Message-ID: <2041@utah-gr.UUCP> Date: Thu, 28-May-87 02:45:45 EDT Article-I.D.: utah-gr.2041 Posted: Thu May 28 02:45:45 1987 Date-Received: Fri, 29-May-87 05:26:46 EDT References: <766@mcgill-vision.UUCP> <1503@uvacs.CS.VIRGINIA.EDU> Reply-To: peter@utah-gr.UUCP (Peter S. Ford) Distribution: na Organization: University of Utah CS Dept Lines: 8 > The other question is: WHY is all the source under /usr/src > distributed mode 444?? Whenever I make a local copy of it (to fix a > bug, for example) the first thing I have to do is change it all to 644! You should use either SCCS, RCS or some other software maintenance system when you are modifying sources. Proper use of these tools will make this complaint disappear, AND make things much simpler to maintain. It sure beats going back to those backup tapes!