index
:
navi/openrc/openrc.git
dynamic-deptree
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
init.d
/
Makefile
Age
Commit message (
Expand
)
Author
2018-03-16
init.d/modules: add code from modules-load service
William Hubbs
2017-11-28
split cgroups mounting out of sysfs
William Hubbs
2017-04-05
Fix make install on FreeBSD: don't try to install /etc/init.d/modules twice
i.Dark_Templar
2017-03-09
add agetty service
William Hubbs
2016-12-01
split tmpfiles processing into opentmpfiles
William Hubbs
2016-09-05
remove swapfiles service
William Hubbs
2016-08-25
Add modules-load.d support
William Hubbs
2016-07-27
Add support for runit
William Hubbs
2016-07-19
init.d: combine sysctl scripts
William Hubbs
2016-07-18
modules: add support for FreeBSD
William Hubbs
2015-10-20
Add net-online service
William Hubbs
2015-05-11
Add support for the s6 supervision suite
William Hubbs
2015-04-20
Add binfmt service to sysinit runlevel
William Hubbs
2014-10-27
Add osclock service
Ralph Sennhauser
2013-08-13
Remove gentoo's net.* scripts
William Hubbs
2013-07-25
Introduce the tmpfiles.dev service
William Hubbs
2013-04-08
create loopback service
William Hubbs
2012-10-31
Tmpfiles: create and delete entries once in the boot runlevel.
William Hubbs
2012-09-26
tmpfiles.d init.d scripts
Robin H. Johnson
2012-07-15
Import encswap init script from FreeBSD
Richard Yao
2012-07-10
fix the upstream default network stack
William Hubbs
2012-07-10
add the MKNET variable to select a network stack
William Hubbs
2012-07-08
Revert "Deprecate the network and staticroute scripts"
William Hubbs
2012-02-13
Improve swap handling
William Hubbs
2011-12-03
Integrate migrate-run into bootmisc
William Hubbs
2011-11-23
Migrate /var/lock and /var/run to /run for linux systems
William Hubbs
2011-11-16
Deprecate the network and staticroute scripts
William Hubbs
2011-10-29
Use pattern rules instead of suffix rules
William Hubbs
2011-10-20
further clean up OS differences in makefiles
Mike Frysinger
2011-10-18
consolodate Makefiles
William Hubbs
2011-02-04
remove unnecessary shell calls
William Hubbs
2011-01-31
use immediate evaluation for shell calls
William Hubbs
2009-10-16
Add a new staticroute init script so that .... static routes can be configured!
Roy Marples
2009-10-13
Add new utility and init script swclock that sets the system time based on
Roy Marples
2009-04-19
Default to not building the old net scripts.
Roy Marples
2009-04-17
Add MKOLDNET=yes/no toggle
Roy Marples
2009-04-16
Add a new init script - network
Roy Marples
2008-11-03
Add a new shutdown runlevel, Gentoo #224537.
Roy Marples
2008-05-06
Ensure that make dep ordering is correct for install.
Roy Marples
2008-04-29
We need to ensure that the init script started is correct, translating symlin...
Roy Marples
2008-03-25
Rework our folder structure so that we don't have OS specific dirs, making it...
Roy Marples
2008-03-05
Add tunable SYSCONFDIR
Roy Marples
2008-03-03
Use exlicit make targets, not directory contents.
Roy Marples
2008-01-10
Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst keep...
Roy Marples
2007-11-20
Introduce CONTENTS variable into Makefiles to list the contents of the direct...
Roy Marples
2007-11-19
Our build chain now works with GNU and BSD make implementations
Roy Marples
2007-04-05
Rewrite the core parts in C. We now provide librc so other programs can
Roy Marples