From patchwork Tue Jul 28 19:34:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Johannes_L=C3=B6thberg?= X-Patchwork-Id: 1735 Return-Path: Delivered-To: patchwork@archlinux.org Received: from apollo.archlinux.org (localhost [127.0.0.1]) by apollo.archlinux.org (Postfix) with ESMTP id 4656C1A347329 for ; Tue, 28 Jul 2020 19:35:06 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on apollo.archlinux.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED=0.1, DKIM_VALID=-0.1,DKIM_VALID_AU=-0.1,MAILING_LIST_MULTI=-1, RCVD_IN_DNSWL_MED=-2.3,RCVD_IN_MSPIKE_H4=-0.01,RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001,T_DMARC_POLICY_NONE=0.01 autolearn=ham autolearn_force=no version=3.4.4 X-Spam-BL-Results: [127.0.0.19] [127.0.9.2] Received: from orion.archlinux.org (orion.archlinux.org [88.198.91.70]) by apollo.archlinux.org (Postfix) with ESMTPS for ; Tue, 28 Jul 2020 19:35:06 +0000 (UTC) Received: from orion.archlinux.org (localhost [127.0.0.1]) by orion.archlinux.org (Postfix) with ESMTP id C53751D3632DAA; Tue, 28 Jul 2020 19:35:04 +0000 (UTC) Received: from luna.archlinux.org (luna.archlinux.org [5.9.250.164]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: luna) by orion.archlinux.org (Postfix) with ESMTPSA id 801071D3632DA6; Tue, 28 Jul 2020 19:35:04 +0000 (UTC) Authentication-Results: orion.archlinux.org; dkim=pass (1024-bit key) header.d=kyriasis.com header.i=@kyriasis.com header.b=L5mF6LAn Received: from luna.archlinux.org (luna.archlinux.org [127.0.0.1]) by luna.archlinux.org (Postfix) with ESMTP id 7350B29CAD; Tue, 28 Jul 2020 19:35:04 +0000 (UTC) Authentication-Results: luna.archlinux.org; dkim=pass (1024-bit key) header.d=kyriasis.com header.i=@kyriasis.com header.b=L5mF6LAn Received: from luna.archlinux.org (luna.archlinux.org [127.0.0.1]) by luna.archlinux.org (Postfix) with ESMTP id 49D6729CAC for ; Tue, 28 Jul 2020 19:35:00 +0000 (UTC) Received: from theos.kyriasis.com (theos.kyriasis.com [IPv6:2a01:7e00:e000:136::1]) by luna.archlinux.org (Postfix) with ESMTPS for ; Tue, 28 Jul 2020 19:35:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyriasis.com; s=theos; t=1595964897; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=ASA/nBnmhlfZZ9yu+bf8wFNeDtBPfgEGtfqktIN89Cg=; b=L5mF6LAnweMyb4DngajW4PFMgGw6/XbWBbT7E/xslHG8Prx0vkzt2lhxKwAswp5AcBvkAn whCbDYXtj5so74Si1eYVEZrwarA0n9QJw648/fHSelsVfWBr82BXzcLR10tnbQ/MQh6JCp uay9ThzGEQ08TVC0S+UbURumF0FXNX4= Received: from hydrogen.kyriasis.com (h-52-10.A572.priv.bahnhof.se [158.174.52.10]) by theos.kyriasis.com (OpenSMTPD) with ESMTPSA id 61c53876 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) auth=yes user=kyrias; Tue, 28 Jul 2020 19:34:57 +0000 (UTC) From: =?utf-8?q?Johannes_L=C3=B6thberg?= To: pacman-contrib@lists.archlinux.org Cc: =?utf-8?q?Johannes_L=C3=B6thberg?= , Stephen Day Subject: [PATCH] paccache.service.in: Reword description to more clearly specify what it does Date: Tue, 28 Jul 2020 21:34:51 +0200 Message-Id: <20200728193451.218368-1-johannes@kyriasis.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 X-BeenThere: pacman-contrib@lists.archlinux.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussion list for pacman-contrib development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: pacman-contrib-bounces@lists.archlinux.org Sender: "pacman-contrib" This makes log lines in the journal a bit more obvious. Reported-by: Stephen Day Signed-off-by: Johannes Löthberg --- src/paccache.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/paccache.service.in b/src/paccache.service.in index 919bf74..cd28e67 100644 --- a/src/paccache.service.in +++ b/src/paccache.service.in @@ -1,5 +1,5 @@ [Unit] -Description=Discard unused packages +Description=Remove unused cached package files [Service] Type=oneshot