diff options
author | Pacho Ramos <pacho@gentoo.org> | 2022-05-22 14:35:38 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2022-05-22 14:35:38 +0200 |
commit | 63db85cc42b284d52b0ee59caa8cfa0147a256df (patch) | |
tree | 1885ff38c1b84791c4ee0cea72c82a7929c8f005 /net-print/cups/files | |
parent | net-print/cups: Sync live ebuild with latest version (diff) | |
download | gentoo-63db85cc42b284d52b0ee59caa8cfa0147a256df.tar.gz gentoo-63db85cc42b284d52b0ee59caa8cfa0147a256df.tar.bz2 gentoo-63db85cc42b284d52b0ee59caa8cfa0147a256df.zip |
net-print/cups: drop 2.3.3-r4, 2.3.3_p2-r2
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'net-print/cups/files')
-rw-r--r-- | net-print/cups/files/cupsd.init.d-r3 | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net-print/cups/files/cupsd.init.d-r3 b/net-print/cups/files/cupsd.init.d-r3 deleted file mode 100644 index 2f563e4c7698..000000000000 --- a/net-print/cups/files/cupsd.init.d-r3 +++ /dev/null @@ -1,22 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2017 Gentoo Foundation - -description="The Common Unix Printing System daemon" -command="/usr/sbin/cupsd" -command_args="-f -c /etc/cups/cupsd.conf -s /etc/cups/cups-files.conf" -pidfile="/var/run/cupsd.pid" -start_stop_daemon_args="-b -m --pidfile ${pidfile}" - -depend() { - use net - @neededservices@ - before nfs - after logger -} - -start_pre() { - checkpath -q -d -m 0775 -o root:lp /var/cache/cups - checkpath -q -d -m 0775 -o root:lp /var/cache/cups/rss - checkpath -q -d -m 0755 -o root:lp /run/cups - checkpath -q -d -m 0511 -o lp:lpadmin /run/cups/certs -} |