From c0fd1b49e49cec28c1f5a3a76f9db11c62e550dc Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sat, 23 May 2009 20:38:12 +0100 Subject: Move non compiled libraries from /lib/rc to /libexec/rc OpenRC version is now stored as plaintext in /libexec/rc/version Plugins (cursplash, splashutils) will have to be re-compiled to pickup the new directories. State data needs to be moved from /lib/rc/init.d to /libexec/rc/init.d as well. --- init.d/localmount.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d/localmount.in') diff --git a/init.d/localmount.in b/init.d/localmount.in index ff82ed44..02268222 100644 --- a/init.d/localmount.in +++ b/init.d/localmount.in @@ -52,7 +52,7 @@ stop() # Flush all pending disk writes now sync; sync - . "$RC_LIBDIR"/sh/rc-mount.sh + . "$RC_LIBEXECDIR"/sh/rc-mount.sh # Umount loopback devices einfo "Unmounting loopback devices" -- cgit v1.2.3