Author: robert Date: 2008-10-14 14:51:46 -0600 (Tue, 14 Oct 2008) New Revision: 1434
Modified: branches/Onward/temporary_system/bash.txt Log: Added small test for the Bash rng patch Modified: branches/Onward/temporary_system/bash.txt =================================================================== --- branches/Onward/temporary_system/bash.txt 2008-10-14 20:36:42 UTC (rev 1433) +++ branches/Onward/temporary_system/bash.txt 2008-10-14 20:51:46 UTC (rev 1434) @@ -6,7 +6,8 @@ done && # This patch modifies Bash to use /dev/urandom (settable with -# --with-randomdev=) for $RANDOM, instead of getpid() and gettimeofday(): +# --with-randomdev=) for $RANDOM, instead of getpid() and gettimeofday(). +# The test is "( echo $RANDOM; ( echo $RANDOM ); ( echo $RANDOM ) )": patch -p1 -i ../bash-3.2-rng.diff && -- http://linuxfromscratch.org/mailman/listinfo/hlfs-book FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
