0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 14, 2024 — May 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
We should use $int for compat with NetBSD More... about 16 years ago
Default to not building the old net scripts. More... about 16 years ago
Allow family on routes, #152 More... about 16 years ago
Document defaultroute More... about 16 years ago
-w, --wait seconds 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 More... about 16 years ago
Use a bashism for a minor speedup in gendepends.sh More... about 16 years ago
Move special umount of tmpfs to the swap init script where it belongs, #149. More... about 16 years ago
Document rc_nostop, #118 More... about 16 years ago
Pull /etc/ifconfig.eth0 into interfaces Reverse list of interfaces when stopping Improve build for conf.d/network More... about 16 years ago
Don't leak the lock fd. More... about 16 years ago
Allow user to provide custom status function and still hook into the system one More... about 16 years ago
Fix compile on FreeBSD. More... about 16 years ago
Not all systems have the utmp group More... about 16 years ago
Support BSDs More... about 16 years ago
Move status to runscript.sh so init scripts can override it, #159 Return 32 if crashed, #163 More... about 16 years ago
Add MKOLDNET=yes/no toggle More... about 16 years ago
Using fifos for locking can be error prone. flocks are safer, as we only use tmpfs for our lock files. More... about 16 years ago
Typo, thanks to Matthias Schwarzott, #166. More... about 16 years ago
Add a new init script - network 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. More... about 16 years ago
Improve utmp handling More... about 16 years ago
Don't unmount /bin,/sbin,/lib,/libexec in the very silly cases where they are not on / More... about 16 years ago
Avoid needless forking, #165 Thanks to Natanael Copa. More... about 16 years ago
Add net dependency More... about 16 years ago
Simplfy rm matching pattern, thanks to [email protected] More... about 16 years ago
When logging, stdout isn't always a tty, which is the case for VPS systems, Thanks to mwrobel - fixes #106. More... about 16 years ago
We should abort boot on some errors. More... about 16 years ago
Add scripts for dhcpcd and wpa_supplicant. More... about 16 years ago
Typo, thanks to Polynomial-C More... about 16 years ago
Report if service is not executable. More... about 16 years ago
Set errno when service does not exist better. More... about 16 years ago