From 9815d806cc53c6f2bf0154f6fa3bc4fbccaaacd9 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 3 Oct 2008 12:42:13 +0000 Subject: Modified format library. parse_configfile2, update_configfile2, get_section, and set_section became parse_ini_file, update_ini_file, get_ini_section, and set_ini_section. Updated all code that used these functions. git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@1539 ab2d0c66-481e-0410-8bed-d214d4d58bed --- shorewall-model.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shorewall-model.lua b/shorewall-model.lua index f6a2527..0130b78 100644 --- a/shorewall-model.lua +++ b/shorewall-model.lua @@ -198,7 +198,7 @@ function configcheck () end function getlogfile () - local logfilepath = format.parse_configfile2(fs.read_file(configfile),"","LOGFILE") or "" + local logfilepath = format.parse_ini_file(fs.read_file(configfile),"","LOGFILE") or "" return cfe({ value=logfilepath, label="Shorewall logfile" }) end -- cgit v1.2.3