Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-16 | remove "use hostname" from sysctl for bsd systems | William Hubbs | |
2010-11-15 | do not mount local file systems with the _netdev option in fstab | William Hubbs | |
This fixes #344947. | |||
2010-11-10 | remove support for local.start and local.stop for bug #343709 | William Hubbs | |
The openrc ebuild now migrates these files to /etc/conf.d/local, so we do not need to support them. | |||
2010-11-05 | add warnings about local.start and local.stop for bug #343709 | William Hubbs | |
We need to warn users that they should be using /etc/conf.d/local instead of /etc/conf.d/local.start and /etc/conf.d/local.stop. This adds those warnings. | |||
2010-10-31 | Allow cleaning up of pam_mktemp-based temporary directories. | Diego Elio Pettenò | |
This was blacklisted before, so the .private directories never had their content cleaned up, even if WIPE_TMP was set to yes. | |||
2010-10-23 | remove 'use hostname' bug 340991, Thanks Diego | Jory A. Pratt | |
2010-08-10 | update consolefont/keymap to include -lxc in keywords | Jory A. Pratt | |
2010-08-09 | allow ip to be in /sbin or /bin | William Hubbs | |
This makes it possible for the "ip" program in iproute2 to be installed in /sbin or /bin. | |||
2010-07-10 | fix typo | William Hubbs | |
I made a typo while manually transferring over Roy's last commit. This fixes that typo. | |||
2010-07-07 | remove extra route | William Hubbs | |
This was taken from Roy Marples' git repository. | |||
2010-03-24 | Fix tentative ip addresses | Roy Marples | |
2010-03-22 | Release openrc-0.6.1 | Roy Marples | |
2010-01-08 | random spelling fixes | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-12-19 | default route commands on Linux now require gw or via (iproute2). | William Hubbs | |
2009-12-14 | Support inet6 routes. | Roy Marples | |
2009-12-14 | Allow "dev eth0" to work for a default route. | Roy Marples | |
2009-12-14 | Fix restart with iproute2 | Roy Marples | |
2009-12-14 | Don't add broadcast addresss to ipv6 | Roy Marples | |
2009-12-11 | Typo | Roy Marples | |
2009-12-10 | Move on_ac_power to a shell script. | Roy Marples | |
Fixes #204 | |||
2009-12-10 | Allow ip to add the default route. | William Hubbs | |
Fixes #211. | |||
2009-12-05 | Document multiple routes, fixes #210. | Roy Marples | |
2009-12-05 | Add support for iproute2 in staticroute. | Roy Marples | |
Fixes #208. | |||
2009-11-13 | Rework around new kbd-1.15.1, Gentoo #289265. | Roy Marples | |
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 | |