summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-12-19 20:41:45 +0000
committerTed Trask <ttrask01@yahoo.com>2008-12-19 20:41:45 +0000
commit7061591a8dc733b7b4b1a8e5e368a3898c876ed6 (patch)
tree1b7de276df639ede96701ddf3e70f549352b649a
parent0a7967933639f630e722721956839fc4f4044823 (diff)
downloadacf-chrony-7061591a8dc733b7b4b1a8e5e368a3898c876ed6.tar.bz2
acf-chrony-7061591a8dc733b7b4b1a8e5e368a3898c876ed6.tar.xz
Fixed chrony typo.
git-svn-id: svn://svn.alpinelinux.org/acf/chrony/trunk@1640 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--chrony-model.lua2
1 files changed, 1 insertions, 1 deletions
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