diff options
author | sergei <sergei@FreeBSD.org> | 2003-11-18 19:53:35 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-11-18 19:53:35 +0800 |
commit | 3bdaac524f5721d9a5c8cea06157075045a92f41 (patch) | |
tree | 9f0144204888dc775936e16417c285a5eeb5b19d /sysutils/Makefile | |
parent | 7f3d362d9b844c62af4c646c031ad416c5656879 (diff) | |
download | freebsd-ports-graphics-3bdaac524f5721d9a5c8cea06157075045a92f41.tar.gz freebsd-ports-graphics-3bdaac524f5721d9a5c8cea06157075045a92f41.tar.zst freebsd-ports-graphics-3bdaac524f5721d9a5c8cea06157075045a92f41.zip |
Add radmind 1.2.1, utility for administering filesystem changes.
radmind is a set of tools for creating filesystem diffs which can be
loaded over the network. This is useful for administering a large number
of hosts at the filesystem level. It can also act as an intelligent
tripwire.
WWW: http://www.radmind.org/
PR: 59388
Submitted by: Paul Dlug <paul@aps.org>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 9bd9a994394..f24624a1948 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -260,6 +260,7 @@ SUBDIR += pyfind SUBDIR += qlogtools SUBDIR += qtpkg + SUBDIR += radmind SUBDIR += rc_subr SUBDIR += rclean SUBDIR += rdate |