85 lines
2.2 KiB
Text
85 lines
2.2 KiB
Text
Index: gkrellm.1
|
|
diff -u gkrellm.1.orig gkrellm.1
|
|
--- gkrellm.1.orig Mon Oct 13 13:01:37 2003
|
|
+++ gkrellm.1 Mon Oct 13 15:24:10 2003
|
|
@@ -1,4 +1,4 @@
|
|
-.TH gkrellm 1 "June 7, 2003" "GNU/Linux" "User's Manual"
|
|
+.TH gkrellm 1 "June 7, 2003" "FreeBSD" "User's Manual"
|
|
|
|
.SH "NAME"
|
|
gkrellm \- The GNU Krell Monitors
|
|
@@ -416,7 +416,7 @@
|
|
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
|
|
@@ -425,11 +425,11 @@
|
|
.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.
|
|
@@ -1007,7 +1007,7 @@
|
|
.nf
|
|
~/.gkrellm2/themes
|
|
/usr/local/share/gkrellm2/themes
|
|
-/usr/share/gkrellm2/themes
|
|
+/usr/X11R6/share/gkrellm2/themes
|
|
.fi
|
|
.RE
|
|
.PP
|
|
@@ -1018,7 +1018,7 @@
|
|
.RS
|
|
.nf
|
|
~/.themes/THEME_NAME/gkrellm2
|
|
-/usr/share/themes/THEME_NAME/gkrellm2
|
|
+/usr/X11R6/share/themes/THEME_NAME/gkrellm2
|
|
.fi
|
|
.RE
|
|
.PP
|
|
@@ -1046,7 +1046,7 @@
|
|
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
|
|
@@ -1082,7 +1082,7 @@
|
|
.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
|
|
@@ -1094,13 +1094,13 @@
|
|
.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"
|