From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrey mirtchovski To: 9fans@cse.psu.edu Subject: RE: [9fans] Installed Plan 9, now what? In-Reply-To: <520c942f68a5ad26ff5417af917a4b49@plan9.bell-labs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Mon, 8 Dec 2003 08:10:24 -0700 Topicbox-Message-UUID: 9cc33fcc-eacc-11e9-9e20-41e7f4b1d025 On Mon, 8 Dec 2003, David Presotto wrote: > fn clientmount { echo 'srv -AWP replica'>>/srv/fscons;chmod 600 /srv/replica; mount -c /srv/replica /n/kfs } > why not just add that to the /dist/replica/network script on sources? with appropriate checks whether the system is running kfs or fossil and whether $user can write to /srv/fscons we won't need to worry about it too much. i can send you a sample script for that. can you explain the chmod 600? it appears that /srv/replica is 600 already after the srv command is issued... andrey