From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id uIKnDvyiRl/rWgAA0tVLHw (envelope-from ) for ; Wed, 26 Aug 2020 17:59:24 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id 6DB4CvyiRl+BBgAAbx9fmQ (envelope-from ) for ; Wed, 26 Aug 2020 17:59:24 +0000 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 175FF9403A9 for ; Wed, 26 Aug 2020 17:59:23 +0000 (UTC) Received: from localhost ([::1]:57562 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kAzhg-0007aA-2z for larch@yhetil.org; Wed, 26 Aug 2020 13:59:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47630) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kAzhO-0007Z3-Pz for guix-patches@gnu.org; Wed, 26 Aug 2020 13:59:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57408) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kAzhO-0003i0-GP for guix-patches@gnu.org; Wed, 26 Aug 2020 13:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kAzhO-0007PC-GE for guix-patches@gnu.org; Wed, 26 Aug 2020 13:59:02 -0400 Subject: bug#42918: [PATCH 1/1] services: fcgiwrap: Create parent directory for unix socket. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 26 Aug 2020 17:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 42918 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Mathieu Othacehe Cc: 42918-done@debbugs.gnu.org Mail-Followup-To: 42918@debbugs.gnu.org, arunisaac@systemreboot.net, arunisaac@systemreboot.net Received: via spool by 42918-done@debbugs.gnu.org id=D42918.159846469328398 (code D ref 42918); Wed, 26 Aug 2020 17:59:02 +0000 Received: (at 42918-done) by debbugs.gnu.org; 26 Aug 2020 17:58:13 +0000 Received: from localhost ([127.0.0.1]:40719 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAzga-0007Nx-RR for submit@debbugs.gnu.org; Wed, 26 Aug 2020 13:58:13 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:53062) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAzgX-0007Nl-5L for 42918-done@debbugs.gnu.org; Wed, 26 Aug 2020 13:58:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=6+2JxnN3ZrF4OLBp7mSgSQc1VKpdbYPKpIU8GPi1hDs=; b=Zp5NZev5k48u0KNXDQHeNf/3u dV+LoetpAtLgUEfbf5M1OakxnO9P9EHUsVjp0rt2QfdcH0cl66Qmhcb3I9k45xK0cVzN1GtBOYL2E +tVRnOhl+bgPi0iCixual0RmIn4jr5EZootoYtx0xB52GqL46IeUSKPmsGmgwKc991Uv1EMM4Zrpf 4EOnNS1nwttOlgclqIpPZ3C02+hS3bpggZZ+TmNFjl/JMLqGoBRcNKhc34UsHdVkjFLN5EraZoYAx ciPeRcNKwftHrswU50tNDu8yzuQA9Cv6B76aOfHUxQ5XW3SP3wC8i5p0dsvcAkaKVakI1m4yiShBr hqpBeKmiw==; Received: from [192.168.2.1] (helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kAzfw-00071e-Cz; Wed, 26 Aug 2020 23:27:32 +0530 From: Arun Isaac In-Reply-To: <87imd8e6pi.fsf@gnu.org> References: <20200818181706.19536-1-arunisaac@systemreboot.net> <20200818182032.19689-1-arunisaac@systemreboot.net> <87imd8e6pi.fsf@gnu.org> Date: Wed, 26 Aug 2020 23:27:57 +0530 Message-ID: <878se1z3ve.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) 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" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=fail (rsa verify failed) header.d=systemreboot.net header.s=default header.b=Zp5NZev5; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -2.01 X-TUID: M3P8pLrxdP/T --=-=-= Content-Type: text/plain Thanks for the review, pushed to master! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAl9GoqYACgkQLiXui2GA K7MLuAgAvbU7IQnOiJAS1QtlX2NusacSQw7/vJGLyygviaGgyl6YiJlUgm61WAMI gnEF51GysXpq8OdE3gc2EfrhGXLN/0rLX6dW5AJ5azqqf3mvGL2CXDKIno/5AN+z OKsVjitZi+uleFiR8ukLthKBmPUXmUlfXm6Bd4PUUT8hwIQ6gDUq0GSYvlhwHUbd 1/+ANncN4BNBwRmwRJMAebgzjQlxy1mWdv4+7QlbEeSpL6+j1BciXJuIBt3Lduom Cs/EL/8aYOhGp+7CJZ9nRX4YXZw5gLxd2vud/QmA6g2+ob6I0hRtsMc92mKrwR46 ERw+ru2gckKvCOVU5kR1Nkt1ly2D3w== =CQ9f -----END PGP SIGNATURE----- --=-=-=--