From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AE17B15802E for ; Thu, 27 Jun 2024 07:29:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6D3CE2B66; Thu, 27 Jun 2024 07:29:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6D07E2B66 for ; Thu, 27 Jun 2024 07:29:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD04134301E for ; Thu, 27 Jun 2024 07:29:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58E90126B for ; Thu, 27 Jun 2024 07:29:43 +0000 (UTC) From: "Eray Aslan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eray Aslan" Message-ID: <1719473362.593d9f99ba4f169ca41a7ac374dceda95cb1c77a.eras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/mit-krb5/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/mit-krb5/files/mit-krb5kpropd_at.service X-VCS-Directories: app-crypt/mit-krb5/files/ X-VCS-Committer: eras X-VCS-Committer-Name: Eray Aslan X-VCS-Revision: 593d9f99ba4f169ca41a7ac374dceda95cb1c77a X-VCS-Branch: master Date: Thu, 27 Jun 2024 07:29:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 225f9bf9-b65d-43c0-9c9c-a3b21be6cdf3 X-Archives-Hash: 1e5debd9d0064a837b82d291964e8514 commit: 593d9f99ba4f169ca41a7ac374dceda95cb1c77a Author: Eray Aslan gentoo org> AuthorDate: Thu Jun 27 07:23:45 2024 +0000 Commit: Eray Aslan gentoo org> CommitDate: Thu Jun 27 07:29:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593d9f99 app-crypt/mit-krb5: bitrot: update systemd unit file Do not specify StandardError in the unit file Closes: https://bugs.gentoo.org/890957 Signed-off-by: Eray Aslan gentoo.org> app-crypt/mit-krb5/files/mit-krb5kpropd_at.service | 1 - 1 file changed, 1 deletion(-) diff --git a/app-crypt/mit-krb5/files/mit-krb5kpropd_at.service b/app-crypt/mit-krb5/files/mit-krb5kpropd_at.service index f826eb33cb33..62553f58f15f 100644 --- a/app-crypt/mit-krb5/files/mit-krb5kpropd_at.service +++ b/app-crypt/mit-krb5/files/mit-krb5kpropd_at.service @@ -5,4 +5,3 @@ Conflicts=mit-krb5kpropd.service [Service] ExecStart=/usr/sbin/kpropd StandardInput=socket -StandardError=syslog