From 4b5f62d5cdb596ce85539766ae3ff491b1b14b46 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 26 Dec 2008 18:33:04 -0500 Subject: updating freebsd patch to allow monkeysphere-ssh-proxycommand to work (path updates). --- .../freebsd/security/monkeysphere/files/patch-sharelocation | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'packaging') 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 + -- cgit v1.2.3