diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 8b7fe0c37bd..042357d6dc4 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2002-04-28 Colin Walters <walters@verbum.org> | ||
| 2 | |||
| 3 | * Makefile.in (${archlibdir}): Don't conditionalize on | ||
| 4 | HAVE_SHARED_GAME_DIR. Instead, test at installation time whether | ||
| 5 | or not we have access to the specified game user. | ||
| 6 | |||
| 7 | * update-game-score.c (SCORE_FILE_PREFIX): Delete. | ||
| 8 | (main): New argument -d, for specifying directory. | ||
| 9 | (usage): Document. | ||
| 10 | (get_user_id): Compute | ||
| 11 | (get_home_dir): Deleted. | ||
| 12 | (get_prefix): New function, taken from main. | ||
| 13 | (main): Check whether or not we are running setuid. Move prefix | ||
| 14 | computation to get_prefix. Don't call getpwent; we don't need to | ||
| 15 | any more. Instead, move it to get_user_id(). | ||
| 16 | |||
| 1 | 2002-04-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 17 | 2002-04-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 18 | ||
| 3 | * ebrowse.c (skip_initializer): Return void. | 19 | * ebrowse.c (skip_initializer): Return void. |