mirror of
https://github.com/termux/termux-packages.git
synced 2025-02-22 15:47:26 +00:00
15 lines
566 B
Diff
15 lines
566 B
Diff
diff -uNr rinetd-0.73/src/rinetd.h rinetd-0.73.mod/src/rinetd.h
|
|
--- rinetd-0.73/src/rinetd.h 2022-09-13 19:44:07.000000000 +0300
|
|
+++ rinetd-0.73.mod/src/rinetd.h 2022-10-10 22:55:37.040282515 +0300
|
|
@@ -16,8 +16,8 @@
|
|
static int const RINETD_LISTEN_BACKLOG = 128;
|
|
static int const RINETD_DEFAULT_UDP_TIMEOUT = 72;
|
|
|
|
-#define RINETD_CONFIG_FILE "/etc/rinetd.conf"
|
|
-#define RINETD_PID_FILE "/var/run/rinetd.pid"
|
|
+#define RINETD_CONFIG_FILE "@TERMUX_PREFIX@/etc/rinetd.conf"
|
|
+#define RINETD_PID_FILE "@TERMUX_PREFIX@/var/run/rinetd.pid"
|
|
|
|
/* Global configuration */
|
|
|