tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: rc.d/rndctl



> 
> Please allow for control over which devices get "-c -e" and which get
> "-c" without "-e".  Please also allow for use of the "-d" flag instead
> of only "-t".

Right -- but no way to iterate or parse through semicolon separated
lists, so instead of $rndctl_flags, and until a consensus om syntax,
maybe:

 $rndctl_enable_types=
 $rndctl_enable_devices=
 $rndctl_collect=
 $rndctl_collect_devices=

  [But match the kernel defaults]

Also, should I file that PR on rndctl(8) and argv[] parsing?

~~BAS

> For example, you could have let rndctl_flags take a semicolon-separated
> list of space-separated lists, like
> rndctl_flags="-c -e -t disk rnd tty; -c -t net; -C -E -d wd0"
> 
> --apb (Alan Barrett)
-- 
Brian A. Seklecki <bseklecki%collaborativefusion.com@localhost>
Collaborative Fusion, Inc.




IMPORTANT: This message contains confidential information and is intended only 
for the individual named. If the reader of this message is not an intended 
recipient (or the individual responsible for the delivery of this message to an 
intended recipient), please be advised that any re-use, dissemination, 
distribution or copying of this message is prohibited. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system.




Home | Main Index | Thread Index | Old Index