Re: [9fans] patch for /rc/bin/cpurc

2007-07-19 Thread Antonin Vecera
On 7/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: listen calls newns() internally, so changing the namespace by hand doesn't affect it. listen can be given alternate service directories (see listen(8)) and will now ignore zero-length files in the service directories, so binding /dev/null

Re: [9fans] patch for /rc/bin/cpurc

2007-07-19 Thread geoff
listen calls newns() internally, so changing the namespace by hand doesn't affect it. listen can be given alternate service directories (see listen(8)) and will now ignore zero-length files in the service directories, so binding /dev/null onto files in /bin/service (for example) in /cfg/$sysname/n

Re: [9fans] patch for /rc/bin/cpurc

2007-07-19 Thread David Leimbach
Is the "patch" system still working? It's been a while since I looked. On 7/19/07, Antonin <[EMAIL PROTECTED]> wrote: I suggest a small change to /rc/bin/cpurc to allow different configuration of running services on multiple cpu servers: Insert these 4 lines: # cpu-specific startup if(test -d

[9fans] patch for /rc/bin/cpurc

2007-07-19 Thread Antonin
I suggest a small change to /rc/bin/cpurc to allow different configuration of running services on multiple cpu servers: Insert these 4 lines: # cpu-specific startup if(test -d /cfg/$sysname/ service) <-- inserted /bin/bind /cfg/$sysname/service /rc/bin/se