blob: 8d8063751ffc2f4514328fddbc31aac217ddaae9 (
plain)
1
2
3
4
5
6
7
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
}
|