]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Fix afs-rootvol so previous change works; make sure afs-newcell command line options... debian/1.0.snap20001106-10
authorSam Hartman <hartmans@debian.org>
Sat, 2 Dec 2000 05:55:18 +0000 (05:55 +0000)
committerSam Hartman <hartmans@debian.org>
Sat, 2 Dec 2000 05:55:18 +0000 (05:55 +0000)
debian/afs-rootvol
debian/changelog

index cfd2e5ec335620c485c7d331dc52282042c721b1..a294e126b5dad74dc7adfb4f28ce02cec634acb2 100644 (file)
@@ -112,13 +112,16 @@ open(CELLSERVDB, "/etc/openafs/CellServDB")
 while(<CELLSERVDB>) {
     chomp;
     if (/^>\s*([a-z0-9_\-.]+)/ ) {
-       run("fs mkm /afs/$1 root.cell -cell $1  -fastch");
+       run("fs mkm /afs/$1 root.cell -cell $1  -fast");
+       unwind ("fs rmm /afs/$1");
     }
 }
 
 run("fs sa /afs/$cell system:anyuser rl");
 run ("fs mkm /afs/.$cell root.cell -cell $cell -rw");
+unwind ("fs rmm /afs/.$cell");
 run("fs mkm /afs/.root.afs root.afs -rw");
+unwind ("fs rmm /afs/.root.afs");
 
 mkvol( "user", "/afs/$cell/user" );
 mkvol( "service", "/afs/$cell/service" );
@@ -126,7 +129,9 @@ mkvol( "service", "/afs/$cell/service" );
 $cell =~ /^([^.]*)/;
 my $cellpart = $1;
 run("ln -s /afs/$cell /afs/$cellpart");
+unwind ("rm /afs/$cellpart");
 run( "ln -s /afs/.$cell /afs/.$cellpart" );
+unwind ("rm /afs/.$cellpart");
 
 run( "vos addsite $server $part root.afs -localauth" );
 run( "vos addsite $server $part root.cell -localauth" );
index eaf479883d7de4faade3a74e6f0f32e8bcf8ac9c..0e9698266cc216db0858fa8b15c952f1e8dc758a 100644 (file)
@@ -1,3 +1,10 @@
+openafs (1.0.snap20001106-10) unstable; urgency=low
+
+  * Release (Closes: BUG#69336)
+  * Fix typo and afs-rootvol and test from CLI
+
+ -- Sam Hartman <hartmans@mit.edu>  Sat,  2 Dec 2000 00:44:37 -0500
+
 openafs (1.0.snap20001106-9) unstable; urgency=medium
 
   * Fix openafs-fileserver restart to do a bos restart