Page MenuHomeFreeBSD

D44142.id135173.diff
No OneTemporary

D44142.id135173.diff

diff --git a/stand/lua/cli.lua b/stand/lua/cli.lua
--- a/stand/lua/cli.lua
+++ b/stand/lua/cli.lua
@@ -30,18 +30,6 @@
local cli = {}
-if not pager then
- -- shim for the pager module that just doesn't do it.
- -- XXX Remove after 12.2 goes EoL.
- pager = {
- open = function() end,
- close = function() end,
- output = function(str)
- printc(str)
- end,
- }
-end
-
-- Internal function
-- Parses arguments to boot and returns two values: kernel_name, argstr
-- Defaults to nil and "" respectively.

File Metadata

Mime Type
text/plain
Expires
Sun, Feb 8, 9:32 PM (4 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28500390
Default Alt Text
D44142.id135173.diff (513 B)

Event Timeline