1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/net/cap/files/patch-ae
1997-01-25 16:03:05 +00:00

190 lines
7.0 KiB
Plaintext

Patches to reflect file locations in man pages.
--- man/aarpd.8.orig Sun Mar 8 22:46:26 1992
+++ man/aarpd.8 Sun Nov 10 08:01:47 1996
@@ -32,7 +32,7 @@
At startup,
.I aarpd
probes for a node number, determines the network number and
-maintains a copy of the network information in /etc/etalk.local which it
+maintains a copy of the network information in /usr/local/etc/cap/etalk.local which it
updates as necessary.
.PP
The options
@@ -57,10 +57,10 @@
.BI <interface> " <zoneName>"
defines the network interface (as listed by netstat(8)) such as ie0, le0,
ln0 or pf0. The zoneName argument is a valid zonename for the EtherTalk
-connected to the interface. These values may be seeded in /etc/etalk.local
+connected to the interface. These values may be seeded in /usr/local/etc/cap/etalk.local
but it is recommended that both arguments be supplied.
.SH FILES
-/etc/etalk.local - refer man/etalk.local.5
+/usr/local/etc/cap/etalk.local - refer man/etalk.local.5
.SH NOTES
.I aarpd
be run as "root" (uid 0) and should be started before any other CAP
--- man/atalk.local.5.orig Wed Mar 13 19:47:13 1991
+++ man/atalk.local.5 Sun Nov 10 08:05:49 1996
@@ -129,7 +129,7 @@
underlying IP network structure is of importance here. Unfortunately,
the details of this issue are beyond the scope of this document.
.SH FILES
-atalk.local usually resides in /etc
+atalk.local resides in /usr/local/etc/cap
.SH BUGS
The node numbers should be automatically determined since they are
fixed. In addition, it would be nice if the zone name were picked up
--- man/atis.8.orig Sun Jan 26 00:25:04 1997
+++ man/atis.8 Sun Jan 26 00:32:44 1997
@@ -91,19 +91,19 @@
.I atis
automatically disassociates itself from the controlling terminal
unless debug options are set. To allow some control over the
-disassocated process, the pid is recorded in /etc/atis.pid and the
+disassocated process, the pid is recorded in /usr/local/etc/cap/atis.pid and the
following commands options have been added.
.TP
.B dump
sends a SIGQUIT signal to the running atis. This causes the running
atis to dump
-its name table into /usr/tmp/nis.db.
+its name table into /var/tmp/nis.db.
.TP
.B reload
sends a SIGHUP signal to the running atis. This
causes the running
.I atis
-to reload its name tables from /usr/tmp/nis.db.
+to reload its name tables from /var/tmp/nis.db.
.TP
.B exit
will stop the currently running copy of
@@ -112,11 +112,11 @@
.TP
.B debug
increments the debug level of the running server by sending it a
-SIGIOT. If no log file was defined, /usr/tmp/atis.run is created and used.
+SIGIOT. If no log file was defined, /var/tmp/atis.run is created and used.
.TP
.B nodebug
turns off debugging in the running server by sending it a SIGEMT. If
-/usr/tmp/atis.run was created by
+/var/tmp/atis.run was created by
.I debug
then the file is closed.
.PP
@@ -131,14 +131,14 @@
to dump the database and exit.
.PP
.SH FILES
-/etc/atis.pid records the pid of the currently running server.
+/usr/local/etc/cap/atis.pid records the pid of the currently running server.
.br
-/etc/atalk.local is used to find the closest Ethernet/Appletalk bridge
+/usr/local/etc/cap/atalk.local is used to find the closest Ethernet/Appletalk bridge
(directory location alterable at compile time).
.br
-/usr/tmp/nis.db is used to hold the name data base when dumped
+/var/tmp/nis.db is used to hold the name data base when dumped
.br
-/usr/tmp/atis.run is used for logging if debug is turned on without a
+/var/tmp/atis.run is used for logging if debug is turned on without a
log file via "atis debug".
.SH NOTES
The current copy of atis runs with Revisions 10/86, 9/87, 1/88 or 6/88 of the
--- man/atprint.1.orig Sun Mar 8 22:44:36 1992
+++ man/atprint.1 Sun Nov 10 08:23:43 1996
@@ -49,7 +49,7 @@
PostScript device.
You can specify the device in one of three ways (-a is the default).
"tlw -u <short-printer-name>" maps a Unix short printer name to an Appletalk
-entity name via the cap.printers file (often found in /etc).
+entity name via the cap.printers file (found in /usr/local/etc/cap).
"tlw -a <object-name>" specifies a device of type "LaserWriter" in the current
zone "*".
"tlw -a <appletalk-entity>" lets you choose an arbitrary object, type and zone,
@@ -96,7 +96,7 @@
.SH BUGS
There are bound to be several.
.SH FILES
-/etc/cap.printers \- papif configuation file to associate UNIX printer
+/usr/local/etc/cap/cap.printers \- papif configuration file to associate UNIX printer
queues with LaserWriter names. Location may vary according to local option.
.SH AUTHOR
lwpr, iwpr, tlw and isrv were written by Charlie C. Kim of
--- man/etalk.local.5.orig Thu Mar 14 23:50:17 1991
+++ man/etalk.local.5 Sun Nov 10 08:04:48 1996
@@ -42,6 +42,6 @@
An underscore in the zone name is
no longer treated as a space as in previous versions of atalk.local.
.SH FILES
-etalk.local usually resides in /etc
+etalk.local resides in /usr/local/etc/cap
.SH SEE ALSO
CAP(3), CAP(8), atalkatab(5), atalkad(8), atis(8)
--- man/lwrename.8.orig Sun Nov 10 08:37:05 1996
+++ man/lwrename.8 Sun Nov 10 08:40:05 1996
@@ -141,7 +141,7 @@
.I start\-cap\-servers
file.
.SH FILES
-/etc/lwrename.list default location for list of monitored printers
+/usr/local/lib/cap/lwrename.list location for list of monitored printers
.SH SEE ALSO
CAP(8), atlook(1), lwsrv(8)
.SH AUTHOR
--- man/papif.8.orig Sun Nov 10 08:16:47 1996
+++ man/papif.8 Sun Nov 10 08:26:38 1996
@@ -414,9 +414,9 @@
may no longer work properly.
.SH FILES
.nf
-.ta \w'/etc/cap.printers 'u
+.ta \w'/usr/local/etc/cap/cap.printers 'u
/etc/printcap
-/etc/cap.printers (location is settable)
+/usr/local/etc/cap/cap.printers (location is settable)
\&.status lpd status file
newstatus papif status temporary file
\&.banner lpd banner file
--- man/snitch.1.orig Thu Feb 28 21:42:51 1991
+++ man/snitch.1 Sun Nov 10 08:41:46 1996
@@ -103,7 +103,7 @@
.I snitch
in the background).
.SH FILES
-Uses the cap file "atalk.local", usually in /etc.
+Uses the cap file "atalk.local", in //usr/local/etc/cap.
.SH "SEE ALSO"
CAP(8), atis(8), cap(3)
.SH EXAMPLE
--- man/UAB.8.orig Sun Mar 8 22:43:56 1992
+++ man/UAB.8 Sun Jan 26 00:53:02 1997
@@ -73,12 +73,12 @@
(SIGEMT), statistics (SIGUSR2), or exit (SIGTERM) will
send these signals.
tdump causes the running uab to dump its internal tables (rtmp, etc.) to
-/usr/tmp/uab.dump. (dump is
+/var/tmp/uab.dump. (dump is
reserved for nbp if uab ever support nbp). debug tells the running
uab to increment the debug level: if not log file was currently
-active, the log will go to /usr/tmp/uab.run.
+active, the log will go to /var/tmp/uab.run.
nodebug turns off all debugging.
-stat or statisitics dumps statistics to /usr/tmp/uab.stats. exit
+stat or statisitics dumps statistics to /var/tmp/uab.stats. exit
causes the running uab to stop.
.PP
The bridge description file is a list of the valid ports for a
@@ -155,7 +155,7 @@
for Computing Activities, Columbia University
.SH FILES
.nf
-/usr/tmp/uab.stats
-/usr/tmp/uab.run
-/usr/tmp/uab.dump
+/var/tmp/uab.stats
+/var/tmp/uab.run
+/var/tmp/uab.dump
.fi