Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-05 | Update copyright | Roy Marples | |
2009-05-29 | Ignore termencoding | Roy Marples | |
2009-05-29 | Skip sysctl errors | Roy Marples | |
2009-05-29 | Add FreeBSD support for AC power. | Roy Marples | |
2009-05-29 | Support NetBSD envstat for working out if on AC power. | Roy Marples | |
2009-05-29 | If not running on AC power don't run fsck to preserve battery life. | Roy Marples | |
2009-05-29 | Only delete addresses for interfaces that exist. | Roy Marples | |
2009-05-23 | Move non compiled libraries from /lib/rc to /libexec/rc | Roy Marples | |
OpenRC version is now stored as plaintext in /libexec/rc/version Plugins (cursplash, splashutils) will have to be re-compiled to pickup the new directories. State data needs to be moved from /lib/rc/init.d to /libexec/rc/init.d as well. | |||
2009-05-11 | procfs should use modules. | Roy Marples | |
2009-05-05 | Ignore more foo for the BSDs | Roy Marples | |
2009-05-01 | Add (c) to Copyright | Roy Marples | |
2009-05-01 | Ensure that rc.d services are not started twice if PKG_DIR is blank. | Roy Marples | |
Fixes #170 | |||
2009-04-30 | Go back to git | Roy Marples | |
2009-04-27 | Fix a brain fart | Roy Marples | |
2009-04-27 | Although the noshutdown keyword is nice, we shouldn't use it for network or ↵ | Roy Marples | |
dhcpcd. Instead fake network shutdown so it comes back up correctly at boot and KILL dhcpcd to preserve network. | |||
2009-04-27 | Add the noshutdown keyword to special case the shutdown. | Roy Marples | |
2009-04-27 | Style. | Roy Marples | |
2009-04-26 | Add the nostop keyword so that we don't stop the network init script by default. | Roy Marples | |
2009-04-26 | Try and set a keymap as early as possible, #169 | Roy Marples | |
2009-04-25 | Don't report final eends for interfaces as they make no sense. | Roy Marples | |
2009-04-25 | Verbosely report vars correctly. | Roy Marples | |
2009-04-19 | Use shell_var for shell variables. | Roy Marples | |
2009-04-19 | Style | Roy Marples | |
2009-04-19 | We should use $int for compat with NetBSD | Roy Marples | |
2009-04-19 | Default to not building the old net scripts. | Roy Marples | |
2009-04-19 | Move special umount of tmpfs to the swap init script where it belongs, #149. | Roy Marples | |
2009-04-19 | Pull /etc/ifconfig.eth0 into interfaces | Roy Marples | |
Reverse list of interfaces when stopping Improve build for conf.d/network | |||
2009-04-18 | Not all systems have the utmp group | Roy Marples | |
2009-04-17 | Add MKOLDNET=yes/no toggle | Roy Marples | |
2009-04-17 | Typo, thanks to Matthias Schwarzott, #166. | Roy Marples | |
2009-04-16 | Add a new init script - network | Roy 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-16 | Improve utmp handling | Roy Marples | |
2009-04-16 | Don't unmount /bin,/sbin,/lib,/libexec in the very silly cases where they ↵ | Roy Marples | |
are not on / | |||
2009-04-12 | Simplfy rm matching pattern, thanks to cypherpunks@mailinator.com | Roy Marples | |
2009-03-16 | We should abort boot on some errors. | Roy Marples | |
2009-02-23 | Change wipe_tmp_dirs to clean_tmp_dirs so user understands meaning better, #153 | Roy Marples | |
2009-02-13 | Fix the number of terminals to operate on. | Roy Marples | |
Thanks to Dimitrios Christidis <chrjim@gmail.com> | |||
2009-02-12 | root should respect inittab, #148. | Roy Marples | |
2009-02-11 | hostid does not need root to run | Roy Marples | |
2009-02-10 | Only create the reboot file if rebooting. | Roy Marples | |
2009-02-10 | Create /reboot if running inside OpenVZ, #138. | Roy Marples | |
This should be fine as vpsreboot should only restart a stopped container. | |||
2009-01-12 | We now warn about clock skews | Roy Marples | |
rc-update -u will force a regen of the dep tree rc_newer_than and rc_olderthan now take another two parameters for newest/oldest file and mtime | |||
2009-01-06 | Keyword novserver, #137. | Roy Marples | |
2009-01-01 | dmesg and sysfs won't work in a vserver, #137 thanks to Hollow. | Roy Marples | |
2008-12-30 | Fix working on zsh | Roy Marples | |
2008-12-29 | Add parens, #134 thanks to Matthias Schwarzott. | Roy Marples | |
2008-12-28 | Skip all forcefsck checking when stopping, #134. | Roy Marples | |
2008-12-28 | Fake get_bootparam function so that we don't check for kernel options ↵ | Roy Marples | |
forcefsck when doing an fsck on shutdown. | |||
2008-12-04 | Punt .gitignore files. | Roy Marples | |
2008-11-12 | Punt halt init script. sysvinit should install it. See Gentoo bug #246502 on ↵ | Roy Marples | |
how to handle this. |