Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Oct 2003 13:38:42 -0600 (MDT)
From:      Simon Timms <stimms@simserve.simon.ma.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        timmssimon@shaw.ca
Subject:   ports/58141: New port: A tripwire like programme which also replaces changed files with the original file.
Message-ID:  <200310161938.h9GJcgCT001878@simserve.simon.ma.cx>
Resent-Message-ID: <200310161940.h9GJeHpB003524@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         58141
>Category:       ports
>Synopsis:       New port: A tripwire like programme which also replaces changed files with the original file.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 16 12:40:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Simon Timms
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
Self
>Environment:
System: FreeBSD simserve.simon.ma.cx 5.1-RELEASE FreeBSD 5.1-RELEASE #2: Sun Jun 22 22:43:45 MDT 2003 root@simserve:/usr/obj/usr/src/sys/SIMSERVE-2003-06-22 i386


	
>Description:
New port: a tripwire like programme which can replace changed files with the 
original.  Can also be used to push out configuration changes to multiple 
machines.
	
>How-To-Repeat:
	
>Fix:

	

--- radmind.pr begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	radmind
#	radmind/distinfo
#	radmind/Makefile
#	radmind/pkg-descr
#	radmind/pkg-plist
#
echo c - radmind
mkdir -p radmind > /dev/null 2>&1
echo x - radmind/distinfo
sed 's/^X//' >radmind/distinfo << 'END-of-radmind/distinfo'
XMD5 (radmind-1.1.3.tgz) = 25c633480e4490027806338eaa8b4d32
XMD5 (radmind_stor.c.patch) = 45c4b2ba39653e9798687244cbd4f9ac
END-of-radmind/distinfo
echo x - radmind/Makefile
sed 's/^X//' >radmind/Makefile << 'END-of-radmind/Makefile'
X# New ports collection makefile for:   oneko
X# Date created:        5 December 1994
X# Whom:                asami
X#
X# $FreeBSD$
X#
X
XPORTNAME=      radmind
XPORTVERSION=   1.1.3
XCATEGORIES=    security
XMASTER_SITES=  http://rsug.itd.umich.edu/software/radmind/files/
XEXTRACT_SUFX=  .tgz
XEXTRACT_ONLY=  radmind-1.1.3.tgz
X
XPATCH_SITES=   http://ugweb.cs.ualberta.ca/~timms/
XPATCHFILES=    radmind_stor.c.patch
X
XMAINTAINER=    timmssimon@shaw.ca
XCOMMENT=       A suite of tools to allow you to remotely administer a file system
X
XMAN1=					fsdiff.1 ktcheck.1 lapply.1 lcksum.1 lcreate.1 lfdiff.1 lmerge.1\
X							twhich.1
XMAN5= 				applefile.5
XMAN8=          radmind.8
X
XHAS_CONFIGURE= yes
X
X.include <bsd.port.mk>
END-of-radmind/Makefile
echo x - radmind/pkg-descr
sed 's/^X//' >radmind/pkg-descr << 'END-of-radmind/pkg-descr'
X A suite of Unix command-line tools and a server designed to remotely 
Xadminister the file systems of multiple Unix machines.
X
XAt its core, radmind operates as a tripwire. It is able to detect changes to 
Xany managed filesystem object, e.g. files, directories, links, etc. However, 
Xradmind goes further than just integrity checking: once a change is detected, 
Xradmind can optionally reverse the change.
X
XEach managed machine may have its own loadset composed of multiple, layered 
Xoverloads. This allows, for example, the operating system to be described 
Xseparately from applications.
X
XLoadsets are stored on a remote server. By updating a loadset on the server, 
Xchanges can be pushed to managed machines.
X
XWWW: http://rsug.itd.umich.edu/software/radmind/
X
X- Simon Timms
Xtimmssimon@shaw.ca
END-of-radmind/pkg-descr
echo x - radmind/pkg-plist
sed 's/^X//' >radmind/pkg-plist << 'END-of-radmind/pkg-plist'
Xbin/fsdiff
Xbin/ktcheck
Xbin/lapply
Xbin/lcksum
Xbin/lcreate
Xbin/lfdiff
Xbin/lmerge
Xbin/twhich
Xsbin/radmind
END-of-radmind/pkg-plist
exit
--- radmind.pr ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310161938.h9GJcgCT001878>