diff --git a/TODO b/TODO index d2a6b7c..b8e619f 100644 --- a/TODO +++ b/TODO @@ -12,4 +12,4 @@ - fix debug - fix domains support + add nodelist mask support - - check log of tcp/ip sessions. \ No newline at end of file + - check log of tcp/ip sessions. diff --git a/source/ChangeLog b/source/ChangeLog index cc34593..915a25c 100644 --- a/source/ChangeLog +++ b/source/ChangeLog @@ -1,3 +1,9 @@ +2005-01-12 Evgeniy Kozhuhovskiy + + * bforce/logger.c (log): fixed working with --enable-syslog + + * logger.h: fixed some warnings + 2005-01-11 Evgeniy Kozhuhovskiy * nodelist.c(nodelist_open): fixed warnings diff --git a/source/Makefile.in b/source/Makefile.in index 80abc26..e8c5277 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -6,6 +6,9 @@ # $Id$ # +prefix=@prefix@ +exec_prefix=@exec_prefix@ + CC = @CC@ INCLUDES = -I./include CFLAGS = @CFLAGS@ -fno-builtin @@ -21,7 +24,7 @@ CONTRIBDIR = $(SRCDIR)/../contrib OWNER = @OWNER@ GROUP = @GROUP@ CONFDIR = @sysconfdir@ -BINDIR = @prefix@/bin +BINDIR = @bindir@ LOGDIR = /var/log/bforce SPOOLDIR = /var/spool/bforce