summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAge
* typo fixopenrc-0.12William Hubbs2013-08-14
|
* add note to README about the net.* scripts moving to their own packageWilliam Hubbs2013-08-14
|
* Remove gentoo's net.* scriptsWilliam Hubbs2013-08-13
| | | | | | It has been determined that it will be best for gentoo's net.* scripts to be in a separate package to allow independent development. This package will be called netifrc and maintained by Gentoo.
* Add tools directoryWilliam Hubbs2013-01-02
| | | | | | | | | This directory will contain tools which are not necessary for OpenRC to run, but which some users have found useful. The first of these is deptree2dot, which converts /run/openrc/deptree to a .dot file for use with graphviz. This can assist in finding circular dependencies.
* add MKPREFIX flag to build systemWilliam Hubbs2012-08-31
| | | | This allows building OpenRC for a Gentoo Prefix installation.
* fix the upstream default network stackWilliam Hubbs2012-07-10
| | | | | | | | The OpenRC upstream default network stack was changed, but there was no reason to change it. Now since we have the MKNET build switch, it is easy for the gentoo ebuild to install oldnet by default. The upstream default is newnet.
* add the MKNET variable to select a network stackWilliam Hubbs2012-07-10
| | | | | | | | The MKNET variable can be used to select the network stack you want to build and install with OpenRC. The current default is the gentoo "oldnet" stack. If you want to install the OpenRC newnet stack, use MKNET=newnet on the make command line.
* make oldnet the default for nowWilliam Hubbs2012-07-08
|
* Revert "Deprecate the network and staticroute scripts"William Hubbs2012-07-08
| | | | | | | This reverts commit 5994e55937cbbb71b1c22ad829b77a1bcd8c3793. There are situations where these scripts can be useful, so I am bringing them back. Also, I want to start discussions about simplifying the OpenRC network stack.
* Drop rc_sys definition from build systemWilliam Hubbs2012-02-20
|
* Add MKSTATICLIBS switchWilliam Hubbs2011-11-18
| | | | | | | | | The MKSTATICLIBS switch, which defaults to yes, controls whether or not static libraries are built and installed. Reported-by: Agostino Sarubbo <ago@autistici.org> x-Gentoo-Bug: 378267 x-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=378267
* Deprecate the network and staticroute scriptsWilliam Hubbs2011-11-16
| | | | | | These scripts are not supported, and they have several major design issues such as not being able to stop, start or allow a dependency on a single interface.
* update bug reporting information in READMEWilliam Hubbs2011-06-24
|
* allow default rc_sys value to be set at build timeWilliam Hubbs2011-03-05
| | | | | | | | | | | This allows the default value of rc_sys to be set when openrc is compiled. This will allow openrc to be installed, e.g. on vserver guests and will allow them to be rebooted without the need to edit rc.conf. This patch is a combined effort between myself and Robin Johnson. X-Gentoo-Bug: 357247 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=357247
* selinux: replace symlinks with wrapper scriptsChris Richards2011-01-31
| | | | | | | | This needs to be done on selinux systems so the proper context can be set for each rc applet. X-Gentoo-Bug: 351712 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=351712
* only support building with GNU MakeWilliam Hubbs2011-01-31
| | | | | | | | Update the documentation to state that openrc only works with gnu make. This needs to be done in order to address the parallel build issue. X-Gentoo-Bug: 289264 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=289264
* update bug reporting informationMike Frysinger2011-01-08
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* random spelling fixesMike Frysinger2010-01-08
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Correct homepage.Roy Marples2009-12-02
|
* Add pkg-config support, fixes #187.Roy Marples2009-10-08
|
* Default to not building the old net scripts.Roy Marples2009-04-19
|
* Add MKOLDNET=yes/no toggleRoy Marples2009-04-17
|
* #ifdef atexit cleanups calling free as the OS should do this for us, but ↵Roy Marples2008-10-06
| | | | valgrind debuggers need it.
* Introduce LOCAL_PREFIX for a user maintained script location.Roy Marples2008-03-03
|
* Support the use of PREFIX and PKG_PREFIX.Roy Marples2008-02-28
|
* Add a section about reporting bugs.Roy Marples2008-01-14
|
* Fix PAM installRoy Marples2008-01-13
|
* Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst ↵Roy Marples2008-01-10
| | | | keeping BSD for all BSD's.
* Use LIBNAME for multilib so as not to conflict with LIBRoy Marples2008-01-05
|
* Add the missing changes from the recent Makefile updatesRoy Marples2008-01-05
|
* Remove support for static and pam combined - too problematic.Roy Marples2008-01-04
|
* Support static building against a non static PAM.Roy Marples2008-01-04
|
* Add BIN_LDFLAGS so that we can build static bins without affecting our ↵Roy Marples2008-01-04
| | | | shared libraries.
* Allow a BRANDING define to be used.Roy Marples2008-01-03
|
* Add termcap support.Roy Marples2007-12-08
|
* Ensure that lo0 gets 127.0.0.1/8 with a space separated configRoy Marples2007-11-30
|
* Add devd and hooksRoy Marples2007-11-23
|
* Add a README with some installation instructions and a bit of historyRoy Marples2007-11-19