Simon Zimmermann
45728d739c
Correctly compare values as returned from 'sysctl -e -n'
11 years ago
James Tanner
f3b86abc30
Fixes #5661 Handle null values for sysctl parameters
11 years ago
James Tanner
03aba39b59
Fixes #5656 quote values with multiple columns before calling
...
the sysctl command. Calling sysctl should also not be true by default
11 years ago
James Tanner
272c3634cd
sysctl module: append newline character to lines in the file
11 years ago
James Tanner
1b712ec48d
sysctl module: fail if reloading the file did not succeed
11 years ago
James Tanner
f0b842b28b
Fixes #5469 Refactor sysctl module into object oriented code,
...
and add a sysctl_set parameter to manage the values in /proc
11 years ago
Paul Beattie
31f81c3a1b
Fixed typo in example documentation
11 years ago
James Tanner
4f9aadcc07
Addresses #5023 Fix import comments
11 years ago
James Tanner
38edad70ac
Fixes #5023 Convert all modules to use new snippet import pattern
11 years ago
Keith Buck
5397f90f0c
Improve the formatting and content for the sysctl module's description.
11 years ago
James Cammarata
3e7511609e
Slight refactorization of the sysctl module
...
* Added in support for freebsd-style sysctl commands
* Replaced some functionality that was provided by module_common
* Simplified some logic in a couple of places (ie, not checking
a split with len() but instead limiting the split to 1)
Fixes #3380
11 years ago
James Cammarata
8d6e302cf8
Compare exploded values in the sysctl module to avoid whitespace errors
...
Fixes #3931
11 years ago
Andy Wilson
85e34cc107
docfix: grammar in docstring for sysctl module
11 years ago
Jan-Piet Mens
3404a0fc16
DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
...
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string
Added deprecation warning to moduledev.rst and remove deprecated example from it
Fixed up a few typos and uppercased some acronyms.
add consistency to how EXAMPLES are formatted
12 years ago
Michael DeHaan
9de5ecbdfc
These options to bypass the check code seem to need to occur before said checks.
12 years ago
Michael DeHaan
cd97a4cb14
Allow modules to be categorized, and also sort them when generating the documentation.
12 years ago