From: Clinton Ebadi Date: Fri, 7 Dec 2012 19:20:19 +0000 (-0500) Subject: Correct location of firewall rules X-Git-Tag: release_20121207~3 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/601b43e598710bfd9b29b6f6eb990bd41cc72724 Correct location of firewall rules Helps to use the right pathname, usually. --- diff --git a/configDefault/firewall.cfg b/configDefault/firewall.cfg index b067fb5..bc089f5 100644 --- a/configDefault/firewall.cfg +++ b/configDefault/firewall.cfg @@ -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"]