Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-14 | Set unicode mode immediately at boot without consolefont | Sebastian Thorarensen | |
X-Gentoo-Bug: 354793 X-Gentoo-Bug-URL: http://bugs.gentoo.org/354793 Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
2011-02-14 | local: quote script names to handle spaces | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-02-14 | hwclock: fix typo from an earlier style commit | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-02-14 | Fix bug #354805 | Anthony G. Basile | |
2011-02-09 | set timezone if RC_HCTOSYS is not set | William Hubbs | |
We need to set the timezone for the system clock even when we allow the kernel to set the time. X-Gentoo-Bug: 248131 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=248131 | |||
2011-02-04 | remove unnecessary shell calls | William Hubbs | |
The main makefile, init.d/Makefile and src/librc/Makefile all contain several shell calls which can be handled as make conditionals. This switches them to conditionals. | |||
2011-01-31 | use immediate evaluation for shell calls | William Hubbs | |
This reworks the shell calls in the makefiles to use immediate evaluation and should improve parallel building. X-Gentoo-Bug: 289264 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=289264 | |||
2011-01-24 | add option to disable setting the system clock on boot for linux systems | William Hubbs | |
This commit adds the clock_hctosys option which is used to skip setting the system clock on boot and can be used with a modern linux kernel which has the CONFIG_RTC_HCTOSYS option set to y. I would like to thank Dimitris Mandalidis for the report and for the patch to baselayout-1 on which my changes to openrc are based. X-Gentoo-Bug: 248131 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=248131 | |||
2011-01-20 | change local to run programs | William Hubbs | |
This changes the local service so that it will run programs located in @sysconfdir@/local.d instead of the local_start and local_stop functions from @sysconfdir@/conf.d/local. The advantage for the user is that these programs are not part of the openrc package, so the user does not have to worry about them being overwritten when openrc is upgraded. X-Gentoo-Bug: 351465 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=351465 | |||
2011-01-17 | more whitespace cleanup | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-01-06 | Bug 349571 - SELinux fixes for bootmisc | Chris Richards | |
- delete the contents of the $RC_LIBEXECDIR/console directory but not the directory itself. - direct error output from the chmod call for /tmp to /dev/null. | |||
2010-12-28 | bug #349443: remove -openvz keyword from sysctl service | William Hubbs | |
Openvz supports sysctl settings which are different from the host settings, so allow the sysctl service to run for openvz systems. | |||
2010-12-11 | Bug #266659: we really need to allow peer, pointtopoint in parsing config lines. | Robin H. Johnson | |
2010-12-11 | Add "after lvm modules" as Flameeyes reports that LVM is starting too late ↵ | Robin H. Johnson | |
on his system in some cases. | |||
2010-12-07 | bug 232347: fix netmount to respect _netdev option | William Hubbs | |
The _netdev option in fstab on linux systems indicates that a filesystem should only be mounted if the network is available. This commit fixes netmount to support this. | |||
2010-11-30 | localmount should only use the -O option for linux systems | William Hubbs | |
This fixes bug #347307. | |||
2010-11-26 | send error output from chattr command to /dev/null | William Hubbs | |
This is for bug #346659. | |||
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 | |