aboutsummaryrefslogtreecommitdiff
path: root/network/ntop/README.SLACKWARE
diff options
context:
space:
mode:
authorDavid Spencer <idlemoor@slackbuilds.org>2016-08-09 16:05:02 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-13 07:22:19 +0700
commite8ed9e82beb4746bc3927c5f4a592f15e7e1aa12 (patch)
tree45b6fdee3aa13fbe085657fbc45c9aa2c4ee2251 /network/ntop/README.SLACKWARE
parenta4fa72fc390d032934708cd702d811730890b872 (diff)
downloadslackbuilds-e8ed9e82beb4746bc3927c5f4a592f15e7e1aa12.tar.xz
network/ntop: Fixed build with rrdtool-1.6.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/ntop/README.SLACKWARE')
-rw-r--r--network/ntop/README.SLACKWARE16
1 files changed, 8 insertions, 8 deletions
diff --git a/network/ntop/README.SLACKWARE b/network/ntop/README.SLACKWARE
index 66ce38178630..e9c0595b2923 100644
--- a/network/ntop/README.SLACKWARE
+++ b/network/ntop/README.SLACKWARE
@@ -36,7 +36,7 @@ If you want to start ntop on system bootup, include these lines in your
/etc/rc.d/rc.ntop start
fi
-To guarantee a clean shutdown of ntop, include this in
+To guarantee a clean shutdown of ntop, include this in
/etc/rc.d/rc.local_shutdown:
# Stop ntop
@@ -47,7 +47,7 @@ To guarantee a clean shutdown of ntop, include this in
1.2) Make /etc/rc.d/rc.ntop executable
-Additionally, you'll have to set the rc script to be executable just like
+Additionally, you'll have to set the rc script to be executable just like
any other Slackware rc script:
# chmod +x /etc/rc.d/rc.ntop
@@ -55,15 +55,15 @@ any other Slackware rc script:
2) Set the administrator password
---------------------------------
-When ntop is installed at the first time, you MUST set the administration
-password for ntop (user 'admin'). You do that by running ntop with the
+When ntop is installed at the first time, you MUST set the administration
+password for ntop (user 'admin'). You do that by running ntop with the
option -A (or --set-admin-password) as root:
# /usr/bin/ntop -P <ntop_homedirectory> -u <ntopuser> -A
For example:
# /usr/bin/ntop -P /var/lib/ntop -u ntop -A
-It will prompt you for the password and then exit.
+It will prompt you for the password and then exit.
3) Starting ntop
----------------
@@ -72,7 +72,7 @@ Now you are ready to start ntop by calling the startup script:
# /etc/rc.d/rc.ntop start
-Once ntop has started and configured correctly, you should be able to look
+Once ntop has started and configured correctly, you should be able to look
at all the data it's collected by pointing your browser at:
http://(ip-of-your-ntop-server):3000/
@@ -110,7 +110,7 @@ My suggestions are:
Don't forget to make the script executable.
-The following scripts are examples for the GeoIP and OUI tables, feel free
+The following scripts are examples for the GeoIP and OUI tables, feel free
to adapt them to your reality.
The "OS Fingerprint" table has not changed since 2005, so I did not
@@ -176,7 +176,7 @@ for update in $UPDATES; do
gzip -c ${update_file} > ${update_file}.gz
fi
done
-
+
rm $UPDATE_OUT
=============================================================================