aboutsummaryrefslogtreecommitdiff
path: root/sh/Makefile
AgeCommit message (Expand)Author
2018-07-09rc-functions.sh: Remove addon supportWilliam Hubbs
2016-12-01split tmpfiles processing into opentmpfilesWilliam Hubbs
2016-07-27Add support for runitWilliam Hubbs
2016-04-27add daemon supervisorWilliam Hubbs
2015-05-11Add support for the s6 supervision suiteWilliam Hubbs
2015-05-08Make the default start, stop and status functions overridableWilliam Hubbs
2015-04-27convert all references from runscript to openrc-runWilliam Hubbs
2015-04-20Add binfmt service to sysinit runlevelWilliam Hubbs
2014-01-11Merge init-common-post code into BSD init scriptWilliam Hubbs
2013-08-13Remove gentoo's net.* scriptsWilliam Hubbs
2013-02-16Add module for cgroup processingAlexander Vershilov
2012-05-14move rc_svcdir to /run/openrc on Linux systemsWilliam Hubbs
2012-03-12sh/tmpfiles: tmpfiles.d support.Robin H. Johnson
2011-11-20CGroups: create the openrc cgroup hierarchyWilliam Hubbs
2011-10-29Use pattern rules instead of suffix rulesWilliam Hubbs
2011-10-20further clean up OS differences in makefilesMike Frysinger
2011-10-19Make variable references in Makefiles consistentWilliam Hubbs
2011-10-18consolodate MakefilesWilliam Hubbs
2011-06-27Revert "remove functions.sh symbolic link in init.d"William Hubbs
2011-06-27remove functions.sh symbolic link in init.dWilliam Hubbs
2009-05-23Move non compiled libraries from /lib/rc to /libexec/rcRoy Marples
2008-06-21We need to replace @LIB@ here.Roy Marples
2008-04-29We need to ensure that the init script started is correct, translating symlin...Roy Marples
2008-03-25INITDIR should already be prefixed.Roy Marples
2008-03-25These now need to be prefixed.Roy Marples
2008-03-25INITDIR should already be prefixed.Roy Marples
2008-03-25Rework our folder structure so that we don't have OS specific dirs, making it...Roy Marples
2008-03-24setup a bit of a test frameworkMike Frysinger
2008-03-19Fix building on Linux.Roy Marples
2008-03-05Add tunable SYSCONFDIRRoy Marples
2008-03-03Use exlicit make targets, not directory contents.Roy Marples
2008-03-02Ensure that our scripts call prefixed runscript.Roy Marples
2008-03-01Fix installing into PREFIX.Roy Marples
2008-02-28Support the use of PREFIX and PKG_PREFIX.Roy Marples
2008-02-27Makefile SH variable now tweaks the default shell used by our scripts.Roy Marples
2008-01-13INSTALLAFTER needs to be defined before we include our mk's to work.Roy Marples
2008-01-13Change lib name during make, not install.Roy Marples
2008-01-10More make fixesRoy Marples
2008-01-10Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst keep...Roy Marples
2008-01-05Use LIBNAME for multilib so as not to conflict with LIBRoy Marples
2008-01-03Juggle the Makefiles so that sh knows about NET_LORoy Marples
2008-01-03Move the linking of files in /etc/init.d into the sh/Makefile so that install...Roy Marples
2007-12-20Remove rc-help.sh and replace with a man page for runscript 8.Roy Marples
2007-12-14Remove the try and check_statedir functionsRoy Marples
2007-11-28Massive whitespace cleanupRoy Marples
2007-11-23Move /etc/conf.d/rc to /etc/rc.conf.Roy Marples
2007-11-19Move runlevel and lib logic to the sub MakefilesRoy Marples
2007-11-19Our build chain now works with GNU and BSD make implementationsRoy Marples
2007-09-19/lib/rcscripts -> /lib/rcRoy Marples
2007-04-05Rewrite the core parts in C. We now provide librc so other programs canRoy Marples