summaryrefslogtreecommitdiff
path: root/init.d
Commit message (Collapse)AuthorAge
* 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
|
* Add a new staticroute init script so that .... static routes can be configured!Roy Marples2009-10-16
| | | | Fixes Gentoo #288421.
* Ensure ip brings interface up when adding addresses.Roy Marples2009-10-15
| | | | Fixes Gentoo #288889
* Provide clockRoy Marples2009-10-13
|
* Add new utility and init script swclock that sets the system time based onRoy Marples2009-10-13
| | | | | | | 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.
* EeePC 901 has /proc/acpi/ac_adapter/AC0, so check all AC entries.Semen Maryasin2009-10-12
|
* If there is an error setting the font, abort instead of trying to setRoy Marples2009-08-19
| | | | the font for subsequent consoles.
* If mtab is write only and a symlink then assume it's linked to /proc/mountsRoy Marples2009-07-20
| | | | and don't try and update it. Fixes #185.
* Only delete /etc/nologin if we can write to itRoy Marples2009-07-09
|
* Host should configure urandom.Roy Marples2009-07-01
| | | | Fixes #179.
* We should use -feature instead of nofeature.Roy Marples2009-07-01
| | | | | | This matches the ifconfig and Gentoo USE flag syntax and is hopefully easier to read. Fixes #178.
* Ensure that tmp dirs are +rw as well as +t.Roy Marples2009-06-13
|
* hwclock now sends help to stderr.Natanael Copa2009-06-12
|
* Linux FHS requires /var/lib/miscRoy Marples2009-06-08
| | | | Stop fuser from being chatty
* Ignore more fooRoy Marples2009-06-05
|