freebsd-ports/security/osiris/files/patch-osirisd-in
Volker Stolz fa82c9eeb9 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
2004-07-08 13:38:59 +00:00

16 lines
403 B
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)