diff options
| -rw-r--r-- | apt-panopticommon.lua | 4 |
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' | |||
| 6 | verbosity = -1 | 6 | verbosity = -1 |
| 7 | APT.origin = false | 7 | APT.origin = false |
| 8 | APT.keep = false | 8 | APT.keep = false |
| 9 | -- TODO - Should actually implement this. | ||
| 10 | APT.fork = true | ||
| 11 | 9 | ||
| 12 | APT.options = | 10 | APT.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 |
