From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: corey@bitworthy.net, 9fans@9fans.net From: Richard Miller <9fans@hamnavoe.com> Date: Wed, 22 Jul 2009 09:40:09 +0100 In-Reply-To: <200907220031.03865.corey@bitworthy.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] a few misc. questions... Topicbox-Message-UUID: 2a52a546-ead5-11e9-9d60-3106f5b1d025 > /rc/bin/termrc > /rc/bin/termrc.local > /cfg/$sysname/termrc > ... but which would be considered the most logical place to deal with > things such as setting hd parameters for the machine on bootup like > the 'echo dma on > /dev/sdC0/ctl' example above? In /cfg/$sysname/termrc, because you might not want it for every machine you run. > What's the conventional wisdom regarding which of those scripts > are used for what purposes? i.e., when to prefer one over the Roughly speaking: /rc/bin/termrc - applies to all Plan 9 terminals everywhere /rc/bin/termrc.local - applies to all terminals on your network /cfg/$sysname/termrc - applies to one particular terminal > ( by the way, what to do when I find errors in the man pages? .e.g., in > the interest of correcting them upstream ) Submit a patch(1). > Ok, so I may simply generally disregard any mention of kfs in any docs or > scripts and config files I might happen upon? Yes, if you have only fossil installed.