# # # patch "twisted/plugins/mserv.py" # from [b4f2671228265ebcb3398effa5d72c4fcd7ef069] # to [32f6ca12e7db28edaa0cca9d65017bff626f5e5c] # ============================================================ --- twisted/plugins/mserv.py b4f2671228265ebcb3398effa5d72c4fcd7ef069 +++ twisted/plugins/mserv.py 32f6ca12e7db28edaa0cca9d65017bff626f5e5c @@ -542,7 +542,7 @@ class MonotoneServiceMaker(object): def makeService(self, options): - mtnservice = MtnService('/usr/bin/mtn', options['db']) + mtnservice = MtnService(options['binary'], options['db']) root = EmptyResource() root.putChild('cmd', CommandResource(mtnservice))