/lib/rcscripts -> /lib/rc

This commit is contained in:
Roy Marples
2007-09-19 13:53:40 +00:00
parent 987c72f12f
commit 77f9015f0b
14 changed files with 46 additions and 30 deletions

View File

@@ -3,8 +3,14 @@
19 Sep 2007; Roy Marples <uberlord@gentoo.org>:
Change from /lib/rcscripts to /lib/rc and adjust our files so changing
our libdir is much easier in future. This move makes sense it's so much
more than a holding place for our scripts now. It also has the added
benefit of not loading the splash plugin for rc4 and lower which is
ABI incompatible with us now.
plugin hook function is now rc_plugin_hook instead of a name based
on the name of the plugin.
on the name of the plugin.
18 Sep 2007; Roy Marples <uberlord@gentoo.org>: