summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2023-12-18 00:53:29 -0500
committerSam James <sam@gentoo.org>2023-12-18 06:11:26 +0000
commit82809ce5a8a646ea7f55f3cc71be8a3783cc6a5f (patch)
tree135882871fa7fc23760c96ec5ec23895b1328735 /net-print/cups-browsed
parentmedia-libs/zita-resampler: Stabilize 1.10.1 amd64, #920235 (diff)
downloadgentoo-82809ce5a8a646ea7f55f3cc71be8a3783cc6a5f.tar.gz
gentoo-82809ce5a8a646ea7f55f3cc71be8a3783cc6a5f.tar.bz2
gentoo-82809ce5a8a646ea7f55f3cc71be8a3783cc6a5f.zip
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@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-print/cups-browsed')
-rw-r--r--net-print/cups-browsed/files/cups-browsed.init.d9
1 files changed, 9 insertions, 0 deletions
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
+}