From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Date: Thu, 19 Jul 2007 08:58:09 +0000 From: Antonin Message-ID: <1184826458.677171.47750@z24g2000prh.googlegroups.com> Content-Type: text/plain; charset="iso-8859-2" Subject: [9fans] patch for /rc/bin/cpurc Topicbox-Message-UUID: 9599091a-ead2-11e9-9d60-3106f5b1d025 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/service <-- inserted if(test -d /cfg/$sysname/ service.auth) <-- inserted /bin/bind /cfg/$sysname/service.auth /rc/bin/service.auth <-- inserted if(test -e /cfg/$sysname/cpurc) . /cfg/$sysname/cpurc Antonin