Original site is gone but code is still available on github. Changed WWW to point to github and also consumes source code from there. I've compared content of current github code and original tarball and it was just missing one function from xgetloadavg.c, now added using patch. While here, re-generate patches. PR: 270345 Reported by: diizzy
11 lines
280 B
C
11 lines
280 B
C
--- xinetd/xconfig.h.orig 2012-05-09 16:03:17 UTC
|
|
+++ xinetd/xconfig.h
|
|
@@ -29,7 +29,7 @@
|
|
#endif
|
|
|
|
|
|
-#define DEFAULT_CONFIG_FILE "/etc/xinetd.conf"
|
|
+#define DEFAULT_CONFIG_FILE "%%PREFIX%%/etc/xinetd.conf"
|
|
|
|
/*
|
|
* This is the facility used by xinetd to log syslog messages
|