summaryrefslogtreecommitdiff
path: root/net/zephyr/INSTALL
blob: 84f140c1ff571504753e82f668c83e6d8933ff12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh
#
# $NetBSD: INSTALL,v 1.1 2001/10/31 23:00:01 zuntum 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