small fixes

This commit is contained in:
Evgeniy Kozhuhovskiy
2005-01-02 08:43:07 +00:00
parent a46399e651
commit 6043f8e453
4 changed files with 14 additions and 39 deletions
+3 -4
View File
@@ -1,10 +1,9 @@
Now binkleyforce supports logging to syslog (see syslogd(8) for
details)
It uses LOG_UUCP facility, LOG_PID option. LOG_ERR and LOG_NOTICE
You can define facility; LOG_PID option, LOG_ERR and LOG_NOTICE
levels are used.
To enable it, uncomment line 19 in source/include/logger.h
( /* #define USE_SYSLOG */ )
To enable it, add -DUSE_SYSLOG to CFLAGS in Makefile
TODO: add option to ``configure'' script
TODO: add option to ``configure'' script