summaryrefslogtreecommitdiff
path: root/init.d/sysctl.Linux.in
Commit message (Collapse)AuthorAge
* Bring Back prefix supportWilliam Hubbs2012-07-26
| | | | | We now have a team member who is interested in OpenRC on prefix, so I am bringing it back to the main tree.
* Add -lxc keyword to sysctl script for linux systemsWilliam Hubbs2012-03-26
| | | | | | Kernel parameters should not be set from inside a lxc guest. Reported-by: Piotr Karbowski <piotr.karbowski@gmail.com>
* sysctl: use @SYSCONFDIR@ in the scripts instead of hard coding /etcWilliam Hubbs2012-03-24
|
* Allow files in sysctl.d to override sysctl.confWilliam Hubbs2012-03-24
| | | | | | reported-by: Peter Gantner (a.k.a. nephros) <gentoo@nephros.org> X-Gentoo-Bug: 406631 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=406631
* init.d/sysctl.Linux: do not use sysctl -qDiego Elio Pettenò2012-03-24
| | | | | | | | | | | | | The -q option is not implemented by BusyBox, so instead of using that, make it so that the standard error is caught, but standard output is thrown away. Note: the ordered behaviour of redirection is part of POSIX so we should be on the safe side with this change, as first we duplicate the output descriptor to be used as stderr, then we change the output descriptor to point to NULL. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
* Remove prefix supportopenrc-0.9.9William Hubbs2012-02-21
| | | | | I spoke with the prefix team sometime back and was told that they do not have an interest in using OpenRC on prefix systems.
* drop useless "All rights reserved" noticeMike Frysinger2011-06-29
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sysctl: do not make unknown keys fatalMike Frysinger2011-06-18
| | | | | | | | | If unknown keys are found, currently sysctl would add all of its valid settings, but then leave itself marked as "stopped". Since this is not really what we want, make unknown keys a non-fatal error. Reported-by: Christian Ruppert <idl0r@gentoo.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* 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.
* remove 'use hostname' bug 340991, Thanks DiegoJory A. Pratt2010-10-23
|
* Allow sysctl to read confs from /etc/sysctl.dRoy Marples2009-11-10
| | | | Fixes #203.
* 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.
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Restore noserver and noopenvz to sysctl.Roy Marples2008-03-28
|
* Split sysctl into Linux and BSD specific files.Roy Marples2008-03-26