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/osirisd.in.old	Wed Jul  7 15:40:50 2004
+++ src/install/freebsd/osirisd.in	Wed Jul  7 15:41:50 2004
@@@@ -1,11 +1,11 @@@@
 #!/bin/sh
 
-OSIRISD=@@INSTALLDIR@@/osirisd
+OSIRISD=%%PREFIX%%/sbin/osirisd
 
 case "$1" in
 	start)
 		if [ -x ${OSIRISD} ]; then
-			${OSIRISD} -r @@OSIRISDIR@@ && echo -n ' osirisd'
+			${OSIRISD} -r %%PREFIX%%/osiris && echo -n ' osirisd'
 		fi
 		;;
 	stop)
@


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/osirisd.in.old	Tue Jan 27 18:23:16 2004
+++ src/install/freebsd/osirisd.in	Tue Jan 27 18:24:07 2004
d12 2
a13 2
-			${OSIRISD} -r @@OSIRISDIR@@ -l2 && echo -n ' osirisd'
+			${OSIRISD} -r %%PREFIX%%/osiris -l2 && echo -n ' osirisd'
@

