commit: 0e3b616bb4178d82691ce6d0ef0467ea943c1aac Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Mon Nov 16 13:42:18 2020 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> 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 <bkohler <AT> 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 }
