X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/b817bfc642225b8c3c0b6a7e42d1fb949b61a606..025c5f4aa5ffbf8948482a4233318db81c2df5d2:/noise.c diff --git a/noise.c b/noise.c index 0244869..9088930 100644 --- a/noise.c +++ b/noise.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: noise.c,v 1.8 2004/04/08 01:36:15 mdw Exp $ + * $Id$ * * Acquisition of environmental noise (Unix-specific) * @@ -423,6 +423,7 @@ int noise_enquire(rand_pool *r) } tab[] = { { "ps alxww || ps -elf", 16 }, { "netstat -n", 6 }, + { "ifconfig -a", 8 }, { "df", 20 }, { "w", 6 }, { "ls -align /tmp/.", 10 },