summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-05-07 17:37:37 +0000
committerTed Trask <ttrask01@yahoo.com>2008-05-07 17:37:37 +0000
commit48352101e600979b61a1e01deac05b62fe635ff8 (patch)
tree27b260db93ed76344217f476089046b6ebef089c
parent4f61a84569b2c5f0ed195409cb939629854fb855 (diff)
downloadacf-chrony-48352101e600979b61a1e01deac05b62fe635ff8.tar.bz2
acf-chrony-48352101e600979b61a1e01deac05b62fe635ff8.tar.xz
Rewrote getopts.getoptsfromfile function to handle more complicated config files and removed getopts.getoptsfromfile_onperline function
git-svn-id: svn://svn.alpinelinux.org/acf/chrony/trunk@1111 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--chrony-model.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrony-model.lua b/chrony-model.lua
index 9754183..1f5e022 100644
--- a/chrony-model.lua
+++ b/chrony-model.lua
@@ -3,7 +3,6 @@ module(..., package.seeall)
-- Load libraries
require("fs")
require("procps")
-require("getopts")
require("format")
require("posix")
require("daemoncontrol")