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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
--- gkrellm.1.orig 2025-01-19 16:02:37 UTC
+++ gkrellm.1
@@ -1,4 +1,4 @@
-.TH gkrellm 1 "Jan 07, 2025" "" "User's Manual"
+.TH gkrellm 1 "June 7, 2003" "FreeBSD" "User's Manual"
.SH "NAME"
gkrellm \- The GNU Krell Monitors
@@ -429,7 +429,7 @@ lock file
ppp is connecting, and the on state is the ppp link connected.
The phone line lock is determined by the existence of the modem
lock file
-.IR /var/lock/LCK..modem,
+.IR /var/spool/lock/LCK..modem,
which assumes pppd is using
.IR /dev/modem.
However, if your pppd setup does not use
@@ -438,11 +438,11 @@ then you can configure an alternative with:
.PP
.RS
.nf
-ln \-s /var/lock/LCK..ttySx ~/.gkrellm2/LCK..modem
+ln \-s /var/spool/lock/LCK..cuaaS ~/.gkrellm2/LCK..modem
.fi
.RE
.IP
-where ttySx is the tty device your modem does use. The ppp on
+where cuaaS is the tty device your modem does use. The ppp on
state is detected by the existence of
.IR /var/run/pppX.pid
and the time stamp of this file is the base for the on line time.
@@ -1138,7 +1138,7 @@ several locations:
.nf
~/.gkrellm2/themes
/usr/local/share/gkrellm2/themes
-/usr/share/gkrellm2/themes
+/usr/X11R6/share/gkrellm2/themes
.fi
.RE
.PP
@@ -1149,7 +1149,7 @@ theme may also be installed as:
.RS
.nf
~/.themes/THEME_NAME/gkrellm2
-/usr/share/themes/THEME_NAME/gkrellm2
+/usr/X11R6/share/themes/THEME_NAME/gkrellm2
.fi
.RE
.PP
@@ -1177,7 +1177,7 @@ and
The directories
.IR /usr/local/lib/gkrellm2/plugins
and
-.IR /usr/lib/gkrellm2/plugins
+.IR /usr/X11R6/libexec/gkrellm2/plugins
are also searched for plugins to install.
.PP
Some plugins may be available only as source files and they will
@@ -1213,7 +1213,7 @@ User plugin directory.
.I ~/.gkrellm2/plugins
User plugin directory.
.TP
-.I /usr/lib/gkrellm2/plugins
+.I /usr/X11R6/libexec/gkrellm2/plugins
System wide plugin directory.
.TP
.I /usr/local/lib/gkrellm2/plugins
@@ -1225,13 +1225,13 @@ User theme packaged as part of a user Gtk theme.
.I ~/.themes/THEME_NAME/gkrellm2
User theme packaged as part of a user Gtk theme.
.TP
-.I /usr/share/gkrellm2/themes
+.I /usr/X11R6/share/gkrellm2/themes
System wide theme directory.
.TP
.I /usr/local/share/gkrellm2/themes
Local theme directory.
.TP
-.I /usr/share/themes/THEME_NAME/gkrellm2
+.I /usr/X11R6/share/themes/THEME_NAME/gkrellm2
System wide theme packaged as part of a system wide Gtk theme.
.SH "AUTHORS"
|