summaryrefslogtreecommitdiff
path: root/init.d
Commit message (Collapse)AuthorAge
* Set unicode mode immediately at boot without consolefontSebastian Thorarensen2011-02-14
| | | | | | X-Gentoo-Bug: 354793 X-Gentoo-Bug-URL: http://bugs.gentoo.org/354793 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* local: quote script names to handle spacesMike Frysinger2011-02-14
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* hwclock: fix typo from an earlier style commitMike Frysinger2011-02-14
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Fix bug #354805Anthony G. Basile2011-02-14
|
* set timezone if RC_HCTOSYS is not setWilliam Hubbs2011-02-09
| | | | | | | | 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
* remove unnecessary shell callsWilliam Hubbs2011-02-04
| | | | | | 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.
* use immediate evaluation for shell callsWilliam Hubbs2011-01-31
| | | | | | | | 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
* add option to disable setting the system clock on boot for linux systemsWilliam Hubbs2011-01-24
| | | | | | | | | | | 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
* change local to run programsWilliam Hubbs2011-01-20
| | | | | | | | | | | | | 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
* more whitespace cleanupMike Frysinger2011-01-17
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Bug 349571 - SELinux fixes for bootmiscChris Richards2011-01-06
| | | | | | - 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.
* bug #349443: remove -openvz keyword from sysctl serviceWilliam Hubbs2010-12-28
| | | | | Openvz supports sysctl settings which are different from the host settings, so allow the sysctl service to run for openvz systems.
* Bug #266659: we really need to allow peer, pointtopoint in parsing config lines.Robin H. Johnson2010-12-11
|
* Add "after lvm modules" as Flameeyes reports that LVM is starting too late ↵Robin H. Johnson2010-12-11
| | | | on his system in some cases.
* bug 232347: fix netmount to respect _netdev optionWilliam Hubbs2010-12-07
| | | | | | | 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.
* localmount should only use the -O option for linux systemsWilliam Hubbs2010-11-30
| | | | This fixes bug #347307.
* send error output from chattr command to /dev/nullWilliam Hubbs2010-11-26
| | | | This is for bug #346659.
* remove "use hostname" from sysctl for bsd systemsWilliam Hubbs2010-11-16
|
* do not mount local file systems with the _netdev option in fstabWilliam Hubbs2010-11-15
| | | | This fixes #344947.
* remove support for local.start and local.stop for bug #343709William Hubbs2010-11-10
| | | | | The openrc ebuild now migrates these files to /etc/conf.d/local, so we do not need to support them.
* add warnings about local.start and local.stop for bug #343709William Hubbs2010-11-05
| | | | | | 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.
* Allow cleaning up of pam_mktemp-based temporary directories.Diego Elio Pettenò2010-10-31
| | | | | This was blacklisted before, so the .private directories never had their content cleaned up, even if WIPE_TMP was set to yes.
* remove 'use hostname' bug 340991, Thanks DiegoJory A. Pratt2010-10-23
|
* update consolefont/keymap to include -lxc in keywordsJory A. Pratt2010-08-10
|
* allow ip to be in /sbin or /binWilliam Hubbs2010-08-09
| | | | | This makes it possible for the "ip" program in iproute2 to be installed in /sbin or /bin.
* fix typoWilliam Hubbs2010-07-10
| | | | | I made a typo while manually transferring over Roy's last commit. This fixes that typo.
* remove extra routeWilliam Hubbs2010-07-07
| | | | This was taken from Roy Marples' git repository.
* Fix tentative ip addressesRoy Marples2010-03-24
|
* Release openrc-0.6.1openrc-0.6.1Roy Marples2010-03-22
|
* random spelling fixesMike Frysinger2010-01-08
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* default route commands on Linux now require gw or via (iproute2).William Hubbs2009-12-19
|
* Support inet6 routes.Roy Marples2009-12-14
|
* Allow "dev eth0" to work for a default route.Roy Marples2009-12-14
|
* Fix restart with iproute2Roy Marples2009-12-14
|
* Don't add broadcast addresss to ipv6Roy Marples2009-12-14
|
* TypoRoy Marples2009-12-11
|
* Move on_ac_power to a shell script.Roy Marples2009-12-10
| | | | Fixes #204
* Allow ip to add the default route.William Hubbs2009-12-10
| | | | Fixes #211.
* Document multiple routes, fixes #210.Roy Marples2009-12-05
|
* Add support for iproute2 in staticroute.Roy Marples2009-12-05
| | | | Fixes #208.
* Rework around new kbd-1.15.1, Gentoo #289265.Roy Marples2009-11-13
|
* Add a --warn option to just warn when reference file does not exist.Roy Marples2009-11-13
| | | | Fixes Gentoo #291894.
* Ensure we have a valid broadcast address.Roy Marples2009-11-11
|
* fsck only checks battery when requested, which is not by default.Roy Marples2009-11-10
| | | | | | | 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.
* Allow sysctl to read confs from /etc/sysctl.dRoy Marples2009-11-10
| | | | Fixes #203.
* Fix iproute2 support.William Hubbs2009-11-10
| | | | Fixes Gentoo #289762.
* Don't punt /var/log/wtmp if it exists, just create if it does not.Jan Psota2009-11-10
| | | | Fixes Gentoo #289849.
* Add support for Linux Containers, fixes #202.Roy Marples2009-11-04
| | | | Patch by bug reporter.
* Fix default domainRoy Marples2009-10-25
|
* Add domainname to the network scriptRoy Marples2009-10-16
|