summaryrefslogtreecommitdiffstats
path: root/net-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* - Fix pkg-messagekrion2004-02-131-2/+2
| | | | | | PR: ports/61267 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> Approved by: timeout from maintainer
* - Add the ability to run in the background as daemon.krion2004-02-132-0/+64
| | | | | | | - Fix man page. PR: ports/62798 Submitted by: Aaron D. Gifford <agifford@infowest.com>
* If you attempt to send an ICMP echo to a host on the same ethernetlinimon2004-02-131-0/+17
| | | | | | | | | | | | | | | | | | subnet, and that host is down/turned off, the Tnm::icmp echo command will fail rather than return an unreachable indication on some occasions. This is because the nmicmpd program will occasionally get an EHOSTDOWN error when doing a sendto() when the ARP entry resolution times out. This is a problem since this API can support a list of hosts to send traffic to, and a single error as described will abort the entire operation. (The reviewer claims that he could not duplicate the problem, but that the patch seems like a good idea anyway.) PR: ports/24940 Submitted by: Louis Mamakos <louie@transsys.com> Reviewed by: Stefan Eßer <se@FreeBSD.org>
* - Update to version 0.6.0p3krion2004-02-122-4/+3
|
* Update to 0.09mat2004-02-112-3/+4
| | | | | | | Reset MAINTAINER (timeout > 3 months) PR: 59537 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Update to 1.9004mat2004-02-112-3/+7
| | | | | | | Reset MAINTAINER (timeout > 3 month) PR: 57983 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Update to 1.2: mostly bugfixes, but also configuration for other OSes.linimon2004-02-1124-182/+494
| | | | | | | | | | | | | | | | | | See Changelog for details. Details about the changes to the port (as differntiated from the source): - we depend on perl5 on build - remove nagmin support as the nagmin port was never commited - add rc.subr support - document supported tunables - add post-install documentation that documents the remaining steps the user needs to take to finish the installation - add deinstallation script the reminds the user to remove the username, group and directory PR: ports/62537 Submitted by: Blaz Zupan <blaz@si.FreeBSD.org> (maintainer)
* - Fix build on AMD64krion2004-02-091-0/+1
| | | | Approved by: maintainer
* - Update to version 1.0.4krion2004-02-072-6/+4
|
* - Update to version 0.6.0p2krion2004-02-072-4/+3
|
* - SIZEify distinfoclement2004-02-071-0/+1
|
* BROKEN on 5.x: does not compilekris2004-02-061-1/+7
|
* add USE_GCC=2.95 and unbreak this port.leeym2004-02-061-7/+2
|
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-0636-22/+22
|
* BROKEN: does not build with perl >=5.8kris2004-02-061-1/+7
|
* Update to 1.1.marcus2004-02-064-44/+3
| | | | | PR: 62413 Submitted by: maintainer
* Use PLIST_FILES.trevor2004-02-056-4/+4
| | | | Reviewed by: marcus
* Add the net-mgmt category, but do not connect it to the build until it hasmarcus2004-02-042-0/+5
| | | | some ports.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-0426-7/+26
| | | | (Part 1)
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-044-8/+8
| | | | | Submitted by: trevor Tested by: bento
* - SIZEifykrion2004-01-3022-0/+22
|
* Mark broken on amd64edwin2004-01-302-0/+4
| | | | | | Noticed by: bento Approved by: Sergey Akifyev <asa@gascom.ru>
* Remove BROKEN now that this correctly builds on 5-current. From the PR:linimon2004-01-301-4/+0
| | | | | | | | | With recent fixes to lang/gcc295, irrtoolset-4.7.3 now builds on current. (NOTE: It appears that portversion was NOT updated on the gc295 port, so a re-install of the compiler port must be forced before this will build.) PR: ports/61439 Submitted by: Kevin Oberman <oberman@es.net> (maintainer)
* SIZEify.trevor2004-01-2919-0/+24
|
* - Update to version 0.6.0p1krion2004-01-292-12/+8
|
* Add size data.trevor2004-01-271-0/+1
|
* - Update to version 0.6.0krion2004-01-274-11/+28
| | | | * Add PostgreSQL support
* - Update to version 0.1.1krion2004-01-262-2/+2
| | | | | PR: ports/61947 Submitted by: maintainer
* - Fix RUN_DEPENDS for tmpwatchclement2004-01-251-1/+1
| | | | Reported by: bento via kris
* - Update to version 0.7.1krion2004-01-243-3/+4
| | | | * Use PLIST_FILES
* Now gettext 0.12.1 is gettext-old.trevor2004-01-234-4/+4
|
* - Fix dependency on fping for Bento (/usr/local/sbin is not in PATH on Bento)pav2004-01-232-2/+2
| | | | Reported by: bento via kris
* Update to tcpreplay-1.4.6smace2004-01-232-2/+2
|
* Use the CPIO macro defined in bsd.port.mk.trevor2004-01-221-1/+1
|
* - Update to 0.7.5clement2004-01-203-20/+55
| | | | | PR: 61356 Submitted by: Sergey Akifyev <asa@gascom.ru> (maintainer)
* - Add CONFLICTS between net/arpwatch and net/arpwatch-develkrion2004-01-202-0/+4
|
* This is a development fork of arpwatch. This has beenkrion2004-01-1921-270/+1202
| | | | | | | | | | | | | threaded in order to better deal with the requirements of multi-interface routers. Information regarding MAC addresses and interfaces is maintained by the program, and an alert is issued should a device move between interfaces. In addition, event processing has been refactored, and some bugs have been fixed. PR: 59180 Submitted by: Matthew George <mdg@secureworks.net> Approved by: portmgr
* - Update to 2.3.rc1pav2004-01-1926-326/+298
| | | | | PR: ports/61586 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* Remove an obsolete emailadress.arved2004-01-191-3/+0
|
* Update to version 2.10.13.demon2004-01-193-47/+39
|
* Update to version 1.00.demon2004-01-192-2/+2
|
* - Update to 2.4pav2004-01-182-3/+4
| | | | | | PR: ports/60063 Submitted by: Daniel Rudy <dcrudy@pacbell.net> Approved by: maintainer
* Add mrtg-ping-probe, A Round Trip Time and Packet Loss Probe for MRTGsanpei2004-01-186-0/+71
|
* - fix plistclement2004-01-172-0/+2
| | | | | | | | - bump PORTREVISION PR: 61484 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Approved by: erwin (mentor) (implicitly)
* - Update to 1.2.0bclement2004-01-163-11/+11
| | | | | Partially submitted by: John Fleming <john_fleming@compusa.com> Approved by: erwin (mentor) (implicitly)
* - Update to 1.0 beta13pav2004-01-156-18/+66
| | | | | | | - Makefile cleanup PR: ports/61360 Submitted by: Sergey Akifyev <asa@gascom.ru> (maintainer)
* - Add dependency on fpingpav2004-01-144-4/+36
| | | | | | | | - Bump portrevision PR: ports/60942 Submitted by: Sergey Akifyev <asa@gascom.ru> (maintainer) Reported by: Michal F. Hanula <frankie@nb.7f000001.org>
* - Fixed incorrect path in nrpe.sh init script.clement2004-01-142-2/+4
| | | | | | | | (Reported by: Angel Eduardo Porras Meza <aporrasmeza@hotmail.com>) PR: 61335 Submitted by: Paul Dlug <paul@nerdlabs.com> Approved by: erwin (mentor) (implicitly)
* - Update my email addressclement2004-01-131-1/+1
| | | | Approved and reviewed by: erwin (mentor)
* - Update to version 0.8krion2004-01-122-3/+3
|
OpenPOWER on IntegriCloud