aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-04Use addu instead of another loop.Roy Marples
2008-06-04Only add a backreference if it doesn't already exist.Roy Marples
2008-06-04Include time headers for ewaitfile.Roy Marples
2008-06-04Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples
2008-06-04No need to check type twice like this.Roy Marples
2008-06-04Style.Roy Marples
2008-06-03Add the ewaitfile function so init scripts can wait until sockts are ↵Roy Marples
created, Gentoo #175783.
2008-06-03Let ifdown control all interfaces.Roy Marples
2008-05-28openrc-0.2.5Roy Marples
2008-05-28Some ifconfig's output weird inet6 loopback addressesRoy Marples
2008-05-27Be quiet when checking at start.Roy Marples
2008-05-27When stopping with a pidfile, only read the pid once incase it vanishes but ↵Roy Marples
the process still hangs around.
2008-05-27Only check tentative when we have a carrier, Gentoo #223061Roy Marples
2008-05-27Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples
2008-05-27Work with madwifi craptastic drivers. Hopefuly prism54 still works.Roy Marples
2008-05-27Use iwconfig defaults and config if available.Roy Marples
2008-05-27Trap fsck for SIGINT as well, so user can ctrl-C to abort fsck and continue, ↵Roy Marples
Gentoo #223473.
2008-05-27Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples
2008-05-25Work with new beta5 options to skip hoof files.Roy Marples
2008-05-25Fix tunnel, #80. Someone should fix iproute2 documentation and help files ↵Roy Marples
also :P
2008-05-25Fix passno and IFS, #77 and #85, thanks to NahorRoy Marples
2008-05-25Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples
2008-05-19realloc -> xreallocRoy Marples
2008-05-19Fix a potential segfault, thanks to Fernando J. Pereda.Roy Marples
2008-05-13Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples
2008-05-13Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples
2008-05-13Install symlinks correctly, thanks to zlin.Roy Marples
2008-05-12When testing services to stop, we should trace it. More for #79.Roy Marples
2008-05-12The real fix for the last commit is to uncomment some code - d'oh.Roy Marples
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 ↵Roy Marples
framebuffer module in init.sh (Gentoo #219929. Ideally someone should tell me why this is happening and if there is a better fix.
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