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