Subject: games/sail directory creation
To: Simon Burge <simonb@netbsd.org>
From: None <itojun@iijlab.net>
List: source-changes
Date: 02/28/2000 09:03:03
>> 	basesrc/games/sail: Makefile
>> Log Message:
>> avoid failure on "make install" when /var/games/sail already exists.
>Wouldn't a better fix to be to add
>	# ./var/games/sail
>	sail	uname=games gname=games mode=0770
>	# ./var/games/sail
>	..
>to etc/NetBSD.dist and delete the directory creation on in the Makefile?
>This also changes two things - the owner of the directory is games too
>(as are the other directories in /var/games) and the perms a 770 instead
>of 2770 - we don't need the setgid bit on the directory.

	I think so.  I just tried to overcome the build failure.
	I prefer it to be solved by the author of this part - jsm@netbsd?

itojun