Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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 | |
2009-04-30 | Go back to git | Roy Marples | |
2008-12-04 | make ignore now configures the sv:ignore property. | Roy Marples | |
2008-04-29 | We need to ensure that the init script started is correct, translating ↵ | Roy Marples | |
symlinks. This has a new rule - multiplexed services must exist in the same dir as the master sript. So we need to ensuret that net.lo(0) is the real script and not a symlink itself. This fixes Gentoo #219526. | |||
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-25 | DIR should be prefixed already. | Roy Marples | |
2008-03-25 | Rework our folder structure so that we don't have OS specific dirs, making ↵ | Roy Marples | |
it easier to share init and conf files per OS. | |||
2008-03-24 | setup a bit of a test framework | Mike Frysinger | |
2008-03-24 | add check/test rules | Mike Frysinger | |
2008-03-20 | Tweak install. | Roy Marples | |
2008-03-19 | Add missing .mks | Roy Marples | |
2008-03-05 | Add tunable SYSCONFDIR | Roy Marples | |
2008-03-03 | Ignore fixes. | Roy Marples | |
2008-03-03 | Add a gitignore make target. | Roy Marples | |
2008-03-03 | Use exlicit make targets, not directory contents. | Roy Marples | |
2008-03-03 | Introduce LOCAL_PREFIX for a user maintained script location. | Roy Marples | |
2008-03-02 | Ensure that our scripts call prefixed runscript. | 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-01-30 | Specify install modes for all our files. | Roy Marples | |
2008-01-13 | script install should build objects | Roy Marples | |
2008-01-13 | Change lib name during make, not install. | Roy Marples | |
2008-01-11 | Add sys.mk | Roy Marples | |
2008-01-11 | NetBSD doesn't include /lib in its link path, so we need to add it as an RPATH. | Roy Marples | |
2008-01-11 | Use a specific default terminal for rc | Roy Marples | |
2008-01-11 | Allow OS to define default package locations. | Roy Marples | |
2008-01-10 | Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst ↵ | Roy Marples | |
keeping BSD for all BSD's. |