BSD 4_4_Lite1 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Mon, 8 Jan 1990 09:39:44 +0000 (01:39 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Mon, 8 Jan 1990 09:39:44 +0000 (01:39 -0800)
Work on file usr/src/sys/tests/nfs/billboard/bb_data.company

Synthesized-from: CSRG/cd2/4.4BSD-Lite1

usr/src/sys/tests/nfs/billboard/bb_data.company [new file with mode: 0644]

diff --git a/usr/src/sys/tests/nfs/billboard/bb_data.company b/usr/src/sys/tests/nfs/billboard/bb_data.company
new file mode 100644 (file)
index 0000000..82e2317
--- /dev/null
@@ -0,0 +1,47 @@
+# This is an example company data file.  This is the file which is needed
+# upon startup of the billboard program.
+# There are several designators which mean which type of data follows in
+# the line.  The obvious one is the comment designator and the others follow
+# in comments of course.
+# %P -- The IP address designator.  A list of IP address follow on the line.
+# %C -- The company name follows.
+# %I -- The implementation name follows.
+# %D -- The identifier name follows.
+# %B -- The booth number follows.
+# %F -- The flags follow: 1 - client only implementation,
+#                        2 - server only implementation,
+#                        3 - client and server implementations
+# %E -- The end of this company data record.
+# The semantics are the following:  
+#   Comment designators must start in column 0.
+#   Data field designators must be in column 1.
+#   Any character may preceed a data field designator. ( % is a pretty one )
+#   Any character may follow the data field designator, but the data
+#   starts in column 3.
+#
+
+%P 129.144.40.010 129.144.40.10
+%C Sun
+%I NFS
+%D Keith
+%B 1
+%F 3
+%E
+
+%P 129.144.40.210
+%C Sun
+%I NEWS
+%D Richard
+%F 3
+%B 2
+%E
+
+%I Implementation
+%D Other
+%B 3
+%E
+
+%I Master Imp.
+%D SUN
+%B 4
+%E