From 82d3918d7a1c625f98fcf607c7a450f18b7e60bd Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 22 Feb 2012 20:44:32 -0600 Subject: move rc_svcdir to /run/openrc on Linux systems If you are not using linux, this should not affect you. If you are using linux, from this point forward, openrc requires the /run directory to be a mounted tmpfs. If it is, you can run @LIBEXECDIR@/sh/migrate-to-run.sh as root to migrate your dependency tree and state information to the new location. If it is not, you must create the /run directory as root with permissions 755 then reboot your system. reported-by: Maxim Kammerer X-Gentoo-Bug: 401059 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=401059 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 504092f8..0a834957 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,8 @@ include ${MK}/dist.mk include ${MK}/git.mk _installafter: +ifneq ($(OS),Linux) ${INSTALL} -d ${DESTDIR}/${LIBEXECDIR}/init.d +endif ${INSTALL} -d ${DESTDIR}/${LIBEXECDIR}/tmp ${ECHO} "${VERSION}${GITVER}" > ${DESTDIR}/${LIBEXECDIR}/version -- cgit v1.2.3