mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
fa82c9eeb9
(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
18 lines
476 B
Plaintext
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 ""
|