pkgsrc/net/zephyr/pkg/INSTALL
1998-08-07 11:08:53 +00:00

17 lines
399 B
Text

#! /bin/sh
#
# $NetBSD: INSTALL,v 1.2 1998/08/07 11:11:07 agc Exp $
#
case "$2" in
""|POST-INSTALL) cat <<EOF
=============================================================
Zephyr requires a single master server, and then a host server for
every host that supports zephyr. You must start these out of your
rc script.
=============================================================
EOF
;;
esac