Fetch volume information from fritz instead of deleuze
authorclinton_admin <clinton_admin@deleuze.hcoop.net>
Wed, 23 Feb 2011 12:43:48 +0000 (07:43 -0500)
committerclinton_admin <clinton_admin@deleuze.hcoop.net>
Wed, 23 Feb 2011 12:43:48 +0000 (07:43 -0500)
* Ideally we'd be parsing the output of `vos examine {user,mail}.$USER

quotas.sml

index 84515b5..da39509 100644 (file)
@@ -2,7 +2,7 @@ structure Quotas :> QUOTAS =
 struct
     fun getQuotas uname =
        let
-           val proc = Unix.execute ("/bin/sh", ["-c", "/usr/bin/vos listvol -long deleuze"])
+           val proc = Unix.execute ("/bin/sh", ["-c", "/usr/bin/vos listvol -long fritz"])
            val inf = Unix.textInstreamOf proc
 
            fun eatUntilBlankLine () =