Mercurial > noffle
comparison ChangeLog @ 476:29cccddfc307 noffle
[svn] * Makefile.am,Makefile.in: Remove unnecessary install option -D and relace
all user.group params in chown with the more modern user:group. Rerun
automake. MacOS X doesn't have -D on its install and its chown whinges
about user.group. Thanks again to Andre Berger.
author | bears |
---|---|
date | Tue, 16 Mar 2004 11:44:43 +0000 |
parents | 20abd71918ad |
children | 48be71391b9d |
comparison
equal
deleted
inserted
replaced
475:20abd71918ad | 476:29cccddfc307 |
---|---|
1 Tue Mar 16 2004 Jim Hague <jim.hague@acm.org> | 1 Tue Mar 16 2004 Jim Hague <jim.hague@acm.org> |
2 | 2 |
3 * src/authenticate.c: Move includes of grp.h and pwd.h to after the | 3 * src/authenticate.c: Move includes of grp.h and pwd.h to after the |
4 include of their pre-requisite headers. Spotted on MacOS X by Andre Berger. | 4 include of their pre-requisite headers. Spotted on MacOS X by Andre Berger. |
5 * Makefile.am,Makefile.in: Remove unnecessary install option -D and relace | |
6 all user.group params in chown with the more modern user:group. Rerun | |
7 automake. MacOS X doesn't have -D on its install and its chown whinges | |
8 about user.group. Thanks again to Andre Berger. | |
5 | 9 |
6 Sun Nov 29 2003 Jim Hague <jim.hague@acm.org> | 10 Sun Nov 29 2003 Jim Hague <jim.hague@acm.org> |
7 | 11 |
8 * src/configfile.c: Brown paper bag problem. noffle-group config was setting | 12 * src/configfile.c: Brown paper bag problem. noffle-group config was setting |
9 the user config. | 13 the user config. |