Submitted By: BLFS Book Date: 2003-12-05 Initial Package Version: 4.44 Origin: BLFS Book Description: Uses FHS compliant paths. --- pine4.58/doc/pine.1.orig 2003-12-06 01:16:10.000000000 +0000 +++ pine4.58/doc/pine.1 2003-12-06 01:17:59.000000000 +0000 @@ -333,11 +333,11 @@ .br /etc/mime.types System-wide file ext. to MIME type mapping .br -/usr/local/lib/pine.info Local pointer to system administrator. +/etc/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. .br --- pine4.58/pine/pine.hlp.orig 2003-12-06 01:28:51.000000000 +0000 +++ pine4.58/pine/pine.hlp 2003-12-06 01:38:21.000000000 +0000 @@ -1012,9 +1012,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 @@ -1452,9 +1452,9 @@ this link now to send a message to it:

- +


Local Support Contacts:

- +


@@ -1542,7 +1542,7 @@

  1. Introduction
  2. Pine Help - +
  3. Local Support Contacts
  4. Giving Commands in Pine @@ -1654,9 +1654,9 @@ at your site.) - +

    Local Support Contacts

    - +

    Giving Commands in Pine

    @@ -2342,7 +2342,7 @@ file, execute
    
    -		pine -conf > /usr/local/lib/pine.conf
    +		pine -conf > /etc/pine.conf
     

    @@ -2350,7 +2350,7 @@ system configuration file, execute

    
    -		pine -P old-pine.conf -conf > /usr/local/lib/pine.conf
    +		pine -P old-pine.conf -conf > /etc/pine.conf
     

    A system configuration file is not required. @@ -2519,7 +2519,7 @@

    -P pinerc
    Uses the named file as the system wide configuration file instead of -/usr/local/lib/pine.conf on UNIX, or nothing on PC-Pine. +/etc/pine.conf on UNIX, or nothing on PC-Pine. Pinerc may be either a local file or a remote configuration folder.

    @@ -3247,10 +3247,10 @@

The fixed configuration file is normally -/usr/local/lib/pine.conf.fixed. +/etc/pine.conf.fixed.

The system-wide configuration file is normally -/usr/local/lib/pine.conf for Unix Pine and is normally not +/etc/pine.conf for Unix Pine and is normally not set for PC-Pine. For PC-Pine, if the environment variable $PINECONF is set, that is used for the system-wide configuration. --- pine4.58/pine/osdep/os-lnx.h.orig 2003-12-06 01:26:39.000000000 +0000 +++ pine4.58/pine/osdep/os-lnx.h 2003-12-06 01:40:59.000000000 +0000 @@ -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