Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-09 | sysctl.d: Include a README file for /etc/sysctl.d/ | Robin H. Johnson | |
Our sysctl script has read from /etc/sysctl.d/ but the directory was not created by default, and we didn't document it. X-Gentoo-Bug: 398189 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=398189 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | |||
2012-01-22 | Whitespace | Christian Ruppert | |
2011-06-29 | drop useless "All rights reserved" notice | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-01-31 | use immediate evaluation for shell calls | William Hubbs | |
This reworks the shell calls in the makefiles to use immediate evaluation and should improve parallel building. X-Gentoo-Bug: 289264 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=289264 | |||
2011-01-20 | change local to run programs | William Hubbs | |
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 | |||
2009-05-23 | Move non compiled libraries from /lib/rc to /libexec/rc | Roy Marples | |
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. | |||
2009-05-01 | Add (c) to Copyright | Roy Marples | |
2008-03-26 | Add license blurb to a few files and append my email to my name. | Roy Marples | |
2008-03-26 | use $CP and $SED instead of cp and sed | Roy Marples | |
2008-03-26 | Fix some more prefix stuff. | Roy Marples | |
2008-03-25 | Fix mandir install. | Roy Marples | |
2008-03-25 | Allow MANPREFIX to work. | Roy Marples | |
2008-03-19 | Rejig the build system a little so we have per ok defs per system. Probably ↵ | Roy Marples | |
easier in the long run. | |||
2008-03-05 | Add tunable SYSCONFDIR | Roy Marples | |
2008-03-04 | Fix multilib. | Roy Marples | |
2008-03-01 | Fix installing into PREFIX. | Roy Marples | |
2008-02-28 | Support the use of PREFIX and PKG_PREFIX. | Roy Marples | |
2008-02-27 | Makefile SH variable now tweaks the default shell used by our scripts. | Roy Marples | |
2008-02-01 | Use DOCDIR | Roy Marples | |
2008-01-30 | Typo | Roy Marples | |
2008-01-30 | Specify install modes for all our files. | Roy Marples | |
2008-01-11 | Add sys.mk to define system locations. | Roy Marples | |