#
#
# patch "ChangeLog"
# from [c90bc18fceb2a70090b9e6eb5eae6757ce12f42b]
# to [0ce26645827dda40be63fc03c01234d20fd22b24]
#
# patch "contrib/usher.cc"
# from [599b754c575694458973cf7ecd5be5fd5a03c06d]
# to [bcd6a4e48ddbf8c13a54b4f9dd977c1219ec313e]
#
============================================================
--- ChangeLog c90bc18fceb2a70090b9e6eb5eae6757ce12f42b
+++ ChangeLog 0ce26645827dda40be63fc03c01234d20fd22b24
@@ -1,3 +1,8 @@
+2006-04-10 Richard Levitte
+
+ * contrib/usher.cc: Changed all reference to "monotone" to the new
+ "mtn". Submitted by Ethan Blanton .
+
2006-04-09 Matthew Gregan
* paths.cc (file_path::file_path): MM() on source path.
============================================================
--- contrib/usher.cc 599b754c575694458973cf7ecd5be5fd5a03c06d
+++ contrib/usher.cc bcd6a4e48ddbf8c13a54b4f9dd977c1219ec313e
@@ -16,7 +16,7 @@
// Usage: usher [-l address[:port]] [-a address:port] [-p pidfile]
//
// options:
-// -m the monotone command, defaults to "monotone"
+// -m the monotone command, defaults to "mtn"
// -l address and port to listen on, defaults to 0.0.0.0:4691
// -a address and port to listen for admin commands
// -p a file (deleted on program exit) to record the pid of the usher in
@@ -27,7 +27,7 @@
// host localhost
// pattern net.venge.monotone
// remote 66.96.28.3:4691
-//
+//
// server local
// host 127.0.0.1
// pattern *
@@ -51,8 +51,8 @@
// A request to server "hostname" will be directed to the
// server at :, if that stem is marked as remote,
// and to a local server managed by the usher, started with the given
-// arguments ("monotone serve --bind=something "),
-// if it is marked as local.
+// arguments ("mtn serve --bind=something "), if it is
+// marked as local.
// Note that "hostname" has to be an initial substring of who the client asked
// to connect to, but does not have to match exactly. This means that you don't
// have to know in advance whether clients will be asking for
@@ -161,7 +161,7 @@
// defaults, overridden by command line
int listenport = 4691;
string listenaddr = "0.0.0.0";
-string monotone = "monotone";
+string monotone = "mtn";
// keep local servers around for this many seconds after the last
// client disconnects from them (only accurate to ~10 seconds)