summaryrefslogtreecommitdiff
path: root/net/zephyr/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'net/zephyr/INSTALL')
-rw-r--r--net/zephyr/INSTALL17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/zephyr/INSTALL b/net/zephyr/INSTALL
new file mode 100644
index 00000000000..84f140c1ff5
--- /dev/null
+++ b/net/zephyr/INSTALL
@@ -0,0 +1,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