From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net Date: Sat, 23 Jan 2010 08:12:25 +0200 From: lucio@proxima.alt.za In-Reply-To: <25638d2949fca1a94387ae1ab3e10fbb@9netics.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] mysterious auth Topicbox-Message-UUID: c451d75c-ead5-11e9-9d60-3106f5b1d025 > 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