From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id kN0+HDBy12GHUAAAgWs5BA (envelope-from ) for ; Thu, 06 Jan 2022 23:50:24 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 4MeJGTBy12Gy3wAA9RJhRA (envelope-from ) for ; Thu, 06 Jan 2022 23:50:24 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 281094031B for ; Thu, 6 Jan 2022 23:50:24 +0100 (CET) Received: from localhost ([::1]:47716 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n5baQ-00024Y-Gk for larch@yhetil.org; Thu, 06 Jan 2022 17:50:22 -0500 Received: from eggs.gnu.org ([209.51.188.92]:57558) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n5bZA-0007Pu-1l for guix-patches@gnu.org; Thu, 06 Jan 2022 17:49:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:49726) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n5bZ9-00074i-OR for guix-patches@gnu.org; Thu, 06 Jan 2022 17:49:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1n5bZ9-00005K-Le for guix-patches@gnu.org; Thu, 06 Jan 2022 17:49:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#53063] [PATCH wip-harden-installer 04/14] installer: Un-export syslog syntax. Resent-From: Josselin Poiret Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 06 Jan 2022 22:49:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53063 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 53063@debbugs.gnu.org Cc: Josselin Poiret Received: via spool by 53063-submit@debbugs.gnu.org id=B53063.164150932032624 (code B ref 53063); Thu, 06 Jan 2022 22:49:03 +0000 Received: (at 53063) by debbugs.gnu.org; 6 Jan 2022 22:48:40 +0000 Received: from localhost ([127.0.0.1]:42592 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n5bYl-0008Tx-B7 for submit@debbugs.gnu.org; Thu, 06 Jan 2022 17:48:39 -0500 Received: from jpoiret.xyz ([206.189.101.64]:36090) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n5bYi-0008TM-PI for 53063@debbugs.gnu.org; Thu, 06 Jan 2022 17:48:37 -0500 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id F1DEF184F80; Thu, 6 Jan 2022 22:48:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1641509316; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1UGdk/Tsmn+K6CeX0ZenTHSoePhaEwpApfdz4xQckOQ=; b=bJwLYx6mEDqndw/JftKmXznoJGL1mLRnm90sw2v7c2VYXL9MzEPUktj8lAwEOYcHP9nCf5 0ChvIsRuFiTleKV0V30Z1p/dNHed2io4mWr6LKKQt8VoOuftQjHkkSW44QRq6O4Yh+gWSA a3UO61/Zr4kz7mN7cs0ADOO/jeRLsDU2yt4MK5Kbvglcj83jtOs8xNqRRUOAEOmJLLcoVB 8FCj0Ps+YnDrbq41D0dT+TSt6NZ5bC/xuVw+1MFivMZcpmE8W3zo6cmeGe6F4WT4Ki7Td6 gth+zdUIAg4cIzKtg6XjFdhhRJGJO4OdfwPuIDYW+nT8UwUOr9eGhx85CYygjw== Date: Thu, 6 Jan 2022 23:48:02 +0100 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spamd-Bar: / X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" Reply-to: Josselin Poiret X-ACL-Warn: , Josselin Poiret via Guix-patches From: Josselin Poiret via Guix-patches via X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1641509424; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=1UGdk/Tsmn+K6CeX0ZenTHSoePhaEwpApfdz4xQckOQ=; b=FiMQE6AGzONN3U3oxivIRT8yReNHTL/lt2+kdPz06YnJAjuBOInpvisWiPYbTXop23AU7n GnVSdG+akNXeXsNti4CoZj2eELx4W5yOEmv8gh4SMq5wnNg4RpRfSYyg3Mt8E9fgNMfJSS C3IqOa39N6efoLKuZKaQ4g2DuSgDB7S488rTNKlpIyirU4iC03YqOMXu4WG1dWj2SvYzxZ mOS3Q5bFonjLoviMagCJWsFwDjmCu97Jr4ms6ovDRiIvtPHNOxZkhVjJVDbitp2JKcvVob ZOxEylAXMeJNr+HYYSEYiLtAX93x9ek6qqRw9enkG3Wgs0XSUqYQkTqpQaldyA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1641509424; a=rsa-sha256; cv=none; b=VWAF9FtYyuNhoK2ytosWyVky6jz7oThioBKEciG3v1ZQQA2d+7+S+hY7T24wp6RqgXw0YE GUONwjJBFkvhKuG26tqnA9inzxFi6+duBAloGC9LRORXAhKurTAxQyC+qFsW2ji/Iluwvt K9PEE0bq1tqcc/kC98SsATXphY/ObNzahmVCLVLBNJ3iQ3HR42/v1v1XeOA9iQeUMmvJlU kLK0mgB1IqmfCE1Zu3N/P9aAodusWRCxR3jRNQXdbZ6Er3GbpBMnGjHd2Uc698Qvy8kLtA MZlplYJ06T1M2UdKnUaqx4z6601CulQ1/VctEuiLPjEXKkWMuBZkXnT9ntDtig== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=jpoiret.xyz header.s=dkim header.b=bJwLYx6m; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.10 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=jpoiret.xyz header.s=dkim header.b=bJwLYx6m; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 281094031B X-Spam-Score: -3.10 X-Migadu-Scanner: scn1.migadu.com X-TUID: qZbgUcScDHgL * gnu/installer/utils.scm (syslog): Remove export. --- gnu/installer/utils.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/gnu/installer/utils.scm b/gnu/installer/utils.scm index 74046c9cab..1bff1e1229 100644 --- a/gnu/installer/utils.scm +++ b/gnu/installer/utils.scm @@ -38,7 +38,6 @@ (define-module (gnu installer utils) syslog-port %syslog-line-hook - syslog installer-log-port %installer-log-line-hook %default-installer-line-hooks -- 2.34.0