lynis/extras
hlein b595cc0fb5 Various cleanups (#363)
* Typo fix.

* Style change: always use $(), never ``.

The Lynis code already mostly used $(), but backticks were sprinkled
around.  Converted all of them.

* Lots of minor spelling/typo fixes.

FWIW these were found with:

  find . -type f -print0 | xargs -0 cat | aspell list | sort -u | egrep '^[a-z]+$' | less

And then reviewing the list to pick out things that looked like
misspelled words as opposed to variables, etc., and then manual
inspection of context to determine the intention.
2017-03-06 07:41:21 +00:00
..
bash_completion.d Update remaining items for categories and groups 2016-07-24 17:24:09 +02:00
openbsd Added systemd service script and timer (as replacement for cronjob) 2014-10-02 15:15:19 +02:00
systemd Added new lines at end 2014-10-24 11:30:09 +02:00
travis-ci More 1 directory up first 2016-05-12 06:39:16 +02:00
README Delete trailing whitespace 2015-09-07 18:35:07 +03:00
build-lynis.sh Various cleanups (#363) 2017-03-06 07:41:21 +00:00
check-lynis.sh Added systemd service script and timer (as replacement for cronjob) 2014-10-02 15:15:19 +02:00
files.dat Added systemd service script and timer (as replacement for cronjob) 2014-10-02 15:15:19 +02:00
lynis.spec Updated files 2016-11-13 20:11:22 +01:00

README

================================================================================

    This directory contains tools for:
    - Easy building customized packages
    - Integrity checks and tools
    - Development tools

================================================================================