Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLaurent Quillerou <laurent.quillerou@gmail.com>2015-09-07 18:35:07 +0300
committerLaurent Quillerou <laurent.quillerou@gmail.com>2015-09-07 18:35:07 +0300
commit3cdd9ea949379a8ad06daa06e739d1e65e4a52bc (patch)
tree50e15f4295d2df22c014f2c81b90e8b15c705a14 /debian
parenta90d225bf4ea02e8483810f60efb51ae5ef18c1a (diff)
Delete trailing whitespace
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Debian8
-rwxr-xr-xdebian/rules4
2 files changed, 6 insertions, 6 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index 60820ff7..8a6f45c5 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,20 +1,20 @@
lynis for Debian
----------------
-When execute Lynis from Debian menu, the program runs with the following
+When execute Lynis from Debian menu, the program runs with the following
parameter:
lynis --no-colors
-It makes a full system check, with the default profile file
+It makes a full system check, with the default profile file
(/etc/lynis/default.prf). Please adjust this config file with your needs.
For better perform, launch Lynis from a terminal, as root user, with your best
configuration.
Lynis can be executed directly:
-# lynis -c
-or
+# lynis -c
+or
# lynis
After Lynis runs the system check, it creates the following two files with the
diff --git a/debian/rules b/debian/rules
index 468f07a6..5ea1eafc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,13 +12,13 @@ clean:
dh_testdir
dh_testroot
rm -f build-stamp
- dh_clean
+ dh_clean
install: build
dh_testdir
dh_testroot
- dh_prep
+ dh_prep
# Add here commands to install the package into debian/lynis.
install -D -m 0755 $(CURDIR)/lynis $(CURDIR)/debian/lynis/usr/sbin/lynis