summaryrefslogtreecommitdiff
path: root/net/zephyr/pkg/INSTALL
blob: 5d76a4b87449e7decc36b0ae11e4f88006ebc11d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /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