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

Reply via email to