license does not permit modification, to allow for proper

integration in OpenBSD
This commit is contained in:
camield 2001-08-14 21:30:03 +00:00
parent b99c9b5e34
commit 9ed54027d3
7 changed files with 0 additions and 135 deletions

View File

@ -1,40 +0,0 @@
# $OpenBSD: Makefile,v 1.10 2001/05/06 03:59:00 lebel Exp $
COMMENT= "collection of tools for managing UNIX services"
DISTNAME= daemontools-0.70
CATEGORIES= sysutils
MAINTAINER= Camiel Dobbelaar <cd@sentia.nl>
HOMEPAGE= http://cr.yp.to/daemontools.html
NEED_VERSION= 1.402
MASTER_SITES= http://cr.yp.to/daemontools/ \
ftp://ftp.id.wustl.edu/pub/qmail/
MASTER_SITES0= ftp://ftp.innominate.org/gpa/djb/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-man${EXTRACT_SUFX}:0
PERMIT_PACKAGE_CDROM= No
PERMIT_PACKAGE_FTP= No
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
ALL_TARGET= default
INSTALL_TARGET= setup check
MAN8LIST= envuidgid multilog setuidgid supervise svok svstat \
tai64nlocal envdir fghack setlock softlimit svc svscan tai64n
pre-build:
@echo ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
@echo ${PREFIX} > ${WRKSRC}/conf-home
pre-install:
@echo ${PREFIX} > ${WRKSRC}/conf-home
post-install:
.for i in ${MAN8LIST}
${INSTALL_MAN} ${WRKDIR}/${DISTNAME}-man/$i.8 ${PREFIX}/man/man8
.endfor
.include <bsd.port.mk>

View File

@ -1,6 +0,0 @@
MD5 (daemontools-0.70-man.tar.gz) = fe0a7926131cd3ecb9d1b1266ace8f9f
MD5 (daemontools-0.70.tar.gz) = c88e8c5e4453b4df41571f60eaa0baf3
RMD160 (daemontools-0.70-man.tar.gz) = 914044c874daff7546020cf8918fa3f999a31d0a
RMD160 (daemontools-0.70.tar.gz) = bbc7ac1387abdecd7f392858e0c0e7a4c70223f1
SHA1 (daemontools-0.70-man.tar.gz) = 08fd1d5c1af4b620cc80116470468b2f92130d6c
SHA1 (daemontools-0.70.tar.gz) = e4af3b5e6fa5a85fb86fe8d80248421f0f8765ff

View File

@ -1,25 +0,0 @@
$OpenBSD: patch-Makefile,v 1.2 2000/04/26 14:20:19 camield Exp $
Needed for fake installation. This way the installer can easily be
rebuilt with the fake prefix, without rebuilding _everything_.
--- Makefile.orig Mon Mar 6 06:21:09 2000
+++ Makefile Wed Apr 26 16:13:44 2000
@@ -85,7 +85,7 @@
./compile byte_rchr.c
check: \
-it instcheck
+instcheck
./instcheck
chkshsgr: \
@@ -384,7 +384,7 @@
./compile setuidgid.c
setup: \
-it install
+install
./install
sgetopt.o: \

View File

@ -1,20 +0,0 @@
$OpenBSD: patch-rights,v 1.2 2000/03/13 09:24:04 camield Exp $
This port wants to change the rights on PREFIX/ and PREFIX/bin to 02755.
Usually PREFIX is /usr/local. The rights on /usr/local and /usr/local/bin
should be 0755 according to /etc/mtree/4.4BSD.dist.
--- hier.c.orig Mon Mar 6 06:21:09 2000
+++ hier.c Mon Mar 13 10:09:49 2000
@@ -2,9 +2,9 @@
void hier()
{
- h(auto_home,-1,-1,02755);
+ h(auto_home,-1,-1,0755);
- d(auto_home,"bin",-1,-1,02755);
+ d(auto_home,"bin",-1,-1,0755);
c(auto_home,"bin","svscan",-1,-1,0755);
c(auto_home,"bin","supervise",-1,-1,0755);

View File

@ -1,14 +0,0 @@
daemontools is a collection of tools for managing UNIX services.
supervise monitors a service. It starts the service and restarts
the service if it dies. Setting up a new service is easy: all
supervise needs is a directory with a run script that runs the
service.
multilog saves error messages to one or more logs. It optionally
timestamps each line and, for each log, includes or excludes lines
matching specified patterns. It automatically rotates logs to limit
the amount of disk space used. If the disk fills up, it pauses and
tries again, without losing any data.
WWW: ${HOMEPAGE}

View File

@ -1 +0,0 @@
Documentation can be found here: ${HOMEPAGE}

View File

@ -1,29 +0,0 @@
@comment $OpenBSD: PLIST,v 1.4 2001/01/11 13:19:37 avsm Exp $
bin/envdir
bin/envuidgid
bin/fghack
bin/multilog
bin/setlock
bin/setuidgid
bin/softlimit
bin/supervise
bin/svc
bin/svok
bin/svscan
bin/svstat
bin/tai64n
bin/tai64nlocal
man/man8/envdir.8
man/man8/envuidgid.8
man/man8/fghack.8
man/man8/multilog.8
man/man8/setlock.8
man/man8/setuidgid.8
man/man8/softlimit.8
man/man8/supervise.8
man/man8/svc.8
man/man8/svok.8
man/man8/svscan.8
man/man8/svstat.8
man/man8/tai64n.8
man/man8/tai64nlocal.8