src/init/conf/hg-ssh-wrapper
changeset 79 3a58a95fae2f
parent 78 2a3407a14654
child 80 fcb20d7593e6
--- a/src/init/conf/hg-ssh-wrapper	Fri Mar 06 13:30:37 2009 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-#!/bin/sh
-# Copyright 2008-2009 LShift Ltd
-
-# This file should live in /etc/mercurial-server.  It expects
-# to be specified as the target of the "command" section in the prefix
-# of a key in the authorized_keys file, and be passed a name associated
-# with an ssh key as its only argument.
-
-set -e
-exec /usr/local/lib/mercurial-server/hg-ssh $1