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
commitfcdb2bc49364504e34e8fb3263e0e5a5ba01a307 (patch)
tree5bbc008fa665e9ab4b0c1bbbbf6c23d427d6f016
parent9fa8b5ec81a0ba44894bc7be3faf46eee670fdc6 (diff)
downloadacf-quagga-fcdb2bc49364504e34e8fb3263e0e5a5ba01a307.tar.bz2
acf-quagga-fcdb2bc49364504e34e8fb3263e0e5a5ba01a307.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/quagga/trunk@1111 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--quagga-model.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/quagga-model.lua b/quagga-model.lua
index 2844494..dd13d7d 100644
--- a/quagga-model.lua
+++ b/quagga-model.lua
@@ -3,7 +3,6 @@ module(..., package.seeall)
-- Load libraries
require("fs")
require("procps")
-require("getopts")
require("format")
require("posix")
require("daemoncontrol")