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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 03915138359 for ; Mon, 16 Nov 2020 13:42:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29561E0A04; Mon, 16 Nov 2020 13:42:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FE20E0A04 for ; Mon, 16 Nov 2020 13:42:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CDAEE34126A for ; Mon, 16 Nov 2020 13:42:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C014434 for ; Mon, 16 Nov 2020 13:42:46 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1605534158.0e3b616bb4178d82691ce6d0ef0467ea943c1aac.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/files/4.4/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/files/4.4/samba4.initd-r1 X-VCS-Directories: net-fs/samba/files/4.4/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 0e3b616bb4178d82691ce6d0ef0467ea943c1aac X-VCS-Branch: master Date: Mon, 16 Nov 2020 13:42:46 +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: 43878065-5983-4c29-b15a-0b3da20a589d X-Archives-Hash: 19263c52301e53129830e071a3f21b95 commit: 0e3b616bb4178d82691ce6d0ef0467ea943c1aac Author: Ben Kohler gentoo org> AuthorDate: Mon Nov 16 13:42:18 2020 +0000 Commit: Ben Kohler gentoo org> CommitDate: Mon Nov 16 13:42:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3b616b net-fs/samba: drop net dependency from rc script Closes: https://bugs.gentoo.org/754915 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Ben Kohler gentoo.org> net-fs/samba/files/4.4/samba4.initd-r1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-fs/samba/files/4.4/samba4.initd-r1 b/net-fs/samba/files/4.4/samba4.initd-r1 index 05bd1fcfd69..0a528982852 100644 --- a/net-fs/samba/files/4.4/samba4.initd-r1 +++ b/net-fs/samba/files/4.4/samba4.initd-r1 @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License, v2 or later extra_started_commands="reload" @@ -7,7 +7,6 @@ extra_started_commands="reload" depend() { after slapd - need net use cupsd }