2fe5a97968
- Install bnetd into ${PREFIX}/lib/bnetd, not ${PREFIX}/bnetd. - Fake
12 lines
390 B
Plaintext
12 lines
390 B
Plaintext
--- include/setup.h.orig Thu Oct 7 03:14:04 1999
|
|
+++ include/setup.h Thu Apr 6 05:57:40 2000
|
|
@@ -63,7 +63,7 @@
|
|
#define FILE_TIME_MAXLEN 32
|
|
|
|
#ifndef BNETD_DEFAULT_CONF_FILE
|
|
-#define BNETD_DEFAULT_CONF_FILE "conf/bnetd.conf"
|
|
+#define BNETD_DEFAULT_CONF_FILE "/usr/local/lib/bnetd/conf/bnetd.conf"
|
|
#endif
|
|
#define BNETD_FILE_DIR "files"
|
|
#define BNETD_USER_DIR "users"
|