summaryrefslogtreecommitdiff
path: root/packaging/freebsd
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-12-26 18:33:04 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-12-26 18:33:04 -0500
commit4b5f62d5cdb596ce85539766ae3ff491b1b14b46 (patch)
tree59d0198a04204c67a2514ad51aec2062975b24bc /packaging/freebsd
parent99f417023913543e1cc758d3bf08216ef9a1694a (diff)
updating freebsd patch to allow monkeysphere-ssh-proxycommand to work (path updates).
Diffstat (limited to 'packaging/freebsd')
-rw-r--r--packaging/freebsd/security/monkeysphere/files/patch-sharelocation11
1 files changed, 11 insertions, 0 deletions
diff --git a/packaging/freebsd/security/monkeysphere/files/patch-sharelocation b/packaging/freebsd/security/monkeysphere/files/patch-sharelocation
index 99c9604..e41c479 100644
--- a/packaging/freebsd/security/monkeysphere/files/patch-sharelocation
+++ b/packaging/freebsd/security/monkeysphere/files/patch-sharelocation
@@ -20,3 +20,14 @@
export SYSSHAREDIR
. "${SYSSHAREDIR}/common" || exit 1
+--- src/monkeysphere-ssh-proxycommand.orig
++++ src/monkeysphere-ssh-proxycommand
+@@ -16,7 +16,7 @@
+ ########################################################################
+ PGRM=$(basename $0)
+
+-SYSSHAREDIR=${MONKEYSPHERE_SYSSHAREDIR:-"/usr/share/monkeysphere"}
++SYSSHAREDIR=${MONKEYSPHERE_SYSSHAREDIR:-"/usr/local/share/monkeysphere"}
+ export SYSSHAREDIR
+ . "${SYSSHAREDIR}/common" || exit 1
+