lib: add AAAA record for mailman hosts
[hcoop/domtool2.git] / config / core / core.sml
index b03556a..0af974d 100644 (file)
@@ -1,7 +1,7 @@
 structure ConfigCore :> CONFIG_CORE = struct
 
 val sharedRoot = "/afs/hcoop.net/common/etc/domtool"
-val localRoot = "/var/domtool"
+val localRoot = "/var/domtool" (* warning: changing localRoot will likely break things due to scripts directly referencing /var/domtool *)
 val installPrefix = "/usr/local"
 
 val cat = "/bin/cat"