head	1.3;
access;
symbols
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2005.03.12.08.26.59;	author sem;	state dead;
branches;
next	1.2;

1.2
date	2004.07.08.13.38.59;	author vs;	state Exp;
branches;
next	1.1;

1.1
date	2004.04.20.20.36.39;	author sergei;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 4.1.3
- rcNGfy and add message how activate it
- Add mirror site
- Turn on "fancy cli" by default

PR:		ports/78713
Submitted by:	maintainer
@
text
@--- src/install/freebsd/osirismd.in.old	Wed Jul  7 15:43:07 2004
+++ src/install/freebsd/osirismd.in	Wed Jul  7 15:43:48 2004
@@@@ -1,12 +1,12 @@@@
 #!/bin/sh
 
-OSIRISMD=@@INSTALLDIR@@/osirismd
+OSIRISMD=%%PREFIX%%/sbin/osirismd
 
 case "$1" in
 	start)
 		if [ -f ${SUDO} ]; then
 	    	    if [ -x ${OSIRISMD} ]; then
-			${OSIRISMD} -r @@OSIRISDIR@@ && echo -n ' osirismd'
+			${OSIRISMD} -r %%PREFIX%%/osiris && echo -n ' osirismd'
 		    fi
                 else
 		    echo ""
@


1.2
log
@Updating the Osiris integrity checker to 4.0.3. Many changes from the
(now unsupported) 2.x.x series, including a more modular design, support
for monitoring user/group databases and kernel extensions, more flexible
configuration syntax, and improved logging.

PR:		ports/68790
Submitted by:	maintainer
@
text
@@


1.1
log
@- Update to 2.4.4, a more recent stable version
- Pass maintainership to the submitter

PR:		ports/63077
Submitted by:	David Thiel <lx@@redundancy.redundancy.org>
Approved by:	Nicolas Jombart (current maintainer)
@
text
@d1 2
a2 2
--- src/install/freebsd/osirismd.in.old	Tue Jan 27 18:25:27 2004
+++ src/install/freebsd/osirismd.in	Tue Jan 27 18:26:01 2004
@

