From 0e3b616bb4178d82691ce6d0ef0467ea943c1aac Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Mon, 16 Nov 2020 07:42:18 -0600 Subject: 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 --- net-fs/samba/files/4.4/samba4.initd-r1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'net-fs') 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 } -- cgit v1.2.3