summaryrefslogtreecommitdiff
path: root/build-aux/mktempd
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/mktempd')
-rwxr-xr-xbuild-aux/mktempd2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/mktempd b/build-aux/mktempd
index 7c9d7d6838..afa4c22a3d 100755
--- a/build-aux/mktempd
+++ b/build-aux/mktempd
@@ -49,7 +49,7 @@ rand_bytes()
return
fi
- 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 `
n_plus_50=`expr $n + 50`