diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-28 14:04:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-28 14:04:39 +0000 |
commit | 4af0b8c9606f95a36643aedcf60e62e7a6be4153 (patch) | |
tree | c2ce25d7ca2dc5fe655b6bb513899823b3d9333b /sysutils/radmind/files | |
parent | 48e065f5cfc3c6b4bc87f8408f4284d048ecbd0f (diff) | |
download | pkgsrc-4af0b8c9606f95a36643aedcf60e62e7a6be4153.tar.gz |
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 (limited to 'sysutils/radmind/files')
-rw-r--r-- | sysutils/radmind/files/radmind.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/radmind/files/radmind.sh b/sysutils/radmind/files/radmind.sh new file mode 100644 index 00000000000..144eba841c4 --- /dev/null +++ b/sysutils/radmind/files/radmind.sh @@ -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" |