aboutsummaryrefslogtreecommitdiff
path: root/sysutils/freedt/pkg-descr
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2003-06-03 02:21:53 +0000
committerWill Andrews <will@FreeBSD.org>2003-06-03 02:21:53 +0000
commit5f1a602f7bca7ba27d269a0f88f3b0871e3ca64c (patch)
tree02fb02474074d9035eb2095e1e4eead2d3836390 /sysutils/freedt/pkg-descr
parent98b111e9025562d912aaf7a94b3b39331ce3a39a (diff)
downloadports-5f1a602f7bca7ba27d269a0f88f3b0871e3ca64c.tar.gz
ports-5f1a602f7bca7ba27d269a0f88f3b0871e3ca64c.zip
Notes
Diffstat (limited to 'sysutils/freedt/pkg-descr')
-rw-r--r--sysutils/freedt/pkg-descr20
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/freedt/pkg-descr b/sysutils/freedt/pkg-descr
new file mode 100644
index 000000000000..9815e16a3378
--- /dev/null
+++ b/sysutils/freedt/pkg-descr
@@ -0,0 +1,20 @@
+A reimplementation of Dan Bernstein's daemontools under the GNU GPL,
+sharing no code with the original implementation.
+
+It currently includes feature-equivalent replacements for argv0, envdir,
+envuidgid, setlock, setuidgid, softlimit, supervise, svc, svok, svscan,
+svstat and recordio. It also includes dumblog (a simple multilog
+replacement), mkservice (a script for automatically creating service
+directories), anonidentd (an anonimising identd implementation) and
+ratelimit (a bandwidth-limiting filter along the lines of recordio). All
+the tools include usage messages; for instance, do "ratelimit -h" for a
+brief rundown of the options.
+
+Please note that this package is *not* a drop-in replacement for
+daemontools; the internal state files in service directories are
+different, and the error messages (and a few of the options) aren't
+quite the same. It's also still somewhat experimental, so I'd recommend
+sticking with daemontools on production systems until there's a stable
+release of freedt.
+
+WWW: http://azz.us-lot.org/code/freedt.html