diff options
author | sem <sem@FreeBSD.org> | 2004-07-22 05:48:22 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-07-22 05:48:22 +0000 |
commit | f3e057290661fc58972967f8116776cb0e45ae4e (patch) | |
tree | 6a0248101fd1449d7654e08ae04767376ecafc37 /net-mgmt/Makefile | |
parent | 56ce128e0bb1f777e1568f72ef4990f28fc7bb7b (diff) | |
download | FreeBSD-ports-f3e057290661fc58972967f8116776cb0e45ae4e.zip FreeBSD-ports-f3e057290661fc58972967f8116776cb0e45ae4e.tar.gz |
To ease the task of network administration,
decrease the likelihood of erronous command execution and
to maintain all network services from a central point,
EnderUNIX SDT anounces the availability of its 9th open-source tool,
netUstad.
It has been coded in C language and includes its own HTTP server.
The newly anounced version provides a web interface for
system administrators to add/delete/update IPFW rulesets.
You can manage your IPFW firewall via a TCP/IP connected remote PC, easily.
Development version icludes modules to manage whole
network services (routing tables, network interfaces)
PR: ports/69176
Submitted by: Ozkan KIRIK <ozkan@enderunix.org>
Approved by: krion (mentor) (implicitly)
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 4767696..6a0fbc0 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -84,6 +84,7 @@ SUBDIR += netsaint SUBDIR += netsaint-plugins SUBDIR += netspoc + SUBDIR += netustad SUBDIR += nitpicker SUBDIR += nocol SUBDIR += nrpe |