Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37773253
en ru br
ALT Linux repos
5.0: 4.64L-alt5.1
4.1: 4.64L-alt5
4.0: 4.64L-alt4.1
3.0: 4.58L-alt4
+backports:4.64L-alt0.M30.4

Group :: Networking/Mail
RPM: pine

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: pine-4.55-ALT-path.patch
Download


--- pine4.55/doc/pine.1.path	2003-04-16 21:47:13 +0400
+++ pine4.55/doc/pine.1	2003-05-10 12:17:40 +0400
@@ -309,7 +309,7 @@
 .if n .ta 2.8i
 .if t .ta 2.1i
 
-/usr/spool/mail/xxxx	Default folder for incoming mail.
+/var/spool/mail/xxxx	Default folder for incoming mail.
 .br
 ~/mail	Default directory for mail folders.
 .br
@@ -333,13 +333,13 @@
 .br
 /etc/mime.types	System-wide file ext. to MIME type mapping
 .br
-/usr/local/lib/pine.info	Local pointer to system administrator.
+/usr/lib/pine.info	Local pointer to system administrator.
 .br
-/usr/local/lib/pine.conf	System-wide configuration file.
+/etc/pine.conf	System-wide configuration file.
 .br
-/usr/local/lib/pine.conf.fixed	 Non-overridable configuration file.
+/etc/pine.conf.fixed	 Non-overridable configuration file.
 .br
-/tmp/.\\usr\\spool\\mail\\xxxx	Per-folder mailbox lock files.
+/tmp/.\\var\\spool\\mail\\xxxx	Per-folder mailbox lock files.
 .br
 ~/.pine-interrupted-mail	Message which was interrupted.
 .br
--- pine4.55/doc/tech-notes/cmd-line.html.path	2003-04-16 21:51:00 +0400
+++ pine4.55/doc/tech-notes/cmd-line.html	2003-05-10 12:17:40 +0400
@@ -87,7 +87,7 @@
 file, execute
 
 <PRE><CODE>
-		pine -conf > /usr/local/lib/pine.conf
+		pine -conf > /etc/pine.conf
 </CODE></PRE>
 <P>
 
@@ -95,7 +95,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.
@@ -264,7 +264,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>
 
--- pine4.55/doc/tech-notes/low-level.html.path	2002-11-01 22:35:48 +0300
+++ pine4.55/doc/tech-notes/low-level.html	2003-05-10 12:17:40 +0400
@@ -557,7 +557,7 @@
 
 <DD> If a Tenex-format (or empty) file named <EM>mail.txt</EM> exists in a
 <EM>Pine</EM> user's home directory, this triggers special processing in <EM>Pine</EM>. When
-<EM>INBOX</EM> is opened, mail is automatically moved from <EM>/usr/spool/mail</EM>
+<EM>INBOX</EM> is opened, mail is automatically moved from <EM>/var/spool/mail</EM>
 into <EM>mail.txt</EM> in the user's home directory. 
 
 <DT>
@@ -570,13 +570,13 @@
 <DT> Netnews Format
 
 <DD> The netnews format is a ReadOnly format which uses directories under
-<CODE>/usr/spool/news</CODE> as folders.
-The <CODE>/usr/spool/news/</CODE> prefix is
+<CODE>/var/spool/news</CODE> as folders.
+The <CODE>/var/spool/news/</CODE> prefix is
 removed and all subsequent ``/'' (slash) characters are changed to ``.''
 (period).  For example, the netnews folder name <EM>comp.mail.misc</EM>
-refers to the directory name <CODE>/usr/spool/news/comp/mail/misc</CODE>.
+refers to the directory name <CODE>/var/spool/news/comp/mail/misc</CODE>.
 In addition, the news folder name must appear in the file
-<CODE>/usr/lib/news/active</CODE> for it to be recognized.
+<CODE>/var/lib/news/active</CODE> for it to be recognized.
 Individual messages are
 stored as files in that directory, with file names being the ASCII form of
 a number assigned to that message. The default locations above can be
@@ -1088,7 +1088,7 @@
 
 The second selection is the standard UNIX print command.  The default is
 <EM>lpr</EM>, but it can be changed on a system basis to anything so
-desired in <CODE>/usr/local/lib/pine.conf</CODE>. <P>
+desired in <CODE>/etc/pine.conf</CODE>. <P>
 
 The third selection is
 the user's personal choice for a UNIX print command.  The text to be
--- pine4.55/doc/tech-notes/background.html.path	2003-03-26 22:52:51 +0300
+++ pine4.55/doc/tech-notes/background.html	2003-05-10 12:17:40 +0400
@@ -174,9 +174,9 @@
 <OL>
 
 <LI><EM>sendmail-path</EM> in
-<CODE>/usr/local/lib/pine.conf.fixed</CODE>
+<CODE>/etc/pine.conf.fixed</CODE>
 
-<LI><EM>smtp-server</EM> in <CODE>/usr/local/pine.conf.fixed</CODE>
+<LI><EM>smtp-server</EM> in <CODE>/etc/pine.conf.fixed</CODE>
 
 <LI><EM>sendmail-path</EM> specified on the command line. 
 
@@ -186,9 +186,9 @@
 
 <LI><EM>smtp-server</EM> in the user's <CODE>.pinerc</CODE> file. 
 
-<LI><EM>sendmail-path</EM> in <CODE>/usr/local/lib/pine.conf</CODE>
+<LI><EM>sendmail-path</EM> in <CODE>/etc/pine.conf</CODE>
 
-<LI><EM>smtp-server</EM> in <CODE>/usr/local/pine.conf</CODE>
+<LI><EM>smtp-server</EM> in <CODE>/etc/pine.conf</CODE>
 
 <LI><CODE>DF_SENDMAIL_PATH</CODE> defined at compile time.
 
--- pine4.55/doc/tech-notes/config.html.path	2003-04-14 23:25:15 +0400
+++ pine4.55/doc/tech-notes/config.html	2003-05-10 12:17:40 +0400
@@ -7,8 +7,8 @@
 configuration. In most cases, the compiled-in preferences will suit users
 and administrators just fine. When running <EM>Pine</EM> on a UNIX system, the
 default built-in configuration can be changed by setting variables in the
-system configuration files, <CODE>/usr/local/lib/pine.conf</CODE>
-or <CODE>/usr/local/lib/pine.conf.fixed</CODE>.
+system configuration files, <CODE>/etc/pine.conf</CODE>
+or <CODE>/etc/pine.conf.fixed</CODE>.
 (Actually, these files are whatever the definitions for
 <CODE>SYSTEM_PINERC</CODE> and <CODE>SYSTEM_PINERC_FIXED</CODE>
 in pine/osdep/os-xxx.h are set to.)
@@ -1600,7 +1600,7 @@
 
 <DD> This option tells <EM>Pine</EM> where to look for the "active file" for
 newsgroups when accessing news locally, rather than via NNTP.  The default
-path is usually <CODE>/usr/lib/news/active</CODE>. <P>
+path is usually <CODE>/var/lib/news/active</CODE>. <P>
 
 <DT> <A NAME="news-coll"><EM>news-collections</EM></A>
 
@@ -1612,7 +1612,7 @@
 
 <DD> This option tells <EM>Pine</EM> where to look for the "news spool" for
 newsgroups when accessing news locally, rather than via NNTP.  The default
-path is usually <CODE>/usr/spool/news</CODE>. <P>
+path is usually <CODE>/var/spool/news</CODE>. <P>
 
 <DT> <A NAME="newsrc-path"><EM>newsrc-path</EM></A>
 
@@ -2467,7 +2467,7 @@
 alternate spell checker.
 If your Unix system has <EM>ispell</EM> it is probably reasonable to make
 it the default speller by configuring it as the default in the
-system configuration file, <CODE>/usr/local/lib/pine.conf</CODE>.
+system configuration file, <CODE>/etc/pine.conf</CODE>.
 
 <P>
 If this option is not set, then the system's <EM>spell</EM> command is used.
@@ -2500,7 +2500,7 @@
 <DT> <A NAME="ssh-path"><EM>ssh-path</EM></A>
 
 <DD> Sets the name of the command used to open a UNIX secure shell
-connection. The default is typically <CODE>/usr/local/bin/ssh</CODE>.
+connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
 <P>
 
 <DT> <A NAME="standard-printer"><EM>standard-printer</EM></A>
@@ -2818,16 +2818,16 @@
 
 <BLOCKQUOTE>
     <CODE>
-    url-viewers=_TEST("test -n '$&#123;DISPLAY}'")_  /usr/local/bin/netscape,
-		/usr/local/bin/lynx,
+    url-viewers=_TEST("test -n '$&#123;DISPLAY}'")_  /usr/bin/netscape,
+		/usr/bin/lynx,
 		C:&#92;BIN&#92;NETSCAPE.BAT </CODE><BR>
 </BLOCKQUOTE>
 
 This example shows that for the first browser in the list to be used the
 environment variable <CODE>DISPLAY</CODE> must be defined.
-If it is, then the file <CODE>/usr/local/bin/netscape</CODE> must exist.
+If it is, then the file <CODE>/usr/bin/netscape</CODE> must exist.
 If either condition is not met, then the file
-<CODE>/usr/local/bin/lynx</CODE> must exist.
+<CODE>/usr/bin/lynx</CODE> must exist.
 If it doesn't, then the final path and file must
 exist. Note that the last entry is a DOS/Windows path. This is one way
 to support <EM>Pine</EM> running on more than one architecture with the same
--- pine4.55/doc/tech-notes/config-notes.html.path	2003-03-27 23:02:28 +0300
+++ pine4.55/doc/tech-notes/config-notes.html	2003-05-10 12:17:40 +0400
@@ -883,10 +883,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 <EM>Pine</EM> and is normally not
+<CODE>/etc/pine.conf</CODE> for Unix <EM>Pine</EM> and is normally not
 set for <EM>PC-Pine</EM>.
 For <EM>PC-Pine</EM>, if the environment variable <EM>$PINECONF</EM> is set, that
 is used for the system-wide configuration.
@@ -1088,8 +1088,8 @@
 
 <LI> An entry in <CODE>/etc/inetd.conf</CODE> for the alternate service.
 
-<LI> An entry in <CODE>/usr/local/lib/pine.conf</CODE>,
-<CODE>/usr/local/lib/pine.conf.fixed</CODE> or <CODE>~/.pinerc</CODE>. 
+<LI> An entry in <CODE>/etc/pine.conf</CODE>,
+<CODE>/etc/pine.conf.fixed</CODE> or <CODE>~/.pinerc</CODE>. 
 
 </UL>
 
--- pine4.55/doc/tech-notes/installation.html.path	2003-02-06 06:04:26 +0300
+++ pine4.55/doc/tech-notes/installation.html	2003-05-10 12:17:40 +0400
@@ -218,7 +218,7 @@
 <DD> The name of the file which holds <EM>Pine</EM>
 configuration information for
 all users on the system.  Default on UNIX systems is
-<CODE>/usr/local/lib/pine.conf</CODE>.
+<CODE>/etc/pine.conf</CODE>.
 
 <DT> SYSTEM_PINERC_FIXED
 
@@ -226,7 +226,7 @@
 SYSTEM_PINERC, but only for variables that the administrator wants to keep
 fixed.  That is, users are not allowed to change variables that are
 specified in the FIXED file.  Default on UNIX systems is
-<CODE>/usr/local/lib/pine.conf.fixed</CODE>.
+<CODE>/etc/pine.conf.fixed</CODE>.
 
 </DL> <P>
 
@@ -529,9 +529,9 @@
 are no <STRONG>required</STRONG> auxiliary files.  <P>
 
 There are, however, three optional auxiliary files: 
-<CODE>/usr/local/lib/pine.info</CODE>,
-<CODE>/usr/local/lib/pine.conf</CODE>, and
-<CODE>/usr/local/lib/pine.conf.fixed</CODE>.  The file
+<CODE>/usr/lib/pine.info</CODE>,
+<CODE>/etc/pine.conf</CODE>, and
+<CODE>/etc/pine.conf.fixed</CODE>.  The file
 <CODE>pine.info</CODE> contains text on how to get further help on the
 local system.  It is part of the help text for the
 main menu and should probably refer to the local help desk or the system
@@ -650,15 +650,15 @@
 
 <DL COMPACT>
 
-<DT> /usr/local/lib/pine.conf
+<DT> /etc/pine.conf
 
 <DD> Pine's global configuration file. 
 
-<DT> /usr/local/lib/pine.conf.fixed
+<DT> /etc/pine.conf.fixed
 
 <DD> Non-overridable global configuration file. 
 
-<DT> /usr/local/lib/pine.info
+<DT> /usr/lib/pine.info
 
 <DD> Local pointer to system administrator. 
 
--- pine4.55/doc/tech-notes/porting.html.path	1998-09-17 03:09:04 +0400
+++ pine4.55/doc/tech-notes/porting.html	2003-05-10 12:17:40 +0400
@@ -307,11 +307,11 @@
 <DT>
  ___
 <DD>
-Reading of <CODE>/usr/local/lib/pine.conf</CODE> 
+Reading of <CODE>/etc/pine.conf</CODE> 
 <DT>
  ___
 <DD>
-Fixing variables and features in <CODE>/usr/local/lib/pine.conf.fixed</CODE> 
+Fixing variables and features in <CODE>/etc/pine.conf.fixed</CODE> 
 <DT>
  ___
 <DD>
--- pine4.55/pico/osdep/os-lnx.h.path	2002-09-09 21:02:54 +0400
+++ pine4.55/pico/osdep/os-lnx.h	2003-05-10 12:17:40 +0400
@@ -165,7 +165,7 @@
 /*
  * Place where mail gets delivered (for pico's new mail checking)
  */
-#define MAILDIR		"/usr/spool/mail"
+#define MAILDIR		"/var/spool/mail"
 
 /*
  * What and where the tool that checks spelling is located.  If this is
--- pine4.55/pine/mailcap.c.path	2002-11-28 02:22:52 +0300
+++ pine4.55/pine/mailcap.c	2003-05-10 12:17:40 +0400
@@ -61,7 +61,7 @@
 
    Mime types makes mime assign attachment types according
    to file name extensions found in a system wide file
-   ``/usr/local/lib/mime.types'' and a user specific file
+   ``/etc/mime.types'' and a user specific file
    ``~/.mime.types'' . These files specify file extensions
    that will be connected to a mime type.
    ******************************************************* 
--- pine4.55/pine/osdep/os-lnx.h.path	2003-05-10 12:17:40 +0400
+++ pine4.55/pine/osdep/os-lnx.h	2003-05-10 12:30:36 +0400
@@ -74,7 +74,7 @@
    default-composer-hdrs or customized-hdrs to get at it. Instead of
    defining NEVER_ALLOW_CHANGING_FROM, an easier way of preventing From
    changing is to put the feature "no-allow-changing-from" in the
-   /usr/local/lib/pine.conf.fixed file.
+   /etc/pine.conf.fixed file.
  ----*/
 /* #define NEVER_ALLOW_CHANGING_FROM */
 
@@ -163,10 +163,10 @@
 
 /*----- System-wide config file ----------------------------------------*/
 #ifndef SYSTEM_PINERC
-#define SYSTEM_PINERC             "/usr/local/lib/pine.conf"
+#define SYSTEM_PINERC             "/etc/pine.conf"
 #endif
 #ifndef SYSTEM_PINERC_FIXED
-#define SYSTEM_PINERC_FIXED       "/usr/local/lib/pine.conf.fixed"
+#define SYSTEM_PINERC_FIXED       "/etc/pine.conf.fixed"
 #endif
 
 
@@ -229,12 +229,12 @@
 /*----------------------------------------------------------------------
    If no nntp-servers are defined, this program will be used to post news.
  ----*/
-/* #define SENDNEWS	"/usr/local/bin/inews -h" */
+/* #define SENDNEWS	"/usr/bin/inews -h" */
 
 
 /*--------- Program employed by users to change their password ---------*/
 #ifndef	PASSWD_PROG
-#define	PASSWD_PROG	"/bin/passwd"
+#define	PASSWD_PROG	"/usr/bin/passwd"
 #endif
 
 
--- pine4.55/pine/pine-use.c.path	2000-02-17 02:53:08 +0300
+++ pine4.55/pine/pine-use.c	2003-05-10 12:17:40 +0400
@@ -45,7 +45,7 @@
 #include <sys/stat.h>
 
 #ifndef MAILSPOOLPCTS
-#define MAILSPOOLPCTS "/usr/spool/mail/%s"
+#define MAILSPOOLPCTS "/var/spool/mail/%s"
 /* #define MAILSPOOLPCTS "/usr/mail/%s" */
 #endif
 
--- pine4.55/pine/init.c.path	2003-04-16 10:20:52 +0400
+++ pine4.55/pine/init.c	2003-05-10 12:26:21 +0400
@@ -154,7 +154,7 @@
 CONF_TXT_T cf_text_ldap_server[] =		"LDAP servers for looking up addresses.";
 #endif	/* ENABLE_LDAP */
 
-CONF_TXT_T cf_text_inbox_path[] =		"Path of (local or remote) INBOX, e.g. ={mail.somewhere.edu}inbox\n# Normal Unix default is the local INBOX (usually /usr/spool/mail/$USER).";
+CONF_TXT_T cf_text_inbox_path[] =		"Path of (local or remote) INBOX, e.g. ={mail.somewhere.edu}inbox\n# Normal Unix default is the local INBOX (usually /var/spool/mail/$USER).";
 
 CONF_TXT_T cf_text_incoming_folders[] =	"List of incoming msg folders besides INBOX, e.g. ={host2}inbox, {host3}inbox\n# Syntax: optnl-label {optnl-imap-host-name}folder-path";
 
@@ -322,9 +322,9 @@
 
 CONF_TXT_T cf_text_nntprange[] =	"For newsgroups accessed using NNTP, only messages numbered in the range\n$ lastmsg-range+1 to lastmsg will be considered";
 
-CONF_TXT_T cf_text_news_active[] =	"Path and filename of news configation's active file.\n# The default is typically \"/usr/lib/news/active\".";
+CONF_TXT_T cf_text_news_active[] =	"Path and filename of news configation's active file.\n# The default is typically \"/var/lib/news/active\".";
 
-CONF_TXT_T cf_text_news_spooldir[] =	"Directory containing system's news data.\n# The default is typically \"/usr/spool/news\"";
+CONF_TXT_T cf_text_news_spooldir[] =	"Directory containing system's news data.\n# The default is typically \"/var/spool/news\"";
 
 CONF_TXT_T cf_text_upload_cmd[] =	"Path and filename of the program used to upload text from your terminal\n# emulator's into Pine's composer.";
 
@@ -354,13 +354,13 @@
 
 CONF_TXT_T cf_text_rsh_open_timeo[] =	"Sets the time in seconds that Pine will attempt to open a UNIX remote\n# shell connection.  The default is 15, min is 5, and max is unlimited.\n# Zero disables rsh altogether.";
 
-CONF_TXT_T cf_text_rsh_path[] =		"Sets the name of the command used to open a UNIX remote shell connection.\n# The default is tyically /usr/ucb/rsh.";
+CONF_TXT_T cf_text_rsh_path[] =		"Sets the name of the command used to open a UNIX remote shell connection.\n# The default is tyically /usr/bin/rsh.";
 
 CONF_TXT_T cf_text_rsh_command[] =	"Sets the format of the command used to open a UNIX remote\n# shell connection.  The default is \"%s %s -l %s exec /etc/r%sd\"\n# NOTE: the 4 (four) \"%s\" entries MUST exist in the provided command\n# where the first is for the command's path, the second is for the\n# host to connnect to, the third is for the user to connect as, and the\n# fourth is for the connection method (typically \"imap\")";
 
 CONF_TXT_T cf_text_ssh_open_timeo[] =	"Sets the time in seconds that Pine will attempt to open a UNIX secure\n# shell connection.  The default is 15, min is 5, and max is unlimited.\n# Zero disables ssh altogether.";
 
-CONF_TXT_T cf_text_ssh_path[] =		"Sets the name of the command used to open a UNIX secure shell connection.\n# Tyically this is /usr/local/bin/ssh.";
+CONF_TXT_T cf_text_ssh_path[] =		"Sets the name of the command used to open a UNIX secure shell connection.\n# Tyically this is /usr/bin/ssh.";
 
 CONF_TXT_T cf_text_ssh_command[] =	"Sets the format of the command used to open a UNIX secure\n# shell connection.  The default is \"%s %s -l %s exec /etc/r%sd\"\n# NOTE: the 4 (four) \"%s\" entries MUST exist in the provided command\n# where the first is for the command's path, the second is for the\n# host to connnect to, the third is for the user to connect as, and the\n# fourth is for the connection method (typically \"imap\")";
 
@@ -402,7 +402,7 @@
 
 /*----------------------------------------------------------------------
 These are the variables that control a number of pine functions.  They
-come out of the .pinerc and the /usr/local/lib/pine.conf files.  Some can
+come out of the .pinerc and the /etc/pine.conf files.  Some can
 be set by the user while in Pine.  Eventually all the local ones should
 be so and maybe the global ones too.
 
--- pine4.55/pine/pine.hlp.path	2003-04-16 10:22:36 +0400
+++ pine4.55/pine/pine.hlp	2003-05-10 12:17:40 +0400
@@ -830,9 +830,9 @@
  executable     &lt;Unix search path&gt;/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     /usr/lib/pine.info
 
  interrupted    ~/.pine-interrupted-mail
  debug          ~/.pine-debugN
@@ -845,12 +845,12 @@
  sentmail#      ~/mail/sent-mail
  mailcap#       ~/.mailcap + /etc/mailcap
                            + /usr/etc/mailcap + /usr/local/etc/mailcap
- mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
+ mimetypes#     ~/.mime.types + /etc/mime.types + /usr/lib/mime.types
 
- news-spool	varies across Unix flavors, e.g. /usr/spool/news or /var/news
- active-news	varies across Unix flavors, e.g. /usr/lib/news/active
- lock files     /tmp/.&#92;usr&#92;spool&#92;mail&#92;xxxx
- inbox          /usr/spool/mail/xxxx
+ news-spool	varies across Unix flavors, e.g. /var/spool/news or /var/news
+ active-news	varies across Unix flavors, e.g. /var/lib/news/active
+ lock files     /tmp/.&#92;var&#92;spool&#92;mail&#92;xxxx
+ inbox          /var/spool/mail/xxxx
  password       /etc/passwd
 
 Unix Pine and PC-Pine:
@@ -1264,9 +1264,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 /usr/lib/pine.info ]-->
 <HR WIDTH="75%">Local Support Contacts:<P>
-<!--#include file="/usr/local/lib/pine.info"-->
+<!--#include file="/usr/lib/pine.info"-->
 <HR WIDTH="75%">
 <!--chtml endif-->
 <P> 
@@ -1354,7 +1354,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 /usr/lib/pine.info ]-->
   <LI> <A HREF="#local_support">Local Support Contacts</A>
 <!--chtml endif-->
   <LI> <A HREF="#giving_cmds">Giving Commands in Pine</A>
@@ -1466,9 +1466,9 @@
 at your site.)
 
 
-<!--chtml if [ -r /usr/local/lib/pine.info ]-->
+<!--chtml if [ -r /usr/lib/pine.info ]-->
 <H2><A NAME="local_support">Local Support Contacts</A></H2>
-<!--#include file="/usr/local/lib/pine.info"-->
+<!--#include file="/usr/lib/pine.info"-->
 <!--chtml endif-->
 
 <H2><A NAME="giving_cmds">Giving Commands in Pine</A></H2>
@@ -2152,7 +2152,7 @@
 file, execute
 
 <PRE><CODE>
-		pine -conf > /usr/local/lib/pine.conf
+		pine -conf > /etc/pine.conf
 </CODE></PRE>
 <P>
 
@@ -2160,7 +2160,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.
@@ -2325,7 +2325,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>
 
@@ -3051,10 +3051,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.
@@ -18813,7 +18813,7 @@
 <H1>OPTION: ssh-path</H1>
 
 Sets the name of the command used to open a UNIX secure shell
-connection. The default is typically <CODE>/usr/local/bin/ssh</CODE>.
+connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
 <P>
 <UL>   
 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
@@ -19396,7 +19396,7 @@
 
 This option tells Pine where to look for the "active file" for newsgroups
 when accessing news locally, rather than via NNTP.  The default path is
-usually "/usr/lib/news/active".<p>
+usually "/var/lib/news/active".<p>
 <UL>   
 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
 </UL><P>
@@ -19412,7 +19412,7 @@
 <h1>OPTION: News-Spool-Directory</h1>
 This option tells Pine where to look for the "news spool" for newsgroups
 when accessing news locally, rather than via NNTP.  The default path is
-usually "/usr/spool/news".<p>
+usually "/var/spool/news".<p>
 <UL>   
 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
 </UL><P>
@@ -20195,16 +20195,16 @@
 <P>
 So, here are some example entries:
 <PRE>
-url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/local/bin/netscape
-              &quot;/usr/local/bin/lynx _URL_&quot;
+url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/bin/netscape
+              &quot;/usr/bin/lynx _URL_&quot;
               C:&#92;BIN&#92;NETSCAPE.BAT
 </PRE>
 <P>
 This example shows that for the first viewer in the list to be used
 the environment variable &quot;DISPLAY&quot; must be defined.  If it
-is, then the path and file &quot;/usr/local/bin/netscape&quot; must exist.  
+is, then the path and file &quot;/usr/bin/netscape&quot; must exist.  
 If neither condition is met,
-then the path and file &quot;/usr/local/bin/lynx&quot; must exist.  
+then the path and file &quot;/usr/bin/lynx&quot; must exist.  
 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL. 
 If the path to &quot;lynx&quot; is invalid,
 then the final path and file C:&#92;BIN&#92;NETSCAPE.BAT must exist.  
@@ -20297,10 +20297,10 @@
 An example using the Korn shell and the Netscape browser (first entry wrapped 
 because of its length, but should all appear on one line):
 <P>
-url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/local/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
+url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
 
-_TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/local/bin/netscape &amp;&quot;<BR>
-              &quot;/usr/local/bin/lynx '_URL_'&quot;
+_TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/bin/netscape &amp;&quot;<BR>
+              &quot;/usr/bin/lynx '_URL_'&quot;
 <P>
 <!--chtml endif-->
 <P>
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin