aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-12When stopping, stop services that need our provide as well, #79.Roy Marples
2008-05-12Style.Roy Marples
2008-05-12We should add devdb to boot.Roy Marples
2008-05-12Add the devdb init script.Roy Marples
2008-05-12Check we have a deptree before using it, Gentoo #220579Roy Marples
2008-05-12Fix help text, #75.Roy Marples
2008-05-12Don't report fstab passno of 0 when using greater or less than, #76.Roy Marples
2008-05-10Work with dhcpcd-4 style options.Roy Marples
2008-05-10openrc-0.2.4Roy Marples
2008-05-10netmount may use openvpn.Roy Marples
2008-05-10Only launch single user when RUNLEVEL == S, #74.Roy Marples
2008-05-09Add ifdown_eth0=NO so that the interface stays up for WakeOnLan, Gentoo #220875Roy Marples
2008-05-07Simplify the wait code.Roy Marples
2008-05-06Fix the EINTR check for waitpid, Gentoo #219929.Roy Marples
2008-05-06Ensure that make dep ordering is correct for install.Roy Marples
2008-05-06We don't need to handle SIGWINCH in sysinit, so this should fix loading a fra...Roy Marples
2008-05-01There could be a space between #! and /sbin/runscript, Gentoo #218001.Roy Marples
2008-04-30Busybox find now works with -exec correctly, so remove our nasty hack.Roy Marples
2008-04-30Wups, test compiles before commiting :)Roy Marples
2008-04-30Remove redundant checking of /proc/pid/exeRoy Marples
2008-04-30Save a few bytes and make it easier to read.Roy Marples
2008-04-30No need to init this.Roy Marples
2008-04-30Make the function a little smaller.Roy Marples
2008-04-30StyleRoy Marples
2008-04-30We should use correct iproute2 commands and fix busybox as it's iproute2 impl...Roy Marples
2008-04-29Fix another leak.Roy Marples
2008-04-29Tweak the last commit and fix a valgrind error.Roy Marples
2008-04-29Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples
2008-04-29We need to ensure that the init script started is correct, translating symlin...Roy Marples
2008-04-29Fix syscons for setting the font correctly.Roy Marples
2008-04-28Release openrc-0.2.3Roy Marples
2008-04-28Add rc_program function which uses fork and signal masking to try and resolve...Roy Marples
2008-04-28Fix multi platform a little.Roy Marples
2008-04-27Don't re-start or re-stop failed services if runlevel is changing.Roy Marples
2008-04-26Always define template start/stop functions so that the real script name isn'...Roy Marples
2008-04-26Check we have a list before running depends.Roy Marples
2008-04-26Check we have a list before running depends.Roy Marples
2008-04-23Work with aliases on NetBSD.Roy Marples
2008-04-22When fsck_passno is set, show this so output is clearer when fsck is multiple...Roy Marples
2008-04-22Our init scripts normally output context in [ .. ]Roy Marples
2008-04-21Fix logic for templates.Roy Marples
2008-04-21TypoRoy Marples
2008-04-21Punt is_function in favour of POSIX shell builtin command, thanks to Harald v...Roy Marples
2008-04-21Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples
2008-04-21If we don't have permission to inspect the pidfile, don't report crashed. Gen...Roy Marples
2008-04-21Add RC_TMPDIR so that there's a writeable location during boot.Roy Marples
2008-04-21Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples
2008-04-20Fix force_preferred, #60.Roy Marples
2008-04-19Add help for mountargs, #63Roy Marples
2008-04-19add support for parsing newer ifconfig outputMike Frysinger