From d797031b655d9e51ec5f3ee1d2cf924cefbba64d Mon Sep 17 00:00:00 2001 From: brapru Date: Mon, 18 Apr 2022 16:29:50 -0400 Subject: [PATCH] Base: Spawn the LookupServer for generate-manpages SystemMode Previously the CI would hang on the "Check manpages for completeness" step on any utility that unveils the /tmp/portal/lookup file because it was not created during the generate-manpages SystemMode. This will allow utilities that resolve hostnames (e.g. netstat, arp) to pass the export-argsparser-mangpages.sh check. --- Base/etc/SystemServer.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/etc/SystemServer.ini b/Base/etc/SystemServer.ini index 9707329ac6..35daa8abb5 100644 --- a/Base/etc/SystemServer.ini +++ b/Base/etc/SystemServer.ini @@ -57,7 +57,7 @@ SocketPermissions=660 Priority=low KeepAlive=true User=lookup -SystemModes=text,graphical,self-test +SystemModes=text,graphical,self-test,generate-manpages [DHCPClient] Priority=low