pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/radmind Initial import of radmind-1.3.2, pack...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8121f367bb8a
branches:  trunk
changeset: 486438:8121f367bb8a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Dec 28 14:04:39 2004 +0000

description:
Initial import of radmind-1.3.2, packaged by Michael Santos and Hauke Fath
in pkgsrc-wip.

radmind is 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.

diffstat:

 sysutils/radmind/DESCR            |   7 +++++++
 sysutils/radmind/Makefile         |  29 +++++++++++++++++++++++++++++
 sysutils/radmind/PLIST            |  21 +++++++++++++++++++++
 sysutils/radmind/distinfo         |   4 ++++
 sysutils/radmind/files/radmind.sh |  15 +++++++++++++++
 5 files changed, 76 insertions(+), 0 deletions(-)

diffs (96 lines):

diff -r de87e936f1c9 -r 8121f367bb8a sysutils/radmind/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/radmind/DESCR    Tue Dec 28 14:04:39 2004 +0000
@@ -0,0 +1,7 @@
+radmind is 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.
diff -r de87e936f1c9 -r 8121f367bb8a sysutils/radmind/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/radmind/Makefile Tue Dec 28 14:04:39 2004 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/28 14:04:39 wiz Exp $
+#
+
+DISTNAME=      radmind-1.3.2
+CATEGORIES=    sysutils
+MASTER_SITES=  http://rsug.itd.umich.edu/software/radmind/files/
+EXTRACT_SUFX=  .tgz
+
+MAINTAINER=    hf%spg.tu-darmstadt.de@localhost
+HOMEPAGE=      http://rsug.itd.umich.edu/software/radmind/
+COMMENT=       Remote file administration and integrity tool
+
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+=       --with-openssl=${BUILDLINK_PREFIX.openssl}
+CONFIGURE_ARGS+=       --with-radminddir=${VARBASE}/radmind
+
+BUILD_TARGET=  all man rash
+
+USE_PKGINSTALL=        YES
+OWN_DIRS_PERMS+=        ${VARBASE}/radmind \
+                               ${ROOT_USER} ${ROOT_GROUP} 0750
+OWN_DIRS_PERMS+=        ${VARBASE}/radmind/client \
+                               ${ROOT_USER} ${ROOT_GROUP} 0750
+OWN_DIRS_PERMS+=        ${VARBASE}/radmind/cert \
+                               ${ROOT_USER} ${ROOT_GROUP} 0700
+RCD_SCRIPTS=   radmind
+
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r de87e936f1c9 -r 8121f367bb8a sysutils/radmind/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/radmind/PLIST    Tue Dec 28 14:04:39 2004 +0000
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/28 14:04:39 wiz Exp $
+bin/fsdiff
+bin/ktcheck
+bin/lapply
+bin/lcksum
+bin/lcreate
+bin/lfdiff
+bin/lmerge
+bin/ra.sh
+bin/twhich
+man/man1/fsdiff.1
+man/man1/ktcheck.1
+man/man1/lapply.1
+man/man1/lcksum.1
+man/man1/lcreate.1
+man/man1/lfdiff.1
+man/man1/lmerge.1
+man/man1/twhich.1
+man/man5/applefile.5
+man/man8/radmind.8
+sbin/radmind
diff -r de87e936f1c9 -r 8121f367bb8a sysutils/radmind/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/radmind/distinfo Tue Dec 28 14:04:39 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/12/28 14:04:39 wiz Exp $
+
+SHA1 (radmind-1.3.2.tgz) = 8f7489bc1fed2687d32d6327ef092299c52f831b
+Size (radmind-1.3.2.tgz) = 516271 bytes
diff -r de87e936f1c9 -r 8121f367bb8a sysutils/radmind/files/radmind.sh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/radmind/files/radmind.sh Tue Dec 28 14:04:39 2004 +0000
@@ -0,0 +1,15 @@
+#!@RCD_SCRIPTS_SHELL@
+#
+# $NetBSD: radmind.sh,v 1.1.1.1 2004/12/28 14:04:39 wiz Exp $
+
+# PROVIDE: radmind
+# REQUIRE: DAEMON
+
+. /etc/rc.subr
+
+name="radmind"
+rcvar=$name
+command="@PREFIX@/sbin/${name}"
+
+load_rc_config $name
+run_rc_command "$1"



Home | Main Index | Thread Index | Old Index