From 4ceb8703f03d057f9d6fbfd9a2d3c2ec43b9e43e Mon Sep 17 00:00:00 2001 From: Sergei Kolobov Date: Tue, 20 Apr 2004 20:36:39 +0000 Subject: - Update to 2.4.4, a more recent stable version - Pass maintainership to the submitter PR: ports/63077 Submitted by: David Thiel Approved by: Nicolas Jombart (current maintainer) --- security/osiris/files/patch-osirisd-in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 security/osiris/files/patch-osirisd-in (limited to 'security/osiris/files/patch-osirisd-in') diff --git a/security/osiris/files/patch-osirisd-in b/security/osiris/files/patch-osirisd-in new file mode 100644 index 000000000000..4369e8177bfa --- /dev/null +++ b/security/osiris/files/patch-osirisd-in @@ -0,0 +1,16 @@ +--- 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 +@@ -1,11 +1,11 @@ + #!/bin/sh + +-OSIRISD=@INSTALLDIR@/osirisd ++OSIRISD=%%PREFIX%%/sbin/osirisd + + case "$1" in + start) + if [ -x ${OSIRISD} ]; then +- ${OSIRISD} -r @OSIRISDIR@ -l2 && echo -n ' osirisd' ++ ${OSIRISD} -r %%PREFIX%%/osiris -l2 && echo -n ' osirisd' + fi + ;; + stop) -- cgit v1.2.3