From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6735324566843817984 X-Received: by 2002:a05:6000:128e:: with SMTP id f14mr21103331wrx.73.1570443100350; Mon, 07 Oct 2019 03:11:40 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:9dc8:: with SMTP id g191ls3918975wme.2.gmail; Mon, 07 Oct 2019 03:11:39 -0700 (PDT) X-Google-Smtp-Source: APXvYqxKGBg/Ut9vJen+6PWgXiprDaS0mXwzSIP2Ra0BnQLKDvZdmz/jwcLi0PHsWBud+ao7WVKC X-Received: by 2002:a1c:540c:: with SMTP id i12mr21068440wmb.90.1570443099779; Mon, 07 Oct 2019 03:11:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570443099; cv=none; d=google.com; s=arc-20160816; b=0PFySVH+qmAKkpjFjzcUxxe501MwR5ZrG835eBviiQgGLZ8fh0LrFxaB/zkH+TsHZ1 txUe+R3MZjgv3tWHOwpExbQaYZgWeRTwr9i5JrChJzWG68kclBMMh0y5sDA0t4JxyLRc Z4LFXfKYYp23150LiHPZUrSnfogU4wvXvX8iJywyr5LVqDawnE+ODENd3+IQMpvTIQG6 NUCHBE3E4XSmisayvjkDXjzAS4qF2N07PT5tYqub31GNX8KkL6FOM5X2+0tsY64KBSGh CVzpWZ+tOIfJfAMiDpwK8kqi6pIMqwegFY8j/70Cxgy1NwKKuvETNGReHCkvtosPkuD0 lNTg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=XG5wsBBdTHAIknoRUNqlowgPsiNzzVzBY+3JNyYJ7Ds=; b=DJ3zP+qPCVFAim8hp9gcOq5ZtGP0PCn1pbNLV+kFW29rBgUtqkK2A5l2DVRVnDcRtW 9eakku/7dkL4iuSzi/R5mrSJeu4/QKkrCI5YLD/ZCzEMiV8cL5ymHbsbElVWBucsjnz4 jEet1FdBppP3lcMUblYJJfkUNiTm1UzQ1zyRrFF7f/PuUY7CVlj1tv+jDGaaL2V406ng 4vs1k/b8h9hA3qvU7TJLg6jRW97fzOEGbx9p22Wj2AUzFjUxZNFFosxLnZOam1cUN2PQ RT5aaqxBIYh81hQV7Wmn10qNEBR/DkidjB4M1URVDL7QGkaC15SwL+oPHAapeks2jbwW a+kw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id 5si1379863wmf.1.2019.10.07.03.11.39 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 07 Oct 2019 03:11:39 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id x97ABbt6005078 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 7 Oct 2019 12:11:39 +0200 Date: Mon, 7 Oct 2019 12:11:37 +0200 From: Baurzhan Ismagulov To: "isar-users@googlegroups.com" Subject: Re: [PATCHv2] Do not clobber policy-rc.d if it already exists Message-ID: <20191007101137.rfk6zmbmhvdzxfzw@yssyq.m.ilbers.de> Mail-Followup-To: "isar-users@googlegroups.com" References: <20190911084230.19868-1-konstantinos.dalamagkidis@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190911084230.19868-1-konstantinos.dalamagkidis@siemens.com> User-Agent: NeoMutt/20180716 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: yaKz2QHpf1wg On Wed, Sep 11, 2019 at 08:43:15AM +0000, Dalamagkidis, Konstantinos wrote: > We had the problem that our policy-rc.d was removed by the chroot-setup > script. This proposed patch uses the mechanism used for the > start-stop-daemon. Applied to next, thanks. With kind regards, Baurzhan.