jer 14/07/14 22:40:46 Modified: netperf-fix-scripts.patch Added: netperf-2.6.0-log-dir.patch Log: EAPI bump. Whitespace. cp must die(). Change sed script into patch. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.3 net-analyzer/netperf/files/netperf-fix-scripts.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netperf/files/netperf-fix-scripts.patch?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netperf/files/netperf-fix-scripts.patch?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netperf/files/netperf-fix-scripts.patch?r1=1.2&r2=1.3 Index: netperf-fix-scripts.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/netperf/files/netperf-fix-scripts.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- netperf-fix-scripts.patch 31 Jan 2008 13:28:29 -0000 1.2 +++ netperf-fix-scripts.patch 14 Jul 2014 22:40:46 -0000 1.3 @@ -1,6 +1,5 @@ -diff -Naur netperf-2.4.4.orig/doc/examples/arr_script netperf-2.4.4/doc/examples/arr_script ---- netperf-2.4.4.orig/doc/examples/arr_script 2007-06-02 02:06:03.000000000 +0400 -+++ netperf-2.4.4/doc/examples/arr_script 2008-01-31 15:34:54.000000000 +0300 +--- a/doc/examples/arr_script ++++ b/doc/examples/arr_script @@ -12,8 +12,7 @@ TOLERANCE=15 MAX_RETRIES=3 @@ -11,9 +10,8 @@ NPROC_LIST="" RR_SIZES="" -diff -Naur netperf-2.4.4.orig/doc/examples/packet_byte_script netperf-2.4.4/doc/examples/packet_byte_script ---- netperf-2.4.4.orig/doc/examples/packet_byte_script 2008-01-31 15:23:26.000000000 +0300 -+++ netperf-2.4.4/doc/examples/packet_byte_script 2008-01-31 15:35:21.000000000 +0300 +--- a/doc/examples/packet_byte_script ++++ b/doc/examples/packet_byte_script @@ -25,7 +25,7 @@ fi @@ -23,9 +21,8 @@ # at what port will netserver be waiting? If you decide to run -diff -Naur netperf-2.4.4.orig/doc/examples/snapshot_script netperf-2.4.4/doc/examples/snapshot_script ---- netperf-2.4.4.orig/doc/examples/snapshot_script 2007-06-02 02:06:03.000000000 +0400 -+++ netperf-2.4.4/doc/examples/snapshot_script 2008-01-31 15:35:38.000000000 +0300 +--- a/doc/examples/snapshot_script ++++ b/doc/examples/snapshot_script @@ -37,7 +37,7 @@ # # where is netperf installed, there are a few possible places: 1.1 net-analyzer/netperf/files/netperf-2.6.0-log-dir.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netperf/files/netperf-2.6.0-log-dir.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/netperf/files/netperf-2.6.0-log-dir.patch?rev=1.1&content-type=text/plain Index: netperf-2.6.0-log-dir.patch =================================================================== --- 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 */
