You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/netperf/files/netperf-2.6.0-log-dir.patch

12 lines
261 B

--- a/src/netserver.c
+++ b/src/netserver.c
@@ -165,7 +165,7 @@
#elif defined(ANDROID)
#define DEBUG_LOG_FILE_DIR "/data/local/tmp/"
#else
-#define DEBUG_LOG_FILE_DIR "/tmp/"
+#define DEBUG_LOG_FILE_DIR "/var/log/"
#endif
#endif /* DEBUG_LOG_FILE_DIR */