X-Git-Url: http://git.hcoop.net/hcoop/zz_old/portal.git/blobdiff_plain/7a02706f285799a9f20c8d085906dceec1facebf..22969c7b360ec1b72f027ca7a1e3c937f588e62e:/util.sml diff --git a/util.sml b/util.sml index f1bdcbb..ee6c872 100644 --- a/util.sml +++ b/util.sml @@ -64,7 +64,7 @@ fun init () = rnd := Random.rand (SysWord.toInt (Posix.Process.pidToWord (Posix. fun randomPassword () = Int.toString (Int.abs (Random.randInt (!rnd))) fun domainDir dom = - String.concatWith "/" ("/etc/domains" :: String.fields (fn ch => ch = #".") dom) + String.concatWith "/" ("/afs/hcoop.net/common/etc/domtool/nodes/deleuze" :: List.rev (String.fields (fn ch => ch = #".") dom)) fun readFile fname = let