aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-25Don't report final eends for interfaces as they make no sense.Roy Marples
2009-04-25Document interfaces variable useage a bit better.Roy Marples
2009-04-25Verbosely report vars correctly.Roy Marples
2009-04-24Don't drop to sulogin by default, but make this configurable.Roy Marples
2009-04-24We should match the full variable name.Roy Marples
2009-04-24Add missing show levels switch.Roy Marples
2009-04-24rc-status -c now lists services that have crashed.Roy Marples
It returns 0 if there are crashed services, otherwise 1. This it easy to restart crashed services automatically. More for #120.
2009-04-24Remove .depend before creating it.Roy Marples
2009-04-24Cast to intRoy Marples
2009-04-24Allow rc to start (optionally stop) crashed services, #120Roy Marples
2009-04-24Describe interval unitsRoy Marples
2009-04-23Improve style for KNFRoy Marples
2009-04-23StyleRoy Marples
2009-04-23Fix logic, thanks to Maryasin SemenRoy Marples
2009-04-23Don't include hotplugged services in manual.Roy Marples
2009-04-23Improve the service timeout code and reduce the timeout to 60 seconds.Roy Marples
Don't process any dependencies when changing runlevels and called outside of RC otherwise we can deadlock.
2009-04-22Document -i, --interpreted flag.Roy Marples
2009-04-22Add the -i, --interpreted option.Roy Marples
This enables the code to include the daemons interpreter when matching process name which fixes bug #164. Existing init scripts that rely on the old behaviour will need to be fixed.
2009-04-19Document DHCP and iwconfig.Roy Marples
2009-04-19Document \$int and how to create bridge and vlan interfaces.Roy Marples
2009-04-19Use shell_var for shell variables.Roy Marples
2009-04-19StyleRoy Marples
2009-04-19We should use $int for compat with NetBSDRoy Marples
2009-04-19Default to not building the old net scripts.Roy Marples
2009-04-19Allow family on routes, #152Roy Marples
2009-04-19Document defaultrouteRoy Marples
2009-04-19-w, --wait secondsRoy Marples
New option so you can set the number of seconds to wait for and check the daemon is still running. The old code that periodically polled wasn't that reliable - in this case simpler == better. Fixes #160
2009-04-19Use a bashism for a minor speedup in gendepends.shRoy Marples
2009-04-19Move special umount of tmpfs to the swap init script where it belongs, #149.Roy Marples
2009-04-19Document rc_nostop, #118Roy Marples
2009-04-19Pull /etc/ifconfig.eth0 into interfacesRoy Marples
Reverse list of interfaces when stopping Improve build for conf.d/network
2009-04-18Don't leak the lock fd.Roy Marples
2009-04-18Allow user to provide custom status function and still hook into the system oneRoy Marples
2009-04-18Fix compile on FreeBSD.Roy Marples
2009-04-18Not all systems have the utmp groupRoy Marples
2009-04-18Support BSDsRoy Marples
2009-04-18Move status to runscript.sh so init scripts can override it, #159Roy Marples
Return 32 if crashed, #163
2009-04-17Add MKOLDNET=yes/no toggleRoy Marples
2009-04-17Using fifos for locking can be error prone.Roy Marples
flocks are safer, as we only use tmpfs for our lock files. I don't know how this works for inactive just yet though ...
2009-04-17Typo, thanks to Matthias Schwarzott, #166.Roy Marples
2009-04-16Add a new init script - networkRoy Marples
This simply assigns static addresses and an optional default route. It's possible to add external commands as well, so to create a bonded interface. Hopefully we can add a few examples to satisfy most of the old net.lo, which is no longer installed into boot by default.
2009-04-16Improve utmp handlingRoy Marples
2009-04-16Don't unmount /bin,/sbin,/lib,/libexec in the very silly cases where they ↵Roy Marples
are not on /
2009-04-16Avoid needless forking, #165Roy Marples
Thanks to Natanael Copa.
2009-04-16Add net dependencyRoy Marples
2009-04-12Simplfy rm matching pattern, thanks to cypherpunks@mailinator.comRoy Marples
2009-04-02When logging, stdout isn't always a tty, which is the case for VPS Roy Marples
systems, Thanks to mwrobel - fixes #106.
2009-03-16We should abort boot on some errors.Roy Marples
2009-03-05Add scripts for dhcpcd and wpa_supplicant.Roy Marples
2009-03-05Typo, thanks to Polynomial-CRoy Marples