13 lines
311 B
Bash
Executable File
13 lines
311 B
Bash
Executable File
#! /bin/sh
|
|
|
|
# $Id: heimdal2netbsd,v 1.2 2001/06/05 17:08:07 wiz Exp $
|
|
|
|
echo "`basename $0`: this doesn't do anything yet!" 1>&2
|
|
exit 1
|
|
|
|
# put manual notes below:
|
|
|
|
# should probably rename <$>Id<$> to $Heimdal$ or similar
|
|
# Remove 'HEIMDAL' after .Os in the man pages (NetBSD man pages should just
|
|
# have '.Os')
|