diff options
author | 2020-11-16 07:42:18 -0600 | |
---|---|---|
committer | 2020-11-16 07:42:38 -0600 | |
commit | 0e3b616bb4178d82691ce6d0ef0467ea943c1aac (patch) | |
tree | a96274f1fe2ee9af13c0eee3587aa11214c7d41c /net-fs | |
parent | dev-ruby/duktape-rb-2.3.0.0-r2: add ~ppc keyword (diff) | |
download | gentoo-0e3b616bb4178d82691ce6d0ef0467ea943c1aac.tar.gz gentoo-0e3b616bb4178d82691ce6d0ef0467ea943c1aac.tar.bz2 gentoo-0e3b616bb4178d82691ce6d0ef0467ea943c1aac.zip |
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@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/files/4.4/samba4.initd-r1 | 3 |
1 files changed, 1 insertions, 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 } |