diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-04-20 20:36:39 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-04-20 20:36:39 +0000 |
commit | 4ceb8703f03d057f9d6fbfd9a2d3c2ec43b9e43e (patch) | |
tree | 042237222ef0b6240ccb4cf3e792642c219e017c /security/osiris/files | |
parent | - Disable the use of mlockall(2) on all version of FreeBSD again (see PR 62930 (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=107751
Diffstat (limited to 'security/osiris/files')
-rw-r--r-- | security/osiris/files/patch-osirisd-in | 16 | ||||
-rw-r--r-- | security/osiris/files/patch-osirismd-in | 17 |
2 files changed, 33 insertions, 0 deletions
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) diff --git a/security/osiris/files/patch-osirismd-in b/security/osiris/files/patch-osirismd-in new file mode 100644 index 000000000000..ebb7c2f57fdd --- /dev/null +++ b/security/osiris/files/patch-osirismd-in @@ -0,0 +1,17 @@ +--- src/install/freebsd/osirismd.in.old Tue Jan 27 18:25:27 2004 ++++ src/install/freebsd/osirismd.in Tue Jan 27 18:26:01 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 "" |