GIT Log for 2010-03-30 23:33 GMT
commit 2b596fc715c0948e3cbe6642f58d9f3678f0b945 Author: Alan T. DeKok <aland@freeradius.org> Date: Tue Mar 30 16:13:03 2010 +0200 Minor change to error output for clarity Files changed: src/main/modules.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ====================================================================== commit 3077b3e3a91a096fd13663780151ea349fbf2bcf Author: Alan T. DeKok <aland@freeradius.org> Date: Tue Mar 30 16:12:06 2010 +0200 Re-open log file after HUP. This should have been committed in 6563dac620f, but was missed for some reason. Files changed: src/main/log.c | 143 +++++++++---------------------------------------------- 1 files changed, 24 insertions(+), 119 deletions(-) ====================================================================== commit 6c6e719cc247ba90a111768ef01f6b8eafa1b343 Author: Alan T. DeKok <aland@freeradius.org> Date: Tue Mar 30 16:06:15 2010 +0200 Revert "= NULL" checks. They should be "IS NULL" Files changed: raddb/sql/mysql/ippool.conf | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) ====================================================================== commit fc12c44773806dcb0640ca864f13cefe2295d391 Author: Alan T. DeKok <aland@freeradius.org> Date: Tue Mar 30 16:04:23 2010 +0200 Move to using phony targets for subdirectories. This removes the explicit shell loop over subdirs, which means that the main "make" program now tracks all dependencies. I've also updated some dependencies to be correct. Now "make -j 4" will work. Files changed: Makefile | 12 +++++++----- src/Makefile | 12 +++++++----- src/modules/Makefile | 17 ++++++++++------- src/modules/rlm_eap/Makefile.in | 19 +++++++++++-------- src/modules/rlm_eap/types/Makefile | 23 ++++++++++++++++------- 5 files changed, 51 insertions(+), 32 deletions(-) ======================================================================
participants (1)
-
aland@deployingradius.com