1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/security/osiris/files/patch-osirismd-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

18 lines
476 B
Plaintext

--- 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 ""