From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <2d5b18ab60b8ab5ae6b8dfc6f84e7ef5@plan9.bell-labs.com> To: 9fans@cse.psu.edu From: rsc@plan9.bell-labs.com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] fossil changes Date: Wed, 16 Apr 2003 15:38:27 -0400 Topicbox-Message-UUID: 916ff166-eacb-11e9-9e20-41e7f4b1d025 Made a bunch of pending fossil changes. . file - doesn't stop on errors anymore users - new, hopefully less confusing syntax who - prints list of users on each connection fsys name df - prints disk usage fsys name halt - stops file system activity fsys name unhalt - resumes file system activity fsys name sync - wasn't flushing metadata, now is fsys all - means apply commands to all fsys fsys main open - reads /active/adm/users by default All documented in fossilcons(8). For people running fossil, the only backwards-incompatible change is that if you have a line users /active/adm/users in your fossil startup file (and you probably do), the command will now fail due to the new users syntax. However, that won't matter because: * `.' will ignore the error in the script * the opening of main will have loaded /active/adm/users already anyway. So you can delete the line after you start running the new one. Russ