From 7061591a8dc733b7b4b1a8e5e368a3898c876ed6 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 19 Dec 2008 20:41:45 +0000 Subject: Fixed chrony typo. git-svn-id: svn://svn.alpinelinux.org/acf/chrony/trunk@1640 ab2d0c66-481e-0410-8bed-d214d4d58bed --- chrony-model.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrony-model.lua b/chrony-model.lua index c7f0a73..7f5e642 100644 --- a/chrony-model.lua +++ b/chrony-model.lua @@ -29,7 +29,7 @@ function getconfig() output.KEYFILE = cfe({value="/etc/chrony/chrony.keys", label="keyfile"}) output.LOGDIR = cfe({value="/var/log/chrony", label="logdir"}) - local config = format.parse_configfile(fs.read_file(configfile), "[!;#%]") + local config = format.parse_configfile(fs.read_file(configfile), "[!;#%%]") if config then output.SERVER.value = config.server or output.SERVER.value output.ALLOW.value = config.allow or output.ALLOW.value -- cgit v1.2.3