diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-12-27 15:44:55 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-12-27 15:44:55 +0000 |
commit | e33a65e92051c438038e9a5c63a56e717a8468a2 (patch) | |
tree | 1c30f88b85d449338e1c4683c45ca164583077b6 /sysutils/daemontools/pkg | |
parent | 9da1342e0f0f87e2739b846004021736c4c8dcbd (diff) | |
download | pkgsrc-e33a65e92051c438038e9a5c63a56e717a8468a2.tar.gz |
Added daemontools-0.7:
Daemontools is a small set of /very/ useful utilities, from Dan
Bernstein. They are mainly used for controlling processes, and
maintaining logfiles.
Submitted by Tomasz Luchowski <zuntum@eik.pl> in PR 11674.
Diffstat (limited to 'sysutils/daemontools/pkg')
-rw-r--r-- | sysutils/daemontools/pkg/COMMENT | 1 | ||||
-rw-r--r-- | sysutils/daemontools/pkg/DEINSTALL | 18 | ||||
-rw-r--r-- | sysutils/daemontools/pkg/DESCR | 3 | ||||
-rw-r--r-- | sysutils/daemontools/pkg/PLIST | 32 |
4 files changed, 54 insertions, 0 deletions
diff --git a/sysutils/daemontools/pkg/COMMENT b/sysutils/daemontools/pkg/COMMENT new file mode 100644 index 00000000000..9f1c8ff6bbe --- /dev/null +++ b/sysutils/daemontools/pkg/COMMENT @@ -0,0 +1 @@ +Service monitoring and logging utilities by djb diff --git a/sysutils/daemontools/pkg/DEINSTALL b/sysutils/daemontools/pkg/DEINSTALL new file mode 100644 index 00000000000..559e4a282e5 --- /dev/null +++ b/sysutils/daemontools/pkg/DEINSTALL @@ -0,0 +1,18 @@ +#! /bin/sh +# +# $NetBSD: DEINSTALL,v 1.1.1.1 2000/12/27 15:44:55 hubertf Exp $ +# + +case "$2" in + DEINSTALL) rmdir 2>/dev/null /var/service || cat <<EOF + +============================================================= +Note that the config files for this package under +/var/service are not removed in the deinstallation +process. You should remove those by hand, if you no longer +need them. +============================================================= + +EOF + ;; +esac diff --git a/sysutils/daemontools/pkg/DESCR b/sysutils/daemontools/pkg/DESCR new file mode 100644 index 00000000000..ef8ef5ac5f3 --- /dev/null +++ b/sysutils/daemontools/pkg/DESCR @@ -0,0 +1,3 @@ +Daemontools is a small set of /very/ useful utilities, from Dan +Bernstein. They are mainly used for controlling processes, and +maintaining logfiles. diff --git a/sysutils/daemontools/pkg/PLIST b/sysutils/daemontools/pkg/PLIST new file mode 100644 index 00000000000..479fa881068 --- /dev/null +++ b/sysutils/daemontools/pkg/PLIST @@ -0,0 +1,32 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/27 15:44:55 hubertf 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/man1/envdir.1 +man/man1/envuidgid.1 +man/man1/setlock.1 +man/man1/setuidgid.1 +man/man1/softlimit.1 +man/man1/tai64n.1 +man/man1/tai64nlocal.1 +man/man8/fghack.8 +man/man8/multilog.8 +man/man8/supervise.8 +man/man8/svc.8 +man/man8/svok.8 +man/man8/svscan.8 +man/man8/svstat.8 +share/examples/daemontools/svscan.sh.sample +@dirrm share/examples/daemontools +@exec mkdir ${SERVICEDIR} || true |