From: Daniel Kahn Gillmor Date: Fri, 26 Dec 2008 23:33:04 +0000 (-0500) Subject: updating freebsd patch to allow monkeysphere-ssh-proxycommand to work (path updates). X-Git-Tag: monkeysphere_0.23~164^2~10 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=4b5f62d5cdb596ce85539766ae3ff491b1b14b46;hp=99f417023913543e1cc758d3bf08216ef9a1694a;p=monkeysphere.git updating freebsd patch to allow monkeysphere-ssh-proxycommand to work (path updates). --- 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 +