Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: basesrc
[ Catching up on source-changes ]
Jun-ichiro itojun Hagino wrote:
> Module Name: basesrc
> Committed By: itojun
> Date: Sat Feb 12 10:03:30 UTC 2000
>
> Modified Files:
>
> 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.
Simon.
Home |
Main Index |
Thread Index |
Old Index