pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/monotone-server/files When printing commands to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e72d991211df
branches:  trunk
changeset: 572715:e72d991211df
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Mar 07 22:09:36 2010 +0000

description:
When printing commands to call monotone, print the correct binary name
(instead of hardcoding 'monotone').

diffstat:

 devel/monotone-server/files/monotone-server-init.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 09973239adcf -r e72d991211df devel/monotone-server/files/monotone-server-init.sh
--- a/devel/monotone-server/files/monotone-server-init.sh       Sun Mar 07 21:13:13 2010 +0000
+++ b/devel/monotone-server/files/monotone-server-init.sh       Sun Mar 07 22:09:36 2010 +0000
@@ -1,6 +1,6 @@
 #!@SH@
 #
-# $NetBSD: monotone-server-init.sh,v 1.4 2007/06/24 20:55:29 jmmv Exp $
+# $NetBSD: monotone-server-init.sh,v 1.5 2010/03/07 22:09:36 jmmv Exp $
 #
 
 progname=$(basename $0)
@@ -118,7 +118,7 @@
 At last, do not forget to register the public keys for the users with
 write access by using a command similar to:
 
-    monotone --db=${home}/monotone.db read < file-with-public-keys
+    ${MONOTONE##*/} --db=${home}/monotone.db read < file-with-public-keys
 
 Once finished, use the installed rc.d script (monotone) to start the
 dedicated server process.



Home | Main Index | Thread Index | Old Index