summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/ntop/files')
-rw-r--r--net-analyzer/ntop/files/digest-ntop-3.03
-rw-r--r--net-analyzer/ntop/files/digest-ntop-3.13
-rw-r--r--net-analyzer/ntop/files/digest-ntop-3.2-r13
-rw-r--r--net-analyzer/ntop/files/digest-ntop-3.2-r23
-rw-r--r--net-analyzer/ntop/files/ntop-confd4
-rw-r--r--net-analyzer/ntop/files/ntop-confd-29
-rw-r--r--net-analyzer/ntop/files/ntop-init17
-rw-r--r--net-analyzer/ntop/files/ntop-initd (renamed from net-analyzer/ntop/files/ntop-init-2)0
8 files changed, 4 insertions, 38 deletions
diff --git a/net-analyzer/ntop/files/digest-ntop-3.0 b/net-analyzer/ntop/files/digest-ntop-3.0
deleted file mode 100644
index 739a30a88d75..000000000000
--- a/net-analyzer/ntop/files/digest-ntop-3.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 1ec6055c75f1acbb5d5600492481ef85 ntop-3.0.tgz 2990872
-RMD160 73753d43cb2e215fd0e32f46dd9014e0ccee4109 ntop-3.0.tgz 2990872
-SHA256 c50cdf2c6cf7309f88c7ec0a56158eca76c80532502b36f3378eeca433423d83 ntop-3.0.tgz 2990872
diff --git a/net-analyzer/ntop/files/digest-ntop-3.1 b/net-analyzer/ntop/files/digest-ntop-3.1
deleted file mode 100644
index 0d16d7f651c7..000000000000
--- a/net-analyzer/ntop/files/digest-ntop-3.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 1c9b4097c2e464b84f2fe8f6626d2b06 ntop-3.1.tgz 3286596
-RMD160 636bf513ec956362f505a005ab757bc5c0e63eac ntop-3.1.tgz 3286596
-SHA256 468ae3db679466623078a356b32201fcb8740ee88c4d542a6b875a9d14a0ea92 ntop-3.1.tgz 3286596
diff --git a/net-analyzer/ntop/files/digest-ntop-3.2-r1 b/net-analyzer/ntop/files/digest-ntop-3.2-r1
deleted file mode 100644
index cca3145681a3..000000000000
--- a/net-analyzer/ntop/files/digest-ntop-3.2-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 cd29a876b34a7dd76555e9acd8f160bb ntop-3.2.tgz 3910593
-RMD160 18ea4b535826e6d7bdf56c071c271869653cba8d ntop-3.2.tgz 3910593
-SHA256 5b639dbcb3c8bf77824cf8aaed168864f69730b2ef41dc68d2db22b205c586d8 ntop-3.2.tgz 3910593
diff --git a/net-analyzer/ntop/files/digest-ntop-3.2-r2 b/net-analyzer/ntop/files/digest-ntop-3.2-r2
deleted file mode 100644
index cca3145681a3..000000000000
--- a/net-analyzer/ntop/files/digest-ntop-3.2-r2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 cd29a876b34a7dd76555e9acd8f160bb ntop-3.2.tgz 3910593
-RMD160 18ea4b535826e6d7bdf56c071c271869653cba8d ntop-3.2.tgz 3910593
-SHA256 5b639dbcb3c8bf77824cf8aaed168864f69730b2ef41dc68d2db22b205c586d8 ntop-3.2.tgz 3910593
diff --git a/net-analyzer/ntop/files/ntop-confd b/net-analyzer/ntop/files/ntop-confd
index b941d2ba0dec..352a26fa9b1c 100644
--- a/net-analyzer/ntop/files/ntop-confd
+++ b/net-analyzer/ntop/files/ntop-confd
@@ -2,4 +2,8 @@
# Set preferred options here
#NTOP_OPTS="--http-server 3000 --https-server 0 --interface eth0"
+
+# suggestions from bug #136983 (use it in case you experience ntop hangs)
+#NTOP_OPTS="u ntop -P /var/lib/ntop --disable-schedyield --http-server 3000 --https-server 3001"
+
NTOP_OPTS="-u ntop -P /var/lib/ntop"
diff --git a/net-analyzer/ntop/files/ntop-confd-2 b/net-analyzer/ntop/files/ntop-confd-2
deleted file mode 100644
index 352a26fa9b1c..000000000000
--- a/net-analyzer/ntop/files/ntop-confd-2
+++ /dev/null
@@ -1,9 +0,0 @@
-# Config file for /etc/init.d/ntop
-
-# Set preferred options here
-#NTOP_OPTS="--http-server 3000 --https-server 0 --interface eth0"
-
-# suggestions from bug #136983 (use it in case you experience ntop hangs)
-#NTOP_OPTS="u ntop -P /var/lib/ntop --disable-schedyield --http-server 3000 --https-server 3001"
-
-NTOP_OPTS="-u ntop -P /var/lib/ntop"
diff --git a/net-analyzer/ntop/files/ntop-init b/net-analyzer/ntop/files/ntop-init
deleted file mode 100644
index 28de6bf1cf24..000000000000
--- a/net-analyzer/ntop/files/ntop-init
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/sbin/runscript
-
-depend() {
- need net
-}
-
-start() {
- ebegin "Starting ntop"
- start-stop-daemon --start --quiet --exec /usr/bin/ntop -- -d -L ${NTOP_OPTS} >/dev/null
- eend $?
-}
-
-stop() {
- ebegin "Stopping ntop"
- start-stop-daemon --stop --quiet --retry 5 --exec /usr/bin/ntop
- eend $?
-}
diff --git a/net-analyzer/ntop/files/ntop-init-2 b/net-analyzer/ntop/files/ntop-initd
index d2a66b1029dc..d2a66b1029dc 100644
--- a/net-analyzer/ntop/files/ntop-init-2
+++ b/net-analyzer/ntop/files/ntop-initd