From ce58061c378c44babda38b41978ae510fb4247b3 Mon Sep 17 00:00:00 2001 From: lebel Date: Tue, 14 Aug 2001 20:27:08 +0000 Subject: [PATCH] since this depends on daemontools and daemontools was removed, we also have to remove this one. The reason? license does not allow modification to allow for proper integration in OpenBSD --- sysutils/service-config/Makefile | 31 ------------------- sysutils/service-config/files/md5 | 3 -- .../service-config/patches/patch-Makefile | 18 ----------- sysutils/service-config/pkg/DESCR | 15 --------- sysutils/service-config/pkg/PLIST | 8 ----- 5 files changed, 75 deletions(-) delete mode 100644 sysutils/service-config/Makefile delete mode 100644 sysutils/service-config/files/md5 delete mode 100644 sysutils/service-config/patches/patch-Makefile delete mode 100644 sysutils/service-config/pkg/DESCR delete mode 100644 sysutils/service-config/pkg/PLIST diff --git a/sysutils/service-config/Makefile b/sysutils/service-config/Makefile deleted file mode 100644 index 8002e2b6857..00000000000 --- a/sysutils/service-config/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2001/06/09 18:39:44 lebel Exp $ - -COMMENT= "create and configure svscan-format service directories" - -DISTNAME= service-config-0.51 -CATEGORIES= sysutils -NEED_VERSION= 1.402 -MASTER_SITES= http://www.superscript.com/service-config/ - -HOMEPAGE= http://www.superscript.com/service-config/intro.html - -MAINTAINER= David Lebel - -PERMIT_PACKAGE_CDROM= Yes -PERMIT_PACKAGE_FTP= Yes -PERMIT_DISTFILES_CDROM= Yes -PERMIT_DISTFILES_FTP= Yes - -ALL_TARGET= default -INSTALL_TARGET= setup check - -RUN_DEPENDS= supervise::sysutils/daemontools - -pre-build: - @echo ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc - @echo ${PREFIX} > ${WRKSRC}/conf-home - -pre-install: - @echo ${PREFIX} > ${WRKSRC}/conf-home - -.include diff --git a/sysutils/service-config/files/md5 b/sysutils/service-config/files/md5 deleted file mode 100644 index b3f64c7d917..00000000000 --- a/sysutils/service-config/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (service-config-0.51.tar.gz) = 6bb4cbbe3ac2e2aaa9627b4c281de0d4 -RMD160 (service-config-0.51.tar.gz) = fb809f136c8456369a027aecdfd9245bbea61261 -SHA1 (service-config-0.51.tar.gz) = e47daed033995a5c9b17027b4bec5de4f078772e diff --git a/sysutils/service-config/patches/patch-Makefile b/sysutils/service-config/patches/patch-Makefile deleted file mode 100644 index 366f22e2c03..00000000000 --- a/sysutils/service-config/patches/patch-Makefile +++ /dev/null @@ -1,18 +0,0 @@ -$OpenBSD: patch-Makefile,v 1.1.1.1 2001/06/09 18:39:44 lebel Exp $ - -Needed for fake installation. This way the installer can easily be -rebuilt with the fake prefix, without rebuilding _everything_. - ---- Makefile.orig Mon Apr 23 08:30:01 2001 -+++ Makefile Sat Jun 9 14:19:01 2001 -@@ -306,8 +306,8 @@ strerr.h error.h exit.h - test: prog rts rts.tests rts.exp - ./rts | cmp - rts.exp >&2 - --setup: it install -+setup: install - ./install - --check: it instcheck -+check: instcheck - ./instcheck diff --git a/sysutils/service-config/pkg/DESCR b/sysutils/service-config/pkg/DESCR deleted file mode 100644 index cacd1af0ae4..00000000000 --- a/sysutils/service-config/pkg/DESCR +++ /dev/null @@ -1,15 +0,0 @@ -What is service-config? The programs in service-config create and -configure svscan-format service directories. - -* server-config creates an svscan-format directory for an arbitrary - service. -* rules-config configures access rules for use by a service. -* svscan-config configures a service to run svscan. -* ipc-config configures a service to run ipcserver. -* ipcx-config configures a service to run ipcserver using access - rules. -* tcp-config configures a service to run tcpserver. -* tcpx-config configures a service to run tcpserver using access - rules. - -WWW: ${HOMEPAGE} diff --git a/sysutils/service-config/pkg/PLIST b/sysutils/service-config/pkg/PLIST deleted file mode 100644 index bee866b5c5d..00000000000 --- a/sysutils/service-config/pkg/PLIST +++ /dev/null @@ -1,8 +0,0 @@ -@comment $OpenBSD: PLIST,v 1.1.1.1 2001/06/09 18:39:44 lebel Exp $ -bin/ipc-config -bin/ipcx-config -bin/rules-config -bin/service-config -bin/svscan-config -bin/tcp-config -bin/tcpx-config