Kristyna Streitova
d38811f326
- add gzip-1.8-deprecate_netstat.patch to get rid off deprecated 'netstat -n' command in tests/init.sh script OBS-URL: https://build.opensuse.org/request/show/561629 OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=56
14 lines
457 B
Diff
14 lines
457 B
Diff
Index: gzip-1.8/tests/init.sh
|
|
===================================================================
|
|
--- gzip-1.8.orig/tests/init.sh
|
|
+++ gzip-1.8/tests/init.sh
|
|
@@ -525,7 +525,7 @@ rand_bytes_ ()
|
|
fi
|
|
|
|
n_plus_50_=`expr $n_ + 50`
|
|
- cmds_='date; date +%N; free; who -a; w; ps auxww; ps ef; netstat -n'
|
|
+ cmds_='date; date +%N; free; who -a; w; ps auxww; ps -ef'
|
|
data_=` (eval "$cmds_") 2>&1 | gzip `
|
|
|
|
# Ensure that $data_ has length at least 50+$n_
|