Update to 1.0. Summary of changes since 0.95:
- improved user interface - improved vlan support - improved support for wifi AP and IP phones - updated snmp mibs and more ...
This commit is contained in:
parent
72c3f49c52
commit
17f1b35c57
5 changed files with 539 additions and 44 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.22 2009/04/11 23:15:20 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2011/03/15 20:36:03 bouyer Exp $
|
||||
#
|
||||
|
||||
DISTNAME= netdisco-0.95_with_mibs
|
||||
PKGNAME= netdisco-0.95
|
||||
PKGREVISION= 1
|
||||
DISTNAME= netdisco-1.0_with_mibs
|
||||
PKGNAME= netdisco-1.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netdisco/}
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.4 2006/12/16 15:25:41 bouyer Exp $
|
||||
$NetBSD: distinfo,v 1.5 2011/03/15 20:36:03 bouyer Exp $
|
||||
|
||||
SHA1 (netdisco-0.95_with_mibs.tar.gz) = 0aedc3ba409be8f6697b18eac9f839ea22cb6d53
|
||||
RMD160 (netdisco-0.95_with_mibs.tar.gz) = 138dba8d7e31d6f0ea35a0b41f3d76d705637713
|
||||
Size (netdisco-0.95_with_mibs.tar.gz) = 8318725 bytes
|
||||
SHA1 (patch-aa) = 8b235fd46284866cc5e2b5f8c682c316900c9b04
|
||||
SHA1 (patch-ad) = 88afec93b9d2e642a88ca9a422a3a511d2f5f4a3
|
||||
SHA1 (netdisco-1.0_with_mibs.tar.gz) = ee4903c72ca49403dc362f2457f7ecee270505d5
|
||||
RMD160 (netdisco-1.0_with_mibs.tar.gz) = 318d1c3e3dfd1abd8bd42f23d5f3c41fdaea0ff4
|
||||
Size (netdisco-1.0_with_mibs.tar.gz) = 12701473 bytes
|
||||
SHA1 (patch-aa) = 7f0f1bf04754aa9b1ee722b3f5137ef820737485
|
||||
SHA1 (patch-ad) = 74a867d4774860a812bce1df4e78213ab6438ab7
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 2005/05/25 17:06:49 bouyer Exp $
|
||||
$NetBSD: patch-aa,v 1.2 2011/03/15 20:36:03 bouyer Exp $
|
||||
|
||||
--- netdisco.conf.orig 2004-11-16 20:18:10.000000000 +0100
|
||||
+++ netdisco.conf 2005-05-24 17:38:14.000000000 +0200
|
||||
@@ -29,7 +29,7 @@
|
||||
--- netdisco.conf.orig 2009-06-11 23:44:23.000000000 +0200
|
||||
+++ netdisco.conf 2011-03-14 17:03:43.000000000 +0100
|
||||
@@ -61,7 +61,7 @@
|
||||
|
||||
# ---- Admin Panel Daemon Settings ----
|
||||
daemon_bg = true
|
||||
|
@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2005/05/25 17:06:49 bouyer Exp $
|
|||
daemon_poll = 2
|
||||
|
||||
# ---- Port Control Settings ---
|
||||
@@ -44,7 +44,7 @@
|
||||
@@ -76,7 +76,7 @@
|
||||
# Data Archiving and Logging
|
||||
compresslogs = true
|
||||
compress = /usr/bin/gzip -f
|
||||
|
@ -20,7 +20,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2005/05/25 17:06:49 bouyer Exp $
|
|||
logextension = txt
|
||||
#nmis_dump = netdisco_nmis
|
||||
|
||||
@@ -100,8 +100,8 @@
|
||||
@@ -188,8 +188,8 @@
|
||||
graph_y = 30
|
||||
|
||||
node_fillcolor = dimgrey
|
||||
|
|
|
@ -1,32 +1,15 @@
|
|||
$NetBSD: patch-ad,v 1.2 2006/12/16 15:25:41 bouyer Exp $
|
||||
$NetBSD: patch-ad,v 1.3 2011/03/15 20:36:03 bouyer Exp $
|
||||
|
||||
--- netdisco_apache.conf.orig 2006-11-14 01:27:14.000000000 +0100
|
||||
+++ netdisco_apache.conf 2006-12-06 22:08:24.000000000 +0100
|
||||
@@ -14,8 +14,10 @@
|
||||
--- netdisco_apache.conf.orig 2009-06-03 01:27:02.000000000 +0200
|
||||
+++ netdisco_apache.conf 2011-03-14 17:00:47.000000000 +0100
|
||||
@@ -12,8 +12,10 @@
|
||||
|
||||
# Pool Database Connections
|
||||
PerlModule Apache::DBI
|
||||
+@APACHE2@PerlModule CGI
|
||||
+@APACHE2@PerlModule Apache2::Request
|
||||
|
||||
-<Directory /usr/local/netdisco/html>
|
||||
+<Directory /usr/pkg/netdisco/html>
|
||||
<Directory /usr/local/netdisco/html>
|
||||
order allow,deny
|
||||
allow from all
|
||||
</Directory>
|
||||
@@ -24,12 +26,12 @@
|
||||
# Preload the netdisco module into global server space.
|
||||
# and parse the config file only once.
|
||||
{ package HTML::Mason::Commands;
|
||||
- use lib '/usr/local/netdisco';
|
||||
+ use lib '/usr/pkg/netdisco';
|
||||
use netdisco qw/:all/;
|
||||
- &netdisco::config('/usr/local/netdisco/netdisco.conf');
|
||||
+ &netdisco::config('/usr/pkg/netdisco/netdisco.conf');
|
||||
|
||||
# Uncomment next two lines to setup switch reverse proxy.
|
||||
- #use lib '/usr/local/netdisco/switch';
|
||||
+ #use lib '/usr/pkg/netdisco/switch';
|
||||
#use Apache::ProxyRewriteMax;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue