10ce67886d
This changes the local service so that it will run programs located in @sysconfdir@/local.d instead of the local_start and local_stop functions from @sysconfdir@/conf.d/local. The advantage for the user is that these programs are not part of the openrc package, so the user does not have to worry about them being overwritten when openrc is upgraded. X-Gentoo-Bug: 351465 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=351465
7 lines
87 B
Makefile
7 lines
87 B
Makefile
DIR= ${LOCALDIR}
|
|
CONF= README
|
|
|
|
MK= ../mk
|
|
include ${MK}/os.mk
|
|
include ${MK}/scripts.mk
|