> it would be better to create a /cfg/example.auth/cpurc that includes
> keyfs and trusted services in it and remove them from /rc/bin/cpurc,
> since they come after /cfg/$sysname/cpurc is run.

You could submit a patch...

I have a feeling that the philosophy is for /cfg to be entirely
optional, so putting examples in there is not encouraged.  But what
about (late in /rc/bin/cpurc):

        # cpu-specific late startup
        if(test -e /cfg/$sysname/cpustart)
                . /cfg/$sysname/cpustart

?

++L


Reply via email to