package/cups: add proper init script
authorAngelo Compagnucci <angelo@amarulasolutions.com>
Wed, 24 Jun 2020 20:43:43 +0000 (22:43 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 4 Aug 2020 21:00:10 +0000 (23:00 +0200)
commit04226ac6b7104f17f22091be8f5ce43c56abd210
treee2d877168bd6eb1a57ce0ba1c100b44db6bf86cc
parent6fa1a32dac3cb4ee03fd11bb965cd4b57d14e86a
package/cups: add proper init script

Cups service for systemv was erroneously installed in /etc/rcX.d and
therefore not working. Also, its init script installed in /etc/init.d
was definitely not a Buildroot-style init script.

This patch adds a Buildroot style init script instead of using the
example provided by the package.

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/cups/S81cupsd [new file with mode: 0644]
package/cups/cups.mk