summarylogtreecommitdiffstats
path: root/ntop.install
diff options
context:
space:
mode:
Diffstat (limited to 'ntop.install')
-rw-r--r--ntop.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/ntop.install b/ntop.install
new file mode 100644
index 000000000000..8d8063751ffc
--- /dev/null
+++ b/ntop.install
@@ -0,0 +1,8 @@
+post_install() {
+ /bin/cat <<EOF
+==> Before running the daemon script for the first time, you need to run
+ ntop as the root user to set an administrator password.
+==> If you attempt to run ntop as a daemon without setting a password, a
+ FATAL ERROR message is generated and ntop stops.
+EOF
+}