Source-Changes-HG archive

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

[src/trunk]: src/crypto/dist/heimdal Forgot one include file from the last ch...



details:   https://anonhg.NetBSD.org/src/rev/fba8035a5c59
branches:  trunk
changeset: 542328:fba8035a5c59
user:      elric <elric%NetBSD.org@localhost>
date:      Sun Jan 26 21:59:49 2003 +0000

description:
Forgot one include file from the last change.

diffstat:

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

diffs (29 lines):

diff -r 60a73a4615f2 -r fba8035a5c59 crypto/dist/heimdal/heimdal2netbsd
--- a/crypto/dist/heimdal/heimdal2netbsd        Sun Jan 26 20:51:58 2003 +0000
+++ b/crypto/dist/heimdal/heimdal2netbsd        Sun Jan 26 21:59:49 2003 +0000
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 # $Heimdal: heimdal2netbsd,v 1.3 2002/09/12 14:12:18 joda Exp $
-# $NetBSD: heimdal2netbsd,v 1.4 2003/01/26 20:51:58 elric Exp $
+# $NetBSD: heimdal2netbsd,v 1.5 2003/01/26 21:59:49 elric Exp $
 
 if [ \! -f kuser/kinit.c ]; then 
        echo "`basename $0`: should be run in top src directory" 1>&2
@@ -21,7 +21,7 @@
 echo 'Fixing .Os in man pages.'
 perl -i~ -p -e 's/\.Os HEIMDAL/.Os/' `find . -name '*.[1358]'`
 
-echo 'Changing $Id: heimdal2netbsd,v 1.4 2003/01/26 20:51:58 elric Exp $ to $Heimdal$.'
+echo 'Changing $Id: heimdal2netbsd,v 1.5 2003/01/26 21:59:49 elric Exp $ to $Heimdal$.'
 ## Ugh!
 set -- 'RCSID\("'      '"\)'   '__RCSID("'     '"\n        "\$NetBSD\$")' \
        '/\* '          ' \*/'  '/* '           '\n   \$NetBSD\$ */'       \
@@ -55,6 +55,7 @@
            -e 's,#include <hdb_asn1.h>,#include <krb5/hdb_asn1.h>,'          \
            -e 's,#include <hdb_err.h>,#include <krb5/hdb_err.h>,'            \
            -e 's,#include <hdb-protos.h>,#include <krb5/hdb-protos.h>,'      \
+           -e 's,#include <krb5-protos.h>,#include <krb5/krb5-protos.h>,'    \
            -e 's,#include <roken-common.h>,#include <krb5/roken-common.h>,'  \
            -e 's,#include <sl.h>,#include <krb5/sl.h>,'
 }



Home | Main Index | Thread Index | Old Index