Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 118255 | Differences between
and this patch

Collapse All | Expand All

(-)include/unixconf.h.orig (-2 / +2 lines)
Lines 96-108 Link Here
96
 */
96
 */
97
97
98
/* #define NO_FILE_LINKS */	/* if no hard links */
98
/* #define NO_FILE_LINKS */	/* if no hard links */
99
/* #define LOCKDIR "/usr/games/lib/nethackdir" */	/* where to put locks */
99
#define LOCKDIR "GENTOO_STATEDIR"
100
100
101
/*
101
/*
102
 * If you want the static parts of your playground on a read-only file
102
 * If you want the static parts of your playground on a read-only file
103
 * system, define VAR_PLAYGROUND to be where the variable parts are kept.
103
 * system, define VAR_PLAYGROUND to be where the variable parts are kept.
104
 */
104
 */
105
/* #define VAR_PLAYGROUND "/var/lib/games/nethack" */
105
#define VAR_PLAYGROUND "GENTOO_STATEDIR"
106
106
107
107
108
/*
108
/*

Return to bug 118255