commit:     82809ce5a8a646ea7f55f3cc71be8a3783cc6a5f
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Mon Dec 18 05:53:29 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 06:11:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82809ce5

net-print/cups-browsed: add missing file

I forgot to git commit this.

Fixes: 551c0ac598ce158841e090998af34526ed289f2b
Closes: https://bugs.gentoo.org/920250
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-print/cups-browsed/files/cups-browsed.init.d | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/net-print/cups-browsed/files/cups-browsed.init.d 
b/net-print/cups-browsed/files/cups-browsed.init.d
new file mode 100644
index 000000000000..4fea546a05ca
--- /dev/null
+++ b/net-print/cups-browsed/files/cups-browsed.init.d
@@ -0,0 +1,9 @@
+#!/sbin/openrc-run
+
+pidfile="/run/cups-browsed.pid"
+command="/usr/sbin/cups-browsed"
+command_background="true"
+
+depend() {
+       need cupsd avahi-daemon
+}

Reply via email to