From 7340fc524e6c32c5d4dfc9ff5b60d5cb4c0fc085 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Fri, 30 May 1997 13:37:51 +0200
Subject: [PATCH] Removed rup from the list of commands to run. Added netstat
 and several others instead.

Rev: lib/modules/Crypto/randomness.pmod:1.2
---
 lib/modules/Crypto/randomness.pmod | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/lib/modules/Crypto/randomness.pmod b/lib/modules/Crypto/randomness.pmod
index dc77256a20..a5ce897aa3 100644
--- a/lib/modules/Crypto/randomness.pmod
+++ b/lib/modules/Crypto/randomness.pmod
@@ -14,8 +14,12 @@
 /* Collect somewhat random data from the environment. Unfortunately,
  * this is quite system dependent */
 #define PATH  "/usr/sbin:/usr/etc:/usr/bin/:/sbin/:/etc:/bin"
-#define SYSTEM_COMMANDS "rup & ping -s 255.255.255.255 256 30 &" \
-                        "uptime & ps -fel & vmstat -s & iostat -cdDItx &"
+#define SYSTEM_COMMANDS "last & netstat -anv & netstat -mv & netstat -sv & " \
+                        "ping -s 255.255.255.255 256 10 & " \
+			"ping -c 10 -s 256 255.255.255.255 & " \
+                        "uptime & ps -fel & ps aux & " \
+			"vmstat -s & vmstat -M & " \
+			"iostat & iostat -cdDItx &"
 			
 #define PRIVATE
 			
-- 
GitLab