tech-userlevel archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: rc.d/rndctl
On Wed, 17 Sep 2008, Brian A. Seklecki wrote:
> for dev in $rc_flags; do
> $command -c -e -t $dev;
> done
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".
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)
Home |
Main Index |
Thread Index |
Old Index