From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam To: <9fans@cse.psu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [9fans] useful replica messages Date: Fri, 7 Mar 2003 14:23:20 -0500 Topicbox-Message-UUID: 7ce99b70-eacb-11e9-9e20-41e7f4b1d025 Heya, I'm trying to add a few lines to make the messages from replica a little more useful; I'm changing lines of the form: x: locally modified, will not ... to: replica/pull -s dbname x # locally modified, will not ... a trite change, but it'll let me fix files I've accidentally stepped on without a whole lot of thought. I'm having a problem mking the source: term% cd $home/replica #assume local applylog.c term% bind -a /sys/src/cmd/replica . term% mk usage: mk all, install, installall, ... term% mk all 8c -FVw revproto.c cannot open revproto.8 mk: 8c -FVw revproto.c : exit status=rc 4568: 8c 4570: error The perms look ok on $home/replica, so what's the issue here? Sam