radmind stable port information

Package: radmind
Version: 1.13.0
Revision: 1
Maintainer: Lev Givon
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 29ce0070b707a47fe0de505ae7d68047
HomePage: http://rsug.itd.umich.edu/software/radmind/
License: BSD
ConfigureParams: --prefix=%p --with-radminddir=%p/var/%n --mandir=%p/share/man
InstallScript: <<
make install DESTDIR=%d
<<
DocFiles: COPYRIGHT README SPEC
Description: Remotely administer Unix file systems
DescDetail: <<
A suite of Unix command-line tools and a server designed to
remotely administer the file systems of multiple Unix machines.

At its core, radmind operates as a tripwire. It is able to detect
changes to any managed filesystem object, e.g. files, directories,
links, etc. However, radmind goes further than just integrity
checking: once a change is detected, radmind can optionally
reverse the change.

Each managed machine may have its own loadset composed of multiple,
layered overloads. This allows, for example, the operating system
to be described separately from applications.

Loadsets are stored on a remote server. By updating a loadset on
the server, changes can be pushed to managed machines.
<<