From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <8fae17cd534e3a5bddef97750e5bdcab@plan9.jp> Date: Thu, 16 Aug 2007 22:18:44 +0900 From: rob@plan9.jp To: 9fans@cse.psu.edu Subject: Re: [9fans] CPU Server In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: a99b418a-ead2-11e9-9d60-3106f5b1d025 Hello, I have a question regarding cpurc. I managed to set up a combined cpu/auth server by loosely following the wiki instructions. If I understand correctly, the lines if(! test -e /rc/bin/service.auth/il566){ mv /rc/bin/service.auth/authsrv.il566 /rc/bin/service.auth/il566 mv /rc/bin/service.auth/authsrv.tcp567 /rc/bin/service.auth/tcp567 mv /rc/bin/service/il566 /rc/bin/service/_il566 mv /rc/bin/service/tcp567 /rc/bin/service/_tcp567 } make the auth server listen on the right ports. Is there a likely scenario where these will be executed again after the first time the server boots, or can I remove them? Please let me know if I'm missing something obvious. I'm quite new to Plan 9. Cheers Rob