diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-05-07 17:37:37 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-05-07 17:37:37 +0000 |
commit | d9df8bb7c0386077676e4018312d716c1bcdbab2 (patch) | |
tree | 9683aa3d6c41d08236383557ee4cdcf4e7b1d3af | |
parent | aa96c29b047f2166cf64d176de4ab20f825e0532 (diff) | |
download | acf-ipsec-tools-d9df8bb7c0386077676e4018312d716c1bcdbab2.tar.bz2 acf-ipsec-tools-d9df8bb7c0386077676e4018312d716c1bcdbab2.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/ipsec-tools/trunk@1111 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r-- | ipsectools-model.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ipsectools-model.lua b/ipsectools-model.lua index 38c1fbf..9e68b3d 100644 --- a/ipsectools-model.lua +++ b/ipsectools-model.lua @@ -3,7 +3,6 @@ module(..., package.seeall) -- Load libraries require("fs") require("procps") -require("getopts") require("format") require("daemoncontrol") require("validator") |