Roger Dingledine commited on 2006-08-01 00:21:32
              Zeige 1 geänderte Dateien mit 3 Einfügungen und 0 Löschungen.
            
| ... | ... | 
                      @@ -3,6 +3,9 @@ cvs update -d -P  | 
                  
| 3 | 3 | 
                        make  | 
                    
| 4 | 4 | 
                        # XXX should check whether make fails  | 
                    
| 5 | 5 | 
                         | 
                    
| 6 | 
                        +# don't copy over stuff with permissions that make it useless  | 
                    |
| 7 | 
                        +chmod a+r * -R  | 
                    |
| 8 | 
                        +  | 
                    |
| 6 | 9 | 
                        ## I'm not comfortable having arbitrary people use --delete yet,  | 
                    
| 7 | 10 | 
                        ## since if they screw up it'll blow away arbitrary things.  | 
                    
| 8 | 11 | 
                        #rsync -Pravz --delete . tor.eff.org:directory/  | 
                    
| 9 | 12 |