monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone.contrib.usher: fc4db6c86fb1


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone.contrib.usher: fc4db6c86fb19fac75ff76257b8bd0fd27e5afa2
Date: Sun, 23 Jan 2011 22:43:45 GMT

revision:            fc4db6c86fb19fac75ff76257b8bd0fd27e5afa2
date:                2011-01-21T14:04:50
author:              Richard Levitte <address@hidden>
branch:              net.venge.monotone.contrib.usher
changelog:
I've been hit by a case when 'usherctl -c usherctl.conf' didn't work.
. claimed that there was no such file present.  Adding the directory
component, even if it's juse './', helped.


manifest:
format_version "1"

new_manifest [bce3f6ca39c3760406edb5ab5696d0b8111be8b3]

old_revision [f4275968988397b4fe71b17fade5af6af06585a3]

patch "utils/usherctl.in"
 from [8bb7514edca6aac89903dd4d9e8499a232bff8ee]
   to [6c4313565f4d4686d74e224003b14865589691e6]
============================================================
--- utils/usherctl.in	8bb7514edca6aac89903dd4d9e8499a232bff8ee
+++ utils/usherctl.in	6c4313565f4d4686d74e224003b14865589691e6
@@ -69,7 +69,7 @@ done
     esac
 done
 
-. "$config_file"
+. "`dirname $config_file`/$config_file"
 
 # Apply default where nothing is set.
 USHER_CONFDIR=${USHER_CONFDIR:address@hidden@/usher}

reply via email to

[Prev in Thread] Current Thread [Next in Thread]