Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-13 | Add a --warn option to just warn when reference file does not exist. | Roy Marples | |
Fixes Gentoo #291894. | |||
2009-11-11 | Ensure we have a valid broadcast address. | Roy Marples | |
2009-11-10 | fsck only checks battery when requested, which is not by default. | Roy Marples | |
This fixes having JFS as the root partition on battery power. For most modern FS's this is a non op, or a very small op by default so it should be fine. Fixes Gentoo #291654. | |||
2009-11-10 | Allow sysctl to read confs from /etc/sysctl.d | Roy Marples | |
Fixes #203. | |||
2009-11-10 | Fix iproute2 support. | William Hubbs | |
Fixes Gentoo #289762. | |||
2009-11-10 | Don't punt /var/log/wtmp if it exists, just create if it does not. | Jan Psota | |
Fixes Gentoo #289849. | |||
2009-11-04 | Add support for Linux Containers, fixes #202. | Roy Marples | |
Patch by bug reporter. | |||
2009-10-25 | Fix default domain | Roy Marples | |
2009-10-16 | Add domainname to the network script | Roy Marples | |
2009-10-16 | Add a new staticroute init script so that .... static routes can be configured! | Roy Marples | |
Fixes Gentoo #288421. | |||
2009-10-15 | Ensure ip brings interface up when adding addresses. | Roy Marples | |
Fixes Gentoo #288889 | |||
2009-10-13 | Provide clock | Roy Marples | |
2009-10-13 | Add new utility and init script swclock that sets the system time based on | Roy Marples | |
the mtime of a file. It saves the shutdown time to this file also. This is handy for systems without a working RTC chip. Based on an idea by Michael A. Smith <michael@smith-li.com>. Fixes Gentoo #272073. | |||
2009-10-12 | EeePC 901 has /proc/acpi/ac_adapter/AC0, so check all AC entries. | Semen Maryasin | |
2009-08-19 | If there is an error setting the font, abort instead of trying to set | Roy Marples | |
the font for subsequent consoles. | |||
2009-07-20 | If mtab is write only and a symlink then assume it's linked to /proc/mounts | Roy Marples | |
and don't try and update it. Fixes #185. | |||
2009-07-09 | Only delete /etc/nologin if we can write to it | Roy Marples | |
2009-07-01 | Host should configure urandom. | Roy Marples | |
Fixes #179. | |||
2009-07-01 | We should use -feature instead of nofeature. | Roy Marples | |
This matches the ifconfig and Gentoo USE flag syntax and is hopefully easier to read. Fixes #178. | |||
2009-06-13 | Ensure that tmp dirs are +rw as well as +t. | Roy Marples | |
2009-06-12 | hwclock now sends help to stderr. | Natanael Copa | |
2009-06-08 | Linux FHS requires /var/lib/misc | Roy Marples | |
Stop fuser from being chatty | |||
2009-06-05 | Ignore more foo | Roy Marples | |
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 |