Source-Changes-HG archive

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

[src/trunk]: src/crypto/external/bsd/heimdal fix small nit + missing step



details:   https://anonhg.NetBSD.org/src/rev/a25eab970921
branches:  trunk
changeset: 795298:a25eab970921
user:      pettai <pettai%NetBSD.org@localhost>
date:      Sun Apr 06 11:24:25 2014 +0000

description:
fix small nit + missing step

diffstat:

 crypto/external/bsd/heimdal/heimdal2netbsd |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r b2ed49059f88 -r a25eab970921 crypto/external/bsd/heimdal/heimdal2netbsd
--- a/crypto/external/bsd/heimdal/heimdal2netbsd        Sun Apr 06 09:53:59 2014 +0000
+++ b/crypto/external/bsd/heimdal/heimdal2netbsd        Sun Apr 06 11:24:25 2014 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-#      $NetBSD: heimdal2netbsd,v 1.4 2011/10/08 19:30:02 christos Exp $
+#      $NetBSD: heimdal2netbsd,v 1.5 2014/04/06 11:24:25 pettai Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -37,9 +37,10 @@
 #      $ export HEIMDAL_SRCDIR=src/crypto/external/bsd/heimdal
 #      $ cd /some/where/temporary
 #      $ git clone git://svn.h5l.org/heimdal.git
-#      $ sh $SRCDIR/$HEIMDAL_SRCDIR/heimdal2netbsd heimdal `pwd`
+#      $ sh $SRCDIR/../$HEIMDAL_SRCDIR/heimdal2netbsd heimdal `pwd`
 #      $ cd $HEIMDAL_SRCDIR/dist
 #       $ cvs -d ... import $HEIMDAL_SRCDIR/dist HEIMDAL head-20110317
+#      >>> if any conflicts, merge, fix and commit them.
 #      $ cd /some/where/temporary/heimdal
 #      $ autoreconf -f -i
 #      $ ./configure



Home | Main Index | Thread Index | Old Index