Codebase list openrc / debian/0.12.4+20131230-8
* Fix the /etc/init.d/savecache shebang to use openrc-run instead of runscript. Thomas Goirand 10 years ago
3 changed file(s) with 6 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1919 his work (Closes: #736636).
2020 * Stores rc and rcS directly in /etc/init.d in the .deb of OpenRC, rather
2121 than using dangerous and useless maintainer scripts (Closes: #736367).
22 * Fix the /etc/init.d/savecache shebang to use openrc-run instead of
23 runscript.
2224
2325 -- Thomas Goirand <zigo@debian.org> Mon, 27 Jan 2014 15:44:47 +0000
2426
44 init.d-script-does-not-implement-required-option etc/init.d/savecache force-reload
55 init.d-script-does-not-implement-optional-option etc/init.d/savecache status
66 script-in-etc-init.d-not-registered-via-update-rc.d etc/init.d/savecache
7 init.d-script-does-not-source-init-functions etc/init.d/savecache
6464 # We don't want the Gentoo init scripts, but only want savecache to stay
6565 find $(CURDIR)/debian/openrc/etc/init.d/* -name savecache -or -name rc -or -name rcS -prune -o -exec rm -f {} +
6666
67 # Fix the shebang of savecache
68 sed -i s/runscript/openrc-run/ $(CURDIR)/debian/openrc/etc/init.d/savecache
69
6770 for dir in boot default sysinit shutdown; do \
6871 rm -f $(CURDIR)/debian/openrc/etc/runlevels/$${dir}/* ; \
6972 done