URI: 
       tadd note that vac should work. - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 929fcfe0e3affc81cb02e49c0f1320408ce9260c
   DIR parent 6a130cb01bef62688d1e9d0393d31cfe9ec928a2
  HTML Author: rsc <devnull@localhost>
       Date:   Mon, 27 Dec 2004 21:05:39 +0000
       
       add note that vac should work.
       
       change %R to %r
       
       Diffstat:
         M src/cmd/vac/README                  |       3 +--
         M src/cmd/vac/srcload.c               |       6 +++---
         M src/cmd/vac/vac.c                   |       2 +-
       
       3 files changed, 5 insertions(+), 6 deletions(-)
       ---
   DIR diff --git a/src/cmd/vac/README b/src/cmd/vac/README
       t@@ -1,3 +1,2 @@
       -This is very buggered. 
       -Just here for reference for now.
       +This is somewhat untested but is believed to work.
        
   DIR diff --git a/src/cmd/vac/srcload.c b/src/cmd/vac/srcload.c
       t@@ -124,7 +124,7 @@ mkroot(Cache *c)
                r = sourceAlloc(c, u, 0, 0);
                vtUnlock(u->lk);
                if(r == nil)
       -                sysfatal("could not create root source: %R");
       +                sysfatal("could not create root source: %r");
                return r;
        }
        
       t@@ -157,7 +157,7 @@ new(Source *s, int trace, int depth)
                }
                ss = sourceCreate(s, s->psize, s->dsize, 1+frand()>.5, 0);
                if(ss == nil)
       -                fprint(2, "could not create directory: %R\n");
       +                fprint(2, "could not create directory: %r\n");
                if(trace) {
                        int j;
                        for(j=1; j<trace; j++)
       t@@ -221,7 +221,7 @@ dumpone(Source *s)
                for(i=0; i<n; i++) {
                        ss = sourceOpen(s, i, 1);
                        if(ss == nil) {
       -fprint(2, "%lud: %R\n", i);
       +fprint(2, "%lud: %r\n", i);
                                continue;
                        }
                        Bprint(bout, "\t%lud %d %llud %V\n", i, ss->dir, ss->size, ss->lump->score);
   DIR diff --git a/src/cmd/vac/vac.c b/src/cmd/vac/vac.c
       t@@ -196,7 +196,7 @@ threadmain(int argc, char *argv[])
                vac(z, argv);
        
                if(vtsync(z) < 0)
       -                fprint(2, "warning: could not ask server to flush pending writes: %R\n");
       +                fprint(2, "warning: could not ask server to flush pending writes: %r\n");
        
                if(statsflag)
                        fprint(2, "files %ld:%ld data %ld:%ld:%ld meta %ld\n", stats.file, stats.sfile,