summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* sysctl.d: Include a README file for /etc/sysctl.d/Robin H. Johnson2012-02-09
| | | | | | | | | 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>
* 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.
* drop useless "All rights reserved" noticeMike Frysinger2011-06-29
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* remove unnecessary shell callsWilliam Hubbs2011-02-04
| | | | | | The main makefile, init.d/Makefile and src/librc/Makefile all contain several shell calls which can be handled as make conditionals. This switches them to conditionals.
* use immediate evaluation for shell callsWilliam Hubbs2011-01-31
| | | | | | | | 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
* change local to run programsWilliam Hubbs2011-01-20
| | | | | | | | | | | | | 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
* Move on_ac_power to a shell script.Roy Marples2009-12-10
| | | | Fixes #204
* Add pkg-config support, fixes #187.Roy Marples2009-10-08
|
* Release openrc-0.5.0Roy Marples2009-06-05
|
* Move non compiled libraries from /lib/rc to /libexec/rcRoy Marples2009-05-23
| | | | | | | | 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.
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Default to not building the old net scripts.Roy Marples2009-04-19
|
* Add MKOLDNET=yes/no toggleRoy Marples2009-04-17
|
* Release 0.4.3Roy Marples2009-02-11
|
* Release openrc-0.4.2Roy Marples2009-01-05
|
* Release 0.4.1Roy Marples2008-12-23
|
* Release 0.4.0Roy Marples2008-12-07
|
* make ignore now configures the sv:ignore property.Roy Marples2008-12-04
|
* Release 0.3openrc-0.3.0Roy Marples2008-10-02
|
* openrc-0.2.5openrc-0.2.5Roy Marples2008-05-28
|
* openrc-0.2.4openrc-0.2.4Roy Marples2008-05-10
|
* Release openrc-0.2.3openrc-0.2.3Roy Marples2008-04-28
|
* Release 0.2.2openrc-0.2.2Roy Marples2008-04-15
|
* Push out 0.2.1 to solve a few issues.openrc-0.2.1Roy Marples2008-04-02
|
* Release 0.2openrc-0.2Roy Marples2008-03-26
|
* Add license blurb to a few files and append my email to my name.Roy Marples2008-03-26
|
* Add a gitignore make target.Roy Marples2008-03-03
|
* Ensure that our scripts call prefixed runscript.Roy Marples2008-03-02
|
* Fix installing into PREFIX.Roy Marples2008-03-01
|
* Add sys.mkRoy Marples2008-01-11
|
* Allow OS to define default package locations.Roy Marples2008-01-11
|
* More make fixesRoy Marples2008-01-10
|
* Need INSTALL hereRoy Marples2008-01-10
|
* Don't go into SUBOS if same as OS.Roy Marples2008-01-10
|
* Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst ↵Roy Marples2008-01-10
| | | | keeping BSD for all BSD's.
* Juggle the Makefiles so that sh knows about NET_LORoy Marples2008-01-03
|
* Move the linking of files in /etc/init.d into the sh/Makefile so that ↵Roy Marples2008-01-03
| | | | install -jN works.
* Move net.example to /usr/share/doc/openrcRoy Marples2007-12-29
|
* Relative links seem to cause an issue, so don't use them.Roy Marples2007-12-28
|
* Don't allow RPATH of . to escape to a tarball.Roy Marples2007-12-27
|
* Remove Gentoo copyright from all files that I know I have writtenRoy Marples2007-12-14
|
* Add termcap support.Roy Marples2007-12-08
|
* git clean before dist, and add some ignore filesRoy Marples2007-11-27
|
* Fix version and depend on ntpdate tooRoy Marples2007-11-23
|
* We should create init.d and tmp dirsRoy Marples2007-11-21
|
* No easy way of getting git status, so remove fancy checks.Roy Marples2007-11-19
|
* Move runlevel and lib logic to the sub MakefilesRoy Marples2007-11-19
|
* Our build chain now works with GNU and BSD make implementationsRoy Marples2007-11-19
|
* add etc back for BSD installing rc and rc.shutdownRoy Marples2007-11-14
|
* These files belong with baselayoutRoy Marples2007-11-14
|