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
Michael Boelen
483a45e506
Updated files
2016-11-13 20:11:22 +01:00
Michael Boelen
773c410a02
Update remaining items for categories and groups
2016-07-24 17:24:09 +02:00
Michael Boelen
2f4c854ba7
Rename of categories, introduction of groups
2016-07-24 17:22:00 +02:00
Michael Boelen
ea6e945bc0
Refer to https://packages.cisofy.com and Lynis SDK
2016-07-18 14:20:01 +02:00
Michael Boelen
d14dea3465
More 1 directory up first
2016-05-12 06:39:16 +02:00
Michael Boelen
9ba99711d6
Add Travis CI
2016-05-12 06:24:37 +02:00
mboelen
6143e7ed83
Updated bash completion script
2016-04-25 20:04:44 +02:00
mboelen
d32de79716
Bump for upcoming 2.2.0 release
2015-12-21 11:25:03 +01:00
SiemKorteweg
0c48fc3880
Optimized use of cat, grep and awk.
...
Detection of duplicate entries in /etc/hosts is now more robust.
On CentOS7 the SERVICE_MANAGER is detected correctly.
2015-10-10 13:25:14 +02:00
Laurent Quillerou
3cdd9ea949
Delete trailing whitespace
2015-09-07 18:35:07 +03:00
mboelen
e0f9536761
Updated spec file with description, website and documentation link, version bump
2015-05-13 14:50:43 +02:00
mboelen
14f2629d3c
Improvements for building
2014-10-26 23:34:34 +01:00
mboelen
7bb93936e3
Adjustments for building process
2014-10-24 13:24:51 +02:00
mboelen
e6598119a6
Build source package
2014-10-24 12:54:08 +02:00
mboelen
f60537ade7
Build steps on screen
2014-10-24 12:49:59 +02:00
mboelen
e3eb743eab
Updated script
2014-10-24 12:45:44 +02:00
mboelen
4a82e62933
Added git clone
2014-10-24 12:02:45 +02:00
mboelen
7a08544fff
Ignore new files
2014-10-24 11:55:43 +02:00
mboelen
85543a6f40
Added new lines at end
2014-10-24 11:30:09 +02:00
mboelen
64b5d9b9c3
Minor changes to build script for DEB
2014-10-24 11:19:35 +02:00
mboelen
231582ac53
Added systemd service script and timer (as replacement for cronjob)
2014-10-02 15:15:19 +02:00