summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-05-02 15:18:19 +0000
committerTed Trask <ttrask01@yahoo.com>2012-05-02 15:18:19 +0000
commitcc4bf7ac97f1fdcc156ebe1f3547e678e8bd7311 (patch)
treeeaf2c0bc86cb06453987213fb93a5fb6471b0904
parentb58210efc15c3e438c271adb3404eeafcd407565 (diff)
downloadacf-shorewall-cc4bf7ac97f1fdcc156ebe1f3547e678e8bd7311.tar.bz2
acf-shorewall-cc4bf7ac97f1fdcc156ebe1f3547e678e8bd7311.tar.xz
Shorewall package now renamed to shorewall-shell
-rw-r--r--shorewall-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/shorewall-model.lua b/shorewall-model.lua
index 1d8fda0..7326094 100644
--- a/shorewall-model.lua
+++ b/shorewall-model.lua
@@ -8,7 +8,7 @@ format = require("acf.format")
-- Set variables
local configfile = "/etc/shorewall/shorewall.conf"
local processname = "shorewall"
-local packagename = "shorewall"
+local packagename = "shorewall-shell"
local baseurl = "/etc/shorewall/"
--[[
local config = {}