aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-07Tests now work on NetBSD.Roy Marples
2008-04-06Some systems are only detectable after /proc is mounted, so re-test if unknown.Roy Marples
2008-04-06Increase pidstr size to 10 chars.Roy Marples
2008-04-06p could be null here.Roy Marples
2008-04-04Check list existance before iterating, Gentoo #216091.Roy Marples
2008-04-02Push out 0.2.1 to solve a few issues.Roy Marples
2008-04-02Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples
2008-04-01Fix vlans, #49.Roy Marples
2008-03-31Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples
2008-03-29Document SSD_NICELEVEL.Roy Marples
2008-03-28Restore noserver and noopenvz to sysctl.Roy Marples
2008-03-28Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples
2008-03-28Add XEN support to NetBSD.Roy Marples
2008-03-28Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples
2008-03-28Support XEN on NetBSDRoy Marples
2008-03-28Allow our headers to be included by C++ programs easily.Roy Marples
2008-03-28Put some dir locations in rc.h so that 3rd party apps can become awware of them.Roy Marples
2008-03-28Remove rc_service_start/stop from librc as they block and unmask signals. ↵Roy Marples
The application may not wish this behaviour and should fork/exec the service itself.
2008-03-27Tweak install of runlevels.Roy Marples
2008-03-27We would sanitize $RC_LIBDIR/sbin as well. If it's really needed then ↵Roy Marples
rc-functions.sh will add it back.
2008-03-27Sanitize the write rc dir.Roy Marples
2008-03-27No need for the extra rc.Roy Marples
2008-03-27Fix mulitlib issues.Roy Marples
2008-03-27NetBSD doesn't work with this powerd.Roy Marples
2008-03-27Make our messages similarRoy Marples
2008-03-27Split terminal encoding out.Roy Marples
2008-03-27Fix install of rc and rc.shutdown on the BSD's.Roy Marples
2008-03-26Allow multiple ntp_servers without error, #47Roy Marples
2008-03-26Release 0.2Roy Marples
2008-03-26Install ifwatchd for NetBSD.Roy Marples
2008-03-26Add license blurb to a few files and append my email to my name.Roy Marples
2008-03-26Add license blurb to a few files and append my email to my name.Roy Marples
2008-03-26Ignore more files.Roy Marples
2008-03-26Fix a segfault if rc.conf does not exist, Gentoo #214887Roy Marples
2008-03-26Add mising net files back.Roy Marples
2008-03-26Fix linux compile.Roy Marples
2008-03-26No more need for SUBOSRoy Marples
2008-03-26use $CP and $SED instead of cp and sedRoy Marples
2008-03-26Merge net.OS into netRoy Marples
2008-03-26.sh.BSD.in is a better extension.Roy Marples
2008-03-26Merge doc dirs.Roy Marples
2008-03-26Split sysctl into Linux and BSD specific files.Roy Marples
2008-03-26We should sort using LC_ALL=C to avoid locale issues.Roy Marples
2008-03-26Add --exists and --resolve to rc-service.Roy Marples
2008-03-26Fix some more prefix stuff.Roy Marples
2008-03-26If we have coldplugged services, but no start_services, we need to create a ↵Roy Marples
new list for start_services.
2008-03-26Check the right dir for installed scripts.Roy Marples
2008-03-25Fix mandir install.Roy Marples
2008-03-25Try and fix more prefix stuff.Roy Marples
2008-03-25Fix exclusive removal.Roy Marples