From patchwork Tue Nov 19 07:09:42 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ummeegge X-Patchwork-Id: 2598 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 47HH5M3YLNz43Tf for ; Tue, 19 Nov 2019 07:09:59 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 47HH5K4LTXz1yl; Tue, 19 Nov 2019 07:09:57 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 47HH5K2mmRz2ycV; Tue, 19 Nov 2019 07:09:57 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 47HH5J0NXBz2yZm for ; Tue, 19 Nov 2019 07:09:56 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 47HH5H32SHz1yl; Tue, 19 Nov 2019 07:09:55 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1574147395; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=ga0QhUeZAMt9AZJTY8N1j3LMh0VT2Juw4yKTqMF5Orw=; b=5dKtEYZd518xStQqVJKxzrrDttmeqJ+jPJchHb+yekJ3xrMVl2MXTWv53wFJ9NWeYXFOEz BRaW4w1ArMW8vvCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1574147395; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=ga0QhUeZAMt9AZJTY8N1j3LMh0VT2Juw4yKTqMF5Orw=; b=hJJL36vy+W2ffAqXXO64lgBU3C+hXDKtHlWM0aFytpnxtOQEJ80c33pql3N8NmSSJukI0Q 7CF0g0dTCeA4Qhmwarsbr3Sw4tZk7al8HGPm0aQttjhzabMGVNHda1F6EXQfsc0SXz1Ms+ Ny5W9+GrTqMF0DMLOubVk6ABvnqkM69oagMjxic9f5eUVyFOsWcdGkj5l34Zg435haXZx3 NGZGg5ttoK2QPvcCVtnLCRsEKiOvshDzw1ntntpqsbhhvQiZVpYhcV54WHHGm2hTkBOl/x gHI6zmPKsubG8sQ77HB6Cb3jQiF01/71CinC7sGwDQfOySFUNbucx64ZmsU7YA== From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] pcre: Add pcregrep to core system Date: Tue, 19 Nov 2019 08:09:42 +0100 Message-Id: <20191119070942.3277-1-ummeegge@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=ummeegge smtp.mailfrom=ummeegge@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Triggered by --> https://community.ipfire.org/t/pcregrep-on-ipfire/259 . This patch adds pcregrep only from the actual package not from pcre-compat. Signed-off-by: Erik Kapfer --- config/rootfiles/common/pcre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/common/pcre b/config/rootfiles/common/pcre index 6db5724fa..79779fb94 100644 --- a/config/rootfiles/common/pcre +++ b/config/rootfiles/common/pcre @@ -1,5 +1,5 @@ #usr/bin/pcre-config -#usr/bin/pcregrep +usr/bin/pcregrep #usr/bin/pcretest #usr/include/pcre.h #usr/include/pcre_scanner.h