summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-09-29 18:01:28 +0000
committerTed Trask <ttrask01@yahoo.com>2008-09-29 18:01:28 +0000
commit6653bf15788592e34d1e5acce850142c15e52b46 (patch)
tree2303fae9e2fca3c9ee7c25cd2100b5b93a61e5c1 /lib/Makefile
parentc9c32cd98c25b9cf23c906f0c6a1f7f54527bcd8 (diff)
downloadacf-core-6653bf15788592e34d1e5acce850142c15e52b46.tar.bz2
acf-core-6653bf15788592e34d1e5acce850142c15e52b46.tar.xz
Removed getopts library and added functionality to format library as opts_to_table, table_to_opts, parse_configfile2, update_configfile2, get_section, and set_section. New functions work on strings, not files. Modified all code using getopts to use format instead. Fixed nil string bugs in TCPProxy. Fixed forward only bug in DNSCache.
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1535 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 5227c4b..425b6c6 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -9,7 +9,6 @@ LIB_DIST=fs.lua\
validator.lua\
authenticator.lua\
authenticator-plaintext.lua\
- getopts.lua\
roles.lua\
processinfo.lua\
viewfunctions.lua\