summaryrefslogtreecommitdiff
path: root/pcr/samhain/samhain.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/samhain/samhain.install')
-rw-r--r--pcr/samhain/samhain.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/pcr/samhain/samhain.install b/pcr/samhain/samhain.install
new file mode 100644
index 000000000..6c08e223f
--- /dev/null
+++ b/pcr/samhain/samhain.install
@@ -0,0 +1,6 @@
+post_install() {
+ echo "NOTE: samhain works by comparing the present state of the filesystem agains a"
+ echo "baseline database. If this is the first time that you are using samhain you"
+ echo "will need to perform the initialization (i.e. create the baseline database)"
+ echo "type the following command: samhain -t init"
+}