]> andersk Git - moira.git/blobdiff - incremental/afs_utils.pl
added hosttable stuff
[moira.git] / incremental / afs_utils.pl
index ba1f8a14e949d39fc91843dcfa51ad75c12e81a8..f64579b0f1dbb5be8bca5c7b02f4416bf9ccafd1 100644 (file)
@@ -1,3 +1,5 @@
+# $Header$
+
 $afsbin="/moira/bin";
 $vos="$afsbin/vos";
 $pts="$afsbin/pts";
@@ -16,6 +18,7 @@ $LOCK_UN=8;
      "CONTRIB", "contrib",
      "COURSE", "course",
      "HOMEDIR", "user",
+     "LEASE", "dept",
      "PROJECT", "project",
      "REF", "ref",
      "SW", "sw",
@@ -70,7 +73,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.032597 seconds and 4 git commands to generate.