2001-03-14 20:05:41 +01:00
|
|
|
Index: gkrellm.1
|
|
|
|
diff -u gkrellm.1.orig gkrellm.1
|
2001-08-03 22:25:56 +02:00
|
|
|
--- gkrellm.1.orig Thu Jul 12 08:23:47 2001
|
|
|
|
+++ gkrellm.1 Mon Jul 30 20:51:15 2001
|
2001-03-14 20:05:41 +01:00
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
-.TH gkrellm 1 "Febuary 3, 2001" "Olympus GNU/Linux" "User's Manual"
|
|
|
|
+.TH gkrellm 1 "Febuary 3, 2001" "FreeBSD" "User's Manual"
|
|
|
|
|
|
|
|
.SH "NAME"
|
|
|
|
gkrellm \- The GNU Krell Monitors
|
2001-08-03 22:25:56 +02:00
|
|
|
@@ -365,7 +365,7 @@
|
2001-03-14 20:05:41 +01:00
|
|
|
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
|
2001-08-03 22:25:56 +02:00
|
|
|
-.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
|
|
|
|
@@ -374,11 +374,11 @@
|
2001-03-14 20:05:41 +01:00
|
|
|
.PP
|
|
|
|
.RS
|
|
|
|
.nf
|
|
|
|
-ln -s /var/lock/LCK..ttySx ~/.gkrellm/LCK..modem
|
|
|
|
+ln -s /var/spool/lock/LCK..cuaaS ~/.gkrellm/LCK..modem
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
.IP
|
2001-08-03 22:25:56 +02:00
|
|
|
-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
|
2001-03-14 20:05:41 +01:00
|
|
|
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.
|
2001-08-03 22:25:56 +02:00
|
|
|
@@ -839,7 +839,7 @@
|
2001-03-14 20:05:41 +01:00
|
|
|
.PP
|
|
|
|
.B gkrellm
|
|
|
|
also searches
|
|
|
|
-.IR /usr/share/gkrellm/themes
|
|
|
|
+.IR /usr/X11R6/share/gkrellm/themes
|
|
|
|
for any system wide themes installed as part of a distribution.
|
|
|
|
Finally, a theme you simply want to check out can be untarred anywhere and
|
|
|
|
used by running:
|
2001-08-03 22:25:56 +02:00
|
|
|
@@ -864,12 +864,12 @@
|
2001-03-14 20:05:41 +01:00
|
|
|
The directories
|
|
|
|
.IR /usr/local/lib/gkrellm/plugins
|
|
|
|
and
|
|
|
|
-.IR /usr/lib/gkrellm/plugins
|
|
|
|
+.IR /usr/X11R6/libexec/gkrellm/plugins
|
|
|
|
are also searched for plugins to install.
|
|
|
|
For compatibility with pre 1.0.6 versions, plugins from the directories
|
|
|
|
.IR /usr/local/share/gkrellm/plugins
|
|
|
|
and
|
|
|
|
-.IR /usr/share/gkrellm/plugins
|
|
|
|
+.IR /usr/X11R6/libexec/gkrellm/plugins
|
|
|
|
are still installed, but this is not compatible with the FHS.
|
|
|
|
.PP
|
|
|
|
Some plugins may be available only as source files and they will
|
2001-08-03 22:25:56 +02:00
|
|
|
@@ -890,7 +890,7 @@
|
2001-03-14 20:05:41 +01:00
|
|
|
.I ~/.gkrellm/plugins
|
|
|
|
User plugin directory.
|
|
|
|
.TP
|
|
|
|
-.I /usr/lib/gkrellm/plugins
|
|
|
|
+.I /usr/X11R6/libexec/gkrellm/plugins
|
|
|
|
System wide plugin directory.
|
|
|
|
.TP
|
|
|
|
.I /usr/local/lib/gkrellm/plugins
|
2001-08-03 22:25:56 +02:00
|
|
|
@@ -899,7 +899,7 @@
|
2001-03-14 20:05:41 +01:00
|
|
|
.I ~/.gkrellm/themes
|
|
|
|
User theme directory.
|
|
|
|
.TP
|
|
|
|
-.I /usr/share/gkrellm/themes
|
|
|
|
+.I /usr/X11R6/share/gkrellm/themes
|
|
|
|
System wide theme directory.
|
|
|
|
.TP
|
|
|
|
.I /usr/local/share/gkrellm/themes
|