From 10ce67886d214850feaf60d6945fe2568da6ef84 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 6 Jan 2011 12:13:33 -0600 Subject: change local to run programs 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 --- local.d/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 local.d/Makefile (limited to 'local.d/Makefile') diff --git a/local.d/Makefile b/local.d/Makefile new file mode 100644 index 0000000..7a7d31d --- /dev/null +++ b/local.d/Makefile @@ -0,0 +1,6 @@ +DIR= ${LOCALDIR} +CONF= README + +MK= ../mk +include ${MK}/os.mk +include ${MK}/scripts.mk -- cgit v1.2.3