summaryrefslogtreecommitdiff
path: root/net-mgmt/satellite
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/satellite')
-rw-r--r--net-mgmt/satellite/Makefile32
-rw-r--r--net-mgmt/satellite/distinfo1
-rw-r--r--net-mgmt/satellite/pkg-descr9
-rw-r--r--net-mgmt/satellite/pkg-install17
-rw-r--r--net-mgmt/satellite/pkg-message18
-rw-r--r--net-mgmt/satellite/pkg-plist4
6 files changed, 0 insertions, 81 deletions
diff --git a/net-mgmt/satellite/Makefile b/net-mgmt/satellite/Makefile
deleted file mode 100644
index 629d17718996..000000000000
--- a/net-mgmt/satellite/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: satellite
-# Date created: 24 Feb 2001
-# Whom: Mark Pulford <mark@kyne.com.au>
-#
-# $FreeBSD$
-#
-
-PORTNAME= satellite
-PORTVERSION= 1.0.2
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= system/network
-
-MAINTAINER= markp@FreeBSD.org
-COMMENT= A system for tracking machines with dynamic IP addresses
-
-LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \
- LDFLAGS='-L${LOCALBASE}/lib'
-CONFIGURE_ARGS+= --localstatedir=/var/log
-
-MAN8= satcfg.8 satellite.8 satellited.8 satwatch.8
-
-pre-install:
- @${SH} pkg-install ${PKGNAME} PRE-INSTALL
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/satellite/distinfo b/net-mgmt/satellite/distinfo
deleted file mode 100644
index 5dbda79f0298..000000000000
--- a/net-mgmt/satellite/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (satellite-1.0.2.tar.gz) = 7a6ed7d10ebf864b6b9dde0cbcc478d7
diff --git a/net-mgmt/satellite/pkg-descr b/net-mgmt/satellite/pkg-descr
deleted file mode 100644
index a4708e5be82f..000000000000
--- a/net-mgmt/satellite/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Satellite can track many remote machines with dynamic IP addresses in
-situations where public DNS services are inappropriate. It can log
-and alert an admin immediately when a site comes online or needs
-attention.
-
-WWW: http://www.kyne.com.au/~mark/software/satellite.php
-
-- Mark Pulford
-mark@kyne.com.au
diff --git a/net-mgmt/satellite/pkg-install b/net-mgmt/satellite/pkg-install
deleted file mode 100644
index 61b065a8b237..000000000000
--- a/net-mgmt/satellite/pkg-install
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-case "$2" in
- PRE-INSTALL)
- if ! pw user show satellite >/dev/null 2>&1
- then
- echo "===> Creating user satellite"
- pw add user -n satellite -c 'Satellite system user' -s /sbin/nologin -h - -d /
- fi
- ;;
- POST-INSTALL)
- ;;
- *)
- echo "Incorrect parameter"
- exit 1
- ;;
-esac
diff --git a/net-mgmt/satellite/pkg-message b/net-mgmt/satellite/pkg-message
deleted file mode 100644
index 60ec64177cd9..000000000000
--- a/net-mgmt/satellite/pkg-message
+++ /dev/null
@@ -1,18 +0,0 @@
-If you are planning to use the Satellite server (not the client) on
-this machine you must complete several additional steps, substituting
-your installation prefix (usually /usr/local) for PREFIX:
-
-1) Create the Satellite configuration file:
-# PREFIX/sbin/satcfg -L
-# chown satellite PREFIX/etc/satellite.db
-# chmod 600 PREFIX/etc/satellite.db
-
-2) Create the Satellite log file:
-# touch /var/log/satellite
-# chown satellite /var/log/satellite
-
-3) Add Satellite to /etc/services with the line:
-satellite 1764/tcp
-
-4) Add Satellite to /etc/inetd.conf with the line:
-satellite stream tcp nowait satellite PREFIX/sbin/satellited satellited -v
diff --git a/net-mgmt/satellite/pkg-plist b/net-mgmt/satellite/pkg-plist
deleted file mode 100644
index 0cd0d8969de7..000000000000
--- a/net-mgmt/satellite/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-sbin/satcfg
-sbin/satellite
-sbin/satellited
-sbin/satwatch