diff options
author | wollman <wollman@FreeBSD.org> | 2004-02-23 12:42:13 +0800 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2004-02-23 12:42:13 +0800 |
commit | b1f2d52d41b7f3f3e16cb344aec8fc6fb87ae4e5 (patch) | |
tree | 2dc9acb632ecc46bca726cc393a4e61d09bdb699 /net/iog | |
parent | b4d7849f0df91e8dd12f3ba8bbe9df8021bb7ef2 (diff) | |
download | freebsd-ports-gnome-b1f2d52d41b7f3f3e16cb344aec8fc6fb87ae4e5.tar.gz freebsd-ports-gnome-b1f2d52d41b7f3f3e16cb344aec8fc6fb87ae4e5.tar.zst freebsd-ports-gnome-b1f2d52d41b7f3f3e16cb344aec8fc6fb87ae4e5.zip |
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
Diffstat (limited to 'net/iog')
-rw-r--r-- | net/iog/distinfo | 1 | ||||
-rw-r--r-- | net/iog/pkg-descr | 12 | ||||
-rw-r--r-- | net/iog/pkg-install | 24 | ||||
-rw-r--r-- | net/iog/pkg-plist | 15 |
4 files changed, 0 insertions, 52 deletions
diff --git a/net/iog/distinfo b/net/iog/distinfo deleted file mode 100644 index 11852f877393..000000000000 --- a/net/iog/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (iog-1.03.tgz) = 3b45e60e7420e57cd25f5499ee8d5f81 diff --git a/net/iog/pkg-descr b/net/iog/pkg-descr deleted file mode 100644 index e5d199449cee..000000000000 --- a/net/iog/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -IOG is a network I/O byte grapher made to graph cumulative KB/MB/GB -totals for hours/days and months. It is intended to be simple, fast -(support thousands of hosts) and integrate well with MRTG. Data for -each host is updated hourly and HTML graphs are created. It uses a -data consolidation algorithm which allows for a small, non-growing -database file for each host. No external graphing libs or -executables are required. - -IOG has been used in several production ISP environments, -including at the authors company, Dynamic Internet (dyni.net). - --Larry Rosenman <ler@lerctr.org> diff --git a/net/iog/pkg-install b/net/iog/pkg-install deleted file mode 100644 index ce43dfee9316..000000000000 --- a/net/iog/pkg-install +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -# - -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi - -USER=iog -# group selected to be www since the webserver has to be able to serve it -GROUP=www - -if ! pw usershow "${USER}" 2>/dev/null 1>&2; then - if pw useradd ${USER} -g ${GROUP} -h - \ - -s "/sbin/nologin" -d "${PREFIX}/iog" \ - -c "iog Monitoring Owner"; \ - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi -fi -exit 0 diff --git a/net/iog/pkg-plist b/net/iog/pkg-plist deleted file mode 100644 index 599f74e62128..000000000000 --- a/net/iog/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -iog/iog-%%VERSION%%/Artistic -iog/iog-%%VERSION%%/BER.pm -iog/iog-%%VERSION%%/README -iog/iog-%%VERSION%%/SNMP_Session.pm -iog/iog-%%VERSION%%/howto-iog.html -iog/iog-%%VERSION%%/in.gif -iog/iog-%%VERSION%%/index.php -iog/iog-%%VERSION%%/iog -@unexec if cmp -s %D/iog/iog-%%VERSION%%/iog.cfg %D/iog/iog-%%VERSION%%/iog.cfg.sample; then rm -f %D/iog/iog-%%VERSION%%/iog.cfg; fi -iog/iog-%%VERSION%%/iog.cfg.sample -iog/iog-%%VERSION%%/ioglogo.gif -iog/iog-%%VERSION%%/out.gif -iog/iog -@unexec rmdir %D/iog/iog-%%VERSION%% 2>/dev/null || true -@unexec rmdir %D/iog 2>/dev/null || true |