aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--apt-panopticommon.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua
index aba2a2a..182d90c 100644
--- a/apt-panopticommon.lua
+++ b/apt-panopticommon.lua
@@ -6,8 +6,6 @@ APT.rrd = require 'rrd'
6verbosity = -1 6verbosity = -1
7APT.origin = false 7APT.origin = false
8APT.keep = false 8APT.keep = false
9-- TODO - Should actually implement this.
10APT.fork = true
11 9
12APT.options = 10APT.options =
13{ 11{
@@ -86,8 +84,6 @@ APT.parseArgs = function(args)
86 sendArgs = sendArgs .. a .. " " 84 sendArgs = sendArgs .. a .. " "
87 elseif "-k" == a then 85 elseif "-k" == a then
88 APT.keep = true 86 APT.keep = true
89 elseif "-n" == a then
90 APT.fork = false
91 elseif "-o" == a then 87 elseif "-o" == a then
92 APT.origin = true 88 APT.origin = true
93 elseif "--" == a:sub(1, 2) then 89 elseif "--" == a:sub(1, 2) then