89 lines
2.8 KiB
Plaintext
89 lines
2.8 KiB
Plaintext
--- pine/pine.hlp.orig Thu Jan 11 14:08:06 2001
|
|
+++ pine/pine.hlp Thu Jan 18 10:43:52 2001
|
|
@@ -596,9 +596,9 @@
|
|
executable <Unix search path>/pine
|
|
persnl cfg ~/.pinerc
|
|
except cfg ~/.pinercex
|
|
- global cfg /usr/local/lib/pine.conf
|
|
- fixed cfg /usr/local/lib/pine.conf.fixed
|
|
- local help /usr/local/lib/pine.info
|
|
+ global cfg /etc/pine.conf
|
|
+ fixed cfg /etc/pine.conf.fixed
|
|
+ local help /etc/pine.info
|
|
|
|
interrupted ~/.pine-interrupted-mail
|
|
debug ~/.pine-debugN
|
|
@@ -1069,9 +1069,9 @@
|
|
this link now to send a message to it:<BR>
|
|
<A HREF="X-Pine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
|
|
<!--chtml endif-->
|
|
-<!--chtml if [ -r /usr/local/lib/pine.info ]-->
|
|
+<!--chtml if [ -r /etc/pine.info ]-->
|
|
<HR WIDTH="75%">Local Support Contacts:<P>
|
|
-<!--#include file="/usr/local/lib/pine.info"-->
|
|
+<!--#include file="/etc/pine.info"-->
|
|
<HR WIDTH="75%">
|
|
<!--chtml endif-->
|
|
<P>
|
|
@@ -1159,7 +1159,7 @@
|
|
<OL>
|
|
<LI> <A HREF="#intro">Introduction</A>
|
|
<LI> <A HREF="#pine_help">Pine Help</A>
|
|
-<!--chtml if [ -r /usr/local/lib/pine.info ]-->
|
|
+<!--chtml if [ -r /etc/pine.info ]-->
|
|
<LI> <A HREF="#local_support">Local Support Contacts</A>
|
|
<!--chtml endif-->
|
|
<LI> <A HREF="#giving_cmds">Giving Commands in Pine</A>
|
|
@@ -1268,9 +1268,9 @@
|
|
at your site.)
|
|
|
|
|
|
-<!--chtml if [ -r /usr/local/lib/pine.info ]-->
|
|
+<!--chtml if [ -r /etc/pine.info ]-->
|
|
<H2><A NAME="local_support">Local Support Contacts</A></H2>
|
|
-<!--#include file="/usr/local/lib/pine.info"-->
|
|
+<!--#include file="/etc/pine.info"-->
|
|
<!--chtml endif-->
|
|
|
|
<H2><A NAME="giving_cmds">Giving Commands in Pine</A></H2>
|
|
@@ -1924,7 +1924,7 @@
|
|
file, execute
|
|
|
|
<PRE><CODE>
|
|
- pine -conf > /usr/local/lib/pine.conf
|
|
+ pine -conf > /etc/pine.conf
|
|
</CODE></PRE>
|
|
<P>
|
|
|
|
@@ -1932,7 +1932,7 @@
|
|
system configuration file, execute
|
|
|
|
<PRE><CODE>
|
|
- pine -P old-pine.conf -conf > /usr/local/lib/pine.conf
|
|
+ pine -P old-pine.conf -conf > /etc/pine.conf
|
|
</CODE></PRE>
|
|
<P>
|
|
A system configuration file is not required.
|
|
@@ -2083,7 +2083,7 @@
|
|
<DT> -P <EM>pinerc</EM>
|
|
|
|
<DD> Uses the named file as the system wide configuration file instead of
|
|
-<EM>/usr/local/lib/pine.conf</EM> on UNIX, or nothing on <EM>PC-Pine</EM>.
|
|
+<EM>/etc/pine.conf</EM> on UNIX, or nothing on <EM>PC-Pine</EM>.
|
|
Pinerc may be either a local file or a remote configuration folder.
|
|
<P>
|
|
|
|
@@ -2784,10 +2784,10 @@
|
|
</OL>
|
|
<P>
|
|
The fixed configuration file is normally
|
|
-<CODE>/usr/local/lib/pine.conf.fixed</CODE>.
|
|
+<CODE>/etc/pine.conf.fixed</CODE>.
|
|
<P>
|
|
The system-wide configuration file is normally
|
|
-<CODE>/usr/local/lib/pine.conf</CODE> for Unix Pine and is normally not
|
|
+<CODE>/etc/pine.conf</CODE> for Unix Pine and is normally not
|
|
set for PC-Pine.
|
|
For PC-Pine, if the environment variable <EM>$PINECONF</EM> is set, that
|
|
is used for the system-wide configuration.
|