1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
$NetBSD: patch-ah,v 1.3 2000/01/26 22:11:36 jlam Exp $
--- doc/rplayd.8.orig Tue Jul 14 18:35:23 1998
+++ doc/rplayd.8 Tue Jan 18 16:15:39 2000
@@ -125,7 +125,7 @@
Linux uses cdrom[0-3] -> /dev/cdrom[0-3].
.TP
.I "\-C FILE, \-\-conf=FILE"
-Use FILE for rplay.conf (/etc/rplay/rplay.conf).
+Use FILE for rplay.conf.
.TP
.I "\-T N, \-\-connection\-timeout=N"
Close idle RPTP connections after N seconds, disabled with 0 (300).
@@ -146,10 +146,10 @@
Display helpful information.
.TP
.I "\-\-helpers=FILE"
-Use FILE for rplay.helpers (/etc/rplay/rplay.helpers).
+Use FILE for rplay.helpers.
.TP
.I "\-H FILE, \-\-hosts=FILE"
-Use FILE for rplay.hosts (/etc/rplay/rplay.hosts).
+Use FILE for rplay.hosts.
.TP
.I "\-\-inetd"
Enable inetd mode. (disabled)
@@ -191,7 +191,7 @@
(--other-rptp-port may also be available)
.TP
.I "\-S FILE, \-\-servers=FILE"
-Use FILE for rplay.servers (/etc/rplay/rplay.servers).
+Use FILE for rplay.servers.
.TP
.I "\-t N, \-\-timeout=N"
Exit after N idle seconds, disabled with 0 (0).
@@ -205,10 +205,10 @@
.nf
~/.rplaydrc
/tmp/.rplay-cache
-/usr/local/etc/rplay.conf
-/usr/local/etc/rplay.helpers
-/usr/local/etc/rplay.hosts
-/usr/local/etc/rplay.servers
+/usr/pkg/etc/rplay.conf
+/usr/pkg/etc/rplay.helpers
+/usr/pkg/etc/rplay.hosts
+/usr/pkg/etc/rplay.servers
.fi
.SH SEE ALSO
.IR rplay.conf (5),
|