From owner-freebsd-bugs Tue Jun 22 21:37:14 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7E0614BB8; Tue, 22 Jun 1999 21:37:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA96127; Tue, 22 Jun 1999 21:37:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Date: Tue, 22 Jun 1999 21:37:12 -0700 (PDT) From: Message-Id: <199906230437.VAA96127@freefall.freebsd.org> To: obrien@FreeBSD.org, freebsd-bugs@FreeBSD.org, jkh@FreeBSD.org Subject: Re: bin/8440: 3.0-RELEASE has wrong permissions on game score files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 3.0-RELEASE has wrong permissions on game score files Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: obrien Responsible-Changed-When: Tue Jun 22 21:35:02 PDT 1999 Responsible-Changed-Why: The same problem exists for 3.2-R: -rw-r----- root/games 0 May 17 20:38 1999 var/games/larn/lscore12.0 -rw-r----- root/games 0 May 17 20:38 1999 var/games/larn/llog12.0 -rw-r----- root/games 0 May 17 20:38 1999 var/games/phantasia/characs -rw-r----- root/games 0 May 17 20:38 1999 var/games/phantasia/gold -rw-r----- root/games 0 May 17 20:38 1999 var/games/phantasia/lastdead -rw-r----- root/games 0 May 17 20:38 1999 var/games/phantasia/mess -rw-r----- root/games 13200 May 17 20:38 1999 var/games/phantasia/monsters -rw-r----- root/games 0 May 17 20:38 1999 var/games/phantasia/motd -rw-r----- root/games 0 May 17 20:38 1999 var/games/phantasia/scoreboard -rw-r----- root/games 20 May 17 20:38 1999 var/games/phantasia/void -rw-r--r-- root/games 159 May 17 20:37 1999 var/games/atc_score -rw-r--r-- root/games 0 May 17 20:37 1999 var/games/battlestar.log -rw-r--r-- root/games 0 May 17 20:37 1999 var/games/cfscores -rw-r--r-- root/games 0 May 17 20:37 1999 var/games/criblog -rw-r--r-- root/games 0 May 17 20:38 1999 var/games/robots_roll -rw-r--r-- root/games 0 May 17 20:38 1999 var/games/rogue.scores However, when one installs the games from /usr/src the perms are correct. Looking at the games Makefile's they look correct -- explicitly using mode 664 in the beforeinstal: targets.... So there seems to be something going aray in the release making process. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message