summaryrefslogtreecommitdiff
path: root/dh_installlogcheck
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installlogcheck')
-rwxr-xr-xdh_installlogcheck27
1 files changed, 20 insertions, 7 deletions
diff --git a/dh_installlogcheck b/dh_installlogcheck
index 1f352de7..4b9a42dd 100755
--- a/dh_installlogcheck
+++ b/dh_installlogcheck
@@ -16,13 +16,26 @@ B<dh_installlogcheck> [S<B<debhelper options>>]
=head1 DESCRIPTION
dh_installlogcheck is a debhelper program that is responsible for
-installing logcheck rule files into subdirectories of etc/logcheck/ in
-package build directories. The files debian/package.logcheck.cracking,
-debian/package.logcheck.violations,
-debian/package.logcheck.violations.ignore,
-debian/package.logcheck.ignore.workstation,
-debian/package.logcheck.ignore.server and
-debian/package.logcheck.ignore.paranoid are installed if present.
+installing logcheck rule files.
+
+=head1 FILES
+
+=over 4
+
+=item debian/I<package>.logcheck.cracking
+
+=item debian/I<package>.logcheck.violations
+
+=item debian/I<package>.logcheck.violations.ignore
+
+=item debian/I<package>.logcheck.ignore.workstation
+
+=item debian/I<package>.logcheck.ignore.server
+
+=item debian/I<package>.logcheck.ignore.paranoid
+
+Each of these files, if present, are installed into corresponding
+subdirectories of etc/logcheck/ in package build directories.
=cut