]> andersk Git - moira.git/blobdiff - incremental/afs_utils.pl
Add the pathname to the zwrite binary
[moira.git] / incremental / afs_utils.pl
index f5e6fa9e95f06edc75e1a8974990479085545019..d967eb9a22384f5e38dfb9a51aae0a4543d2e240 100644 (file)
@@ -4,6 +4,7 @@ $afsbin="/moira/bin";
 $vos="$afsbin/vos";
 $pts="$afsbin/pts";
 $fs="$afsbin/fs";
+$zwrite="/usr/athena/bin/zwrite"
 
 $afs_data="/moira/afs/afs_data";
 $afs_save="$afs_data.tmp";
@@ -19,6 +20,7 @@ $LOCK_UN=8;
      "COURSE", "course",
      "HOMEDIR", "user",
      "LEASE", "dept",
+     "ORG", "org",
      "PROJECT", "project",
      "REF", "ref",
      "SW", "sw",
@@ -73,7 +75,7 @@ sub afs_find
 {
     local($cell,$type,$quota,@except) = @_;
     local($j,$k);
-    local(@max) = '';
+    local(@max) = ("", "", -10000000);
 
     &afs_lock;
     chop(@afs_data);
This page took 0.039878 seconds and 4 git commands to generate.