Commit Graph

20 Commits (0446a030d7937f12e620092bf0ea5a7a8efe2001)

Author SHA1 Message Date
Jakub Jirutka 8c9a63bcd0 sysctl: parse bool value as 0/1 and refactor a little bit
12 years ago
jctanner 7b76ad9e62 Merge pull request #5676 from simonz05/bugfix-sysctl-multivalue2
12 years ago
Simon Zimmermann 3db808c840 correctly compare the values, better func name
12 years ago
Simon Zimmermann 055b404f13 Correctly compare values as returned from 'sysctl -e -n'
12 years ago
Simon Zimmermann 7495095496 fix str format error due to missing '%' in sysctl module
12 years ago
James Tanner 3bd99903a4 Fixes #5661 Handle null values for sysctl parameters
12 years ago
James Tanner 19cb22b6df Fixes #5656 quote values with multiple columns before calling
12 years ago
James Tanner c627358c37 sysctl module: append newline character to lines in the file
12 years ago
James Tanner 17c50cc81e sysctl module: fail if reloading the file did not succeed
12 years ago
James Tanner ca05584495 Fixes #5469 Refactor sysctl module into object oriented code,
12 years ago
Paul Beattie e96377685e Fixed typo in example documentation
12 years ago
James Tanner ad837709bd Addresses #5023 Fix import comments
13 years ago
James Tanner 6000d636b3 Fixes #5023 Convert all modules to use new snippet import pattern
13 years ago
Keith Buck 36a8312de6 Improve the formatting and content for the sysctl module's description.
13 years ago
James Cammarata 5110b2d440 Slight refactorization of the sysctl module
13 years ago
James Cammarata 3e9b63febd Compare exploded values in the sysctl module to avoid whitespace errors
13 years ago
Andy Wilson bc30203abe docfix: grammar in docstring for sysctl module
13 years ago
Jan-Piet Mens 5c69918d53 DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
13 years ago
Michael DeHaan c3ff4ccb35 These options to bypass the check code seem to need to occur before said checks.
13 years ago
Michael DeHaan 391fb98ee2 Allow modules to be categorized, and also sort them when generating the documentation.
13 years ago