summaryrefslogtreecommitdiff
path: root/net/netatalk-asun
diff options
context:
space:
mode:
authorStefan Bethke <stb@FreeBSD.org>1999-05-10 01:10:19 +0000
committerStefan Bethke <stb@FreeBSD.org>1999-05-10 01:10:19 +0000
commit3d5107edf868eaf35a004c0b3e01a748647d3e49 (patch)
tree21ba74998e2727be1b79b90cb66e403a7a10878b /net/netatalk-asun
parentSpelling fix. (diff)
Update man page for atalkd: add explanation for -router.
Notes
Notes: svn path=/head/; revision=18715
Diffstat (limited to 'net/netatalk-asun')
-rw-r--r--net/netatalk-asun/files/patch-bb59
1 files changed, 57 insertions, 2 deletions
diff --git a/net/netatalk-asun/files/patch-bb b/net/netatalk-asun/files/patch-bb
index 0743b15a619c..d36f78a5876b 100644
--- a/net/netatalk-asun/files/patch-bb
+++ b/net/netatalk-asun/files/patch-bb
@@ -1,5 +1,5 @@
--- man/man8/atalkd.8.orig Thu Feb 4 08:28:28 1999
-+++ man/man8/atalkd.8 Mon Mar 22 22:48:22 1999
++++ man/man8/atalkd.8 Mon May 10 03:03:42 1999
@@ -19,7 +19,7 @@
.BR ping (8)).
.B atalkd
@@ -9,7 +9,62 @@
It first reads from its configuration file,
.BR :ETCDIR:/atalkd.conf .
If there is no configuration file,
-@@ -121,3 +121,6 @@
+@@ -35,6 +35,8 @@
+ [
+ .B -seed
+ ] [
++.B -router
++] [
+ .B -phase
+ .I number
+ ] [
+@@ -53,6 +55,8 @@
+ .I interface
+ are optional. The loopback interface is configured automatically. If
+ .B -seed
++or
++.B -router
+ is specified, all other fields must be present. Also,
+ .B atalkd
+ will exit during bootstrapping, if a router disagrees with its seed
+@@ -97,10 +101,17 @@
+ .IR net-range ,
+ i.e. if you have three machines on an Ethernet, don't chose a
+ .I net-range
+-of 1000-2000. Each
++of 1000-2000. Each network number can accomodate 253 devices. A
+ .I net-range
+ may have an arbitrary list of zones associated with it.
+-.SH EXAMPLE
++.B -router
++can be used instead of
++.B -seed
++to define zones even if there is no AppleTalk router on the
++network, and
++.B atalkd
++only serves a single interface.
++.SH EXAMPLES
+ Below is an example configuration file for a sun4/40. The machine has
+ two interfaces, ``le0'' and ``le1''. The ``le0'' interface is
+ configured automatically from other routers on the network. The
+@@ -115,9 +126,23 @@
+ .sp
+ .B atalkd
+ automatically acts as a router if there is more than one interface.
++.LP
++To configure
++.B atalkd
++to provide zones even when there is no router on the network, and it is
++serving only a single interface, use
++.sp
++.RS
++.nf
++le0 -router -net 1-1 -zone "My Zone" -zone "My other Zone"
++.fi
++.RE
+ .SH FILES
+ .TP 30
+ .B :ETCDIR:/atalkd.conf
configuration file
.SH BUGS
On some systems, atalkd can not be restarted.