dslinux/config Configure.help config.in

stsp stsp at user.in-berlin.de
Sun Oct 15 12:28:00 CEST 2006


Update of /cvsroot/dslinux/dslinux/config
In directory antilope:/tmp/cvs-serv8191/config

Modified Files:
	Configure.help config.in 
Log Message:
Make rl compile.

Patch by Cayenne Boyer:

  I want to use it to add randomizing functionality to the flash card
  program I wrote without having to spend time to make it do a worse
  job.  But there are many uses for it.



Index: config.in
===================================================================
RCS file: /cvsroot/dslinux/dslinux/config/config.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- config.in	7 Oct 2006 13:48:51 -0000	1.26
+++ config.in	15 Oct 2006 10:27:58 -0000	1.27
@@ -788,6 +788,7 @@
 bool 'python'			CONFIG_USER_PYTHON_PYTHON
 bool 'readprofile'		CONFIG_USER_READPROFILE_READPROFILE
 bool 'rootloader'		CONFIG_USER_ROOTLOADER_ROOTLOADER
+bool 'rl'			CONFIG_USER_RL_RL
 bool 'setserial'		CONFIG_USER_SETSERIAL_SETSERIAL
 bool 'siggen'			CONFIG_USER_TRIPWIRE_SIGGEN
 bool 'sl'	        	CONFIG_USER_SL_SL

Index: Configure.help
===================================================================
RCS file: /cvsroot/dslinux/dslinux/config/Configure.help,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Configure.help	7 Oct 2006 13:48:51 -0000	1.17
+++ Configure.help	15 Oct 2006 10:27:58 -0000	1.18
@@ -593,6 +593,11 @@
   Router Solicitation message. These messages are required for IPv6 stateless 
   autoconfiguration.
 
+CONFIG_USER_RL_RL
+  rl is a command-line tool that reads lines from an input file or stdin, 
+  randomizes the lines and outputs a specified number of lines. It does this with 
+  only a single pass over the input while trying to use as little memory as possible.
+
 CONFIG_USER_ROUTE_ROUTE
   Configure routes to networks.
   Approx. binary size: 29k




More information about the dslinux-commit mailing list