[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] [torperf/master] The timeout tool has moved to package coreutils.



commit e44021db62739c21c15a1936c394edeb794becf5
Author: Karsten Loesing <karsten.loesing@xxxxxxx>
Date:   Tue Feb 8 08:18:42 2011 +0100

    The timeout tool has moved to package coreutils.
---
 measurements-HOWTO |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/measurements-HOWTO b/measurements-HOWTO
index 23c85ab..9c78992 100644
--- a/measurements-HOWTO
+++ b/measurements-HOWTO
@@ -116,7 +116,8 @@ $ ./start-tors
 
 Install the timeout tool:
 
-$ sudo apt-get install timeout
+$ sudo apt-get install timeout     # Lenny
+$ sudo apt-get install coreutils   # Squeeze
 
 Add crontab entries to start the regular requests (line breaks are only
 for formatting purposes here):