diff options
Diffstat (limited to 'community/ntop/ntop.install')
-rw-r--r-- | community/ntop/ntop.install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/community/ntop/ntop.install b/community/ntop/ntop.install new file mode 100644 index 000000000..8d8063751 --- /dev/null +++ b/community/ntop/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 +} |