Subject: bin/465: larn can't create playerids file
To: None <gnats-admin>
From: Rafal Boni <rafal@rafal.slip.uiuc.edu>
List: netbsd-bugs
Date: 09/08/1994 14:05:20
>Number: 465
>Category: bin
>Synopsis: larn can't create playerids file w/default perms
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: gnats-admin (Utility Bug People)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Sep 8 14:05:14 1994
>Originator: Rafal Boni
>Organization:
...me organized?? Huh!
>Release: 1.0_BETA as of 9/1
>Environment:
System: NetBSD rafal.slip.uiuc.edu 1.0_BETA NetBSD 1.0_BETA (RAFAL) #4: Mon Sep 5 19:15:47 CDT 1994 rafal@rafal.slip.uiuc.edu:/usr/src/sys/arch/i386/compile/RAFAL i386
>Description:
Larn tried to create it's playerids file in the /usr/share/games
hierarchy, which it cannot write to w/the default setup.
>How-To-Repeat:
run larn
>Fix:
Apply following in /usr/src/games/larn:
*** pathnames.h.old Tue Sep 6 01:48:38 1994
--- pathnames.h Tue Sep 6 01:48:52 1994
***************
*** 39,42 ****
#define _PATH_HELP "/usr/share/games/larn/larn.help"
#define _PATH_LEVELS "/usr/share/games/larn/larnmaze"
#define _PATH_FORTS "/usr/share/games/larn/lfortune"
! #define _PATH_PLAYERIDS "/usr/share/games/larn/playerids"
--- 39,42 ----
#define _PATH_HELP "/usr/share/games/larn/larn.help"
#define _PATH_LEVELS "/usr/share/games/larn/larnmaze"
#define _PATH_FORTS "/usr/share/games/larn/lfortune"
! #define _PATH_PLAYERIDS "/var/games/larn/playerids"
>Audit-Trail:
>Unformatted:
------------------------------------------------------------------------------