> Theo de Raadt wrote: > > Yes, but once again I don't know what this is trying to help. > > > > Just you, I think. Maybe someone else? > > > > I am unsure if these 6-line chunks belong in /etc. The configuration > > is way out of default. > > Configuration creep. Start with six lines to support readonly /usr because "it > can't hurt". Next feature needs six more lines. Then six more lines. Now it > looks like readonly /usr is supported. Look at all these lines that make it > work!
I should also point out that relinking happens in a sub-process of /etc/rc. It may take some time to finish the job. It is done async, not syncronous. During that time, /usr will be RW. sshd probably starts before relinking is complete. Actually I know it does, because on one machine I'm logged in before it finishes linking.
