Correct location of firewall rules
authorClinton Ebadi <clinton@unknownlamer.org>
Fri, 7 Dec 2012 19:20:19 +0000 (14:20 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Fri, 7 Dec 2012 19:20:19 +0000 (14:20 -0500)
Helps to use the right pathname, usually.

configDefault/firewall.cfg

index b067fb5..bc089f5 100644 (file)
@@ -1,7 +1,7 @@
 (* -*- sml -*- *)
 structure Firewall :> FIREWALL_CONFIG = struct
 
-val firewallRules = "/afs/hcoop.net/etc/domtool/firewall/user.rules"
+val firewallRules = "/afs/hcoop.net/common/etc/domtool/firewall/user.rules"
 val firewallDir = "/var/domtool/firewall/"
 val firewallNodes = ["navajos"]