]> andersk Git - moira.git/blobdiff - gen/zero_quotas
Initialize the SMS error table so that if there are errors, they can be
[moira.git] / gen / zero_quotas
index 655340f4d21577682ac9d98b12025bfb48a0d157..02567907537cc3f597981413985adaa423799c71 100644 (file)
@@ -6,7 +6,7 @@
 # Note that the input must be sorted in increasing order by uid.
 
 set dev=$1
-set SMS_SETQUOTA = 47836471
+set MR_SETQUOTA = 47836471
 
 # Checking for /etc/zero_old_quotas allows us to release this program
 # one server at a time.
@@ -26,7 +26,7 @@ if ( -f /etc/zero_old_quotas ) then
 
       if (checksorted == 0) then 
        echo "Input not sorted"
-       exit $SMS_SETQUOTA
+       exit $MR_SETQUOTA
       endif
 
       # zero all quotas between current_uid and uid (not including uid)
This page took 0.087719 seconds and 4 git commands to generate.