summaryrefslogtreecommitdiffstats
path: root/fetchmail-model.lua
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
commitef144c7522f4b1ed85a352e639584f6dc3ce966b (patch)
tree8ee5eae120d5d6e9a28f61aff97ed1d261ce95e0 /fetchmail-model.lua
parent4795113455ed962f20246c48e3171431f90b3426 (diff)
downloadacf-fetchmail-ef144c7522f4b1ed85a352e639584f6dc3ce966b.tar.bz2
acf-fetchmail-ef144c7522f4b1ed85a352e639584f6dc3ce966b.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/fetchmail/trunk@1111 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'fetchmail-model.lua')
-rw-r--r--fetchmail-model.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/fetchmail-model.lua b/fetchmail-model.lua
index 8986605..26a68f9 100644
--- a/fetchmail-model.lua
+++ b/fetchmail-model.lua
@@ -3,7 +3,6 @@ module(..., package.seeall)
-- Load libraries
require("fs")
require("procps")
-require("getopts")
require("format")
require("daemoncontrol")
require("validator")