initial import for service-config 0.51:

--
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: http://www.superscript.com/service-config/intro.html
This commit is contained in:
lebel 2001-06-09 18:39:44 +00:00
parent b089c23576
commit 4baa70b88e
4 changed files with 72 additions and 0 deletions

View File

@ -0,0 +1,31 @@
# $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 <lebel@openbsd.org>
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 <bsd.port.mk>

View File

@ -0,0 +1,18 @@
$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

View File

@ -0,0 +1,15 @@
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}

View File

@ -0,0 +1,8 @@
@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