openbsd-ports/games/bnetd/patches/patch-ac
kevlo 2fe5a97968 - Fix the PLIST.
- Install bnetd into ${PREFIX}/lib/bnetd, not ${PREFIX}/bnetd.
- Fake
2000-04-05 14:35:49 +00:00

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"