270ccb6e07
move default config patch to $PREFIX/etc/xinetd.conf. Submitted by: "Justin R. Miller" <justin@hrnoc.net> (config file's path)
11 lines
306 B
C
11 lines
306 B
C
--- xinetd/xconfig.h.orig Sun Sep 15 19:23:41 2002
|
|
+++ xinetd/xconfig.h Sun Sep 15 19:23:55 2002
|
|
@@ -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
|