From patchwork Sun Jun 28 07:45:12 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3222 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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49vjMm2tHnz3x5V for ; Sun, 28 Jun 2020 07:45:24 +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) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49vjMj5s9gzJ1; Sun, 28 Jun 2020 07:45:21 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49vjMj4dmCz2xm2; Sun, 28 Jun 2020 07:45:21 +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 49vjMg3Twvz2xl3 for ; Sun, 28 Jun 2020 07:45:19 +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 49vjMf44ChzJ1 for ; Sun, 28 Jun 2020 07:45:18 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1593330318; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=QMjD1CFFdtRupa5YkviUkGYtY6lAiHg87gNuIbq2PQk=; b=CtTW3De4U633aPofZ1qhcZM6iPtiGLfoEZMdKh8Veqnm8Zk4H6EWdA6LL5y2vWdlSfCymz Oh6Hgm7Sb/dNmTAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1593330318; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=QMjD1CFFdtRupa5YkviUkGYtY6lAiHg87gNuIbq2PQk=; b=RjV8coFA0ayoO+XCbI2/wG96dTfA+fA/miH0ZKYX3+J4i5bfTlngBIatT6XZbBXWNPH8jM 7fP7Clr1TMbqRrbpr/uVBrfM7kGdi5yG+8XMznNqHa9lVnUpADL7QbCwZyx2vwOJIlhRr9 leT2GZMYgV7Gd5dfU9bC7Ot9pj7Eq6+wH5DxlyDbtIlPs8LLdmC3wPEsLfqo6FsAIr8NWp 3psRD3vfPZYIV4Yvo/zpXCChxFFjxdNGHbcBAOmGjw0V+lzDMWgqu2S5yY9sh0Y6yzFjvr z7DobucyGj3MxoPD/tTwqJkQrPbGRPCTV25frPKAtB8BhFxdhknBLyIcv+VO9w== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] rsync 3.2.1: Added new rootfile Date: Sun, 28 Jun 2020 09:45:12 +0200 Message-Id: <20200628074512.2710-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=matthias.fischer@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" Signed-off-by: Matthias Fischer Reviewed-by: Michael Tremer --- config/rootfiles/packages/rsync | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/rootfiles/packages/rsync b/config/rootfiles/packages/rsync index 59c8be9f1..70bb401fe 100644 --- a/config/rootfiles/packages/rsync +++ b/config/rootfiles/packages/rsync @@ -1,3 +1,5 @@ usr/bin/rsync +usr/bin/rsync-ssl +#usr/share/man/man1/rsync-ssl.1 #usr/share/man/man1/rsync.1 #usr/share/man/man5/rsyncd.conf.5