From 165e1f14dd26f9d48fcf427379726629d5751230 Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 12 Dec 2019 18:54:45 +1000 Subject: Dump the no fork idea. --- apt-panopticommon.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apt-panopticommon.lua') 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' verbosity = -1 APT.origin = false APT.keep = false --- TODO - Should actually implement this. -APT.fork = true APT.options = { @@ -86,8 +84,6 @@ APT.parseArgs = function(args) sendArgs = sendArgs .. a .. " " elseif "-k" == a then APT.keep = true - elseif "-n" == a then - APT.fork = false elseif "-o" == a then APT.origin = true elseif "--" == a:sub(1, 2) then -- cgit v1.1