NetBSD/usr.sbin/sup
kim b894c055c6 Before running "rm -rf" on a directory chmod the directory and its parent
to u+rwx to make our chances of success better.  The modes for directories
are reset at the end of a sup run, so we don't need to worry about that.

This possibly might mess up the mode of the parent of the top-level dir,
if the top-level changed to a non-directory.  This is probably rare enough
not to care too much about.

XXX: Should probably chmod the containing directory for each non-directory
removal as well, so there wouldn't be complaints about them.  Please feel
free to send in your opinions on that...
1998-10-12 05:19:48 +00:00
..
lib fix typo in CLEANFILES 1997-10-16 08:26:50 +00:00
source Before running "rm -rf" on a directory chmod the directory and its parent 1998-10-12 05:19:48 +00:00
sup Oops! Forgot to commit this: build read_line.o 1997-11-13 17:05:20 +00:00
supfilesrv
supscan
Makefile WARNSify 1997-10-17 13:59:34 +00:00
Makefile.inc Add -DEE_XXX to CPPFLAGS so that system supfiles are obtained from 1998-01-21 09:07:04 +00:00
README

README

$NetBSD: README,v 1.1 1997/10/07 01:33:30 thorpej Exp $

This is the CMU sup system, converted to use a NetBSD Makefile
infrastructure.  To build the sup system for another operating
system, go into the "source" subdirectory, and use the Makefile
provided there.

	-- Jason R. Thorpe <thorpej@NetBSD.ORG>
	   October 6, 1997