summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Support XEN on NetBSDRoy Marples2008-03-28
|
* Allow our headers to be included by C++ programs easily.Roy Marples2008-03-28
|
* Put some dir locations in rc.h so that 3rd party apps can become awware of them.Roy Marples2008-03-28
|
* Remove rc_service_start/stop from librc as they block and unmask signals. ↵Roy Marples2008-03-28
| | | | The application may not wish this behaviour and should fork/exec the service itself.
* Tweak install of runlevels.Roy Marples2008-03-27
|
* We would sanitize $RC_LIBDIR/sbin as well. If it's really needed then ↵Roy Marples2008-03-27
| | | | rc-functions.sh will add it back.
* Sanitize the write rc dir.Roy Marples2008-03-27
|
* No need for the extra rc.Roy Marples2008-03-27
|
* Fix mulitlib issues.Roy Marples2008-03-27
|
* NetBSD doesn't work with this powerd.Roy Marples2008-03-27
|
* Make our messages similarRoy Marples2008-03-27
|
* Split terminal encoding out.Roy Marples2008-03-27
|
* Fix install of rc and rc.shutdown on the BSD's.Roy Marples2008-03-27
|
* Allow multiple ntp_servers without error, #47Roy Marples2008-03-26
|
* Release 0.2openrc-0.2Roy Marples2008-03-26
|
* Install ifwatchd for NetBSD.Roy Marples2008-03-26
|
* Add license blurb to a few files and append my email to my name.Roy Marples2008-03-26
|
* Add license blurb to a few files and append my email to my name.Roy Marples2008-03-26
|
* Ignore more files.Roy Marples2008-03-26
|
* Fix a segfault if rc.conf does not exist, Gentoo #214887Roy Marples2008-03-26
|
* Add mising net files back.Roy Marples2008-03-26
|
* Fix linux compile.Roy Marples2008-03-26
|
* No more need for SUBOSRoy Marples2008-03-26
|
* use $CP and $SED instead of cp and sedRoy Marples2008-03-26
|
* Merge net.OS into netRoy Marples2008-03-26
|
* .sh.BSD.in is a better extension.Roy Marples2008-03-26
|
* Merge doc dirs.Roy Marples2008-03-26
|
* Split sysctl into Linux and BSD specific files.Roy Marples2008-03-26
|
* We should sort using LC_ALL=C to avoid locale issues.Roy Marples2008-03-26
|
* Add --exists and --resolve to rc-service.Roy Marples2008-03-26
|
* Fix some more prefix stuff.Roy Marples2008-03-26
|
* If we have coldplugged services, but no start_services, we need to create a ↵Roy Marples2008-03-26
| | | | new list for start_services.
* Check the right dir for installed scripts.Roy Marples2008-03-26
|
* Fix mandir install.Roy Marples2008-03-25
|
* Try and fix more prefix stuff.Roy Marples2008-03-25
|
* Fix exclusive removal.Roy Marples2008-03-25
|
* Fix man install.Roy Marples2008-03-25
|
* Tweak man install.Roy Marples2008-03-25
|
* Allow MANPREFIX to work.Roy Marples2008-03-25
|
* INITDIR should already be prefixed.Roy Marples2008-03-25
|
* These now need to be prefixed.Roy Marples2008-03-25
|
* INITDIR should already be prefixed.Roy Marples2008-03-25
|
* SYSCONFDIR should already be prefixed.Roy Marples2008-03-25
|
* DIR should be prefixed already.Roy Marples2008-03-25
|
* Install swap-blk on NetBSD.Roy Marples2008-03-25
|
* Fix FreeBSD makefile.Roy Marples2008-03-25
|
* Fix sysctl on Linux and BSD.Roy Marples2008-03-25
|
* Fix module args per kernel version.Roy Marples2008-03-25
|
* Include Os Makefile.Roy Marples2008-03-25
|
* Rework our folder structure so that we don't have OS specific dirs, making ↵Roy Marples2008-03-25
| | | | it easier to share init and conf files per OS.