--- 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

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

@@ -95,7 +95,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. @@ -264,7 +264,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.

--- 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 @@

If a Tenex-format (or empty) file named mail.txt exists in a Pine user's home directory, this triggers special processing in Pine. When -INBOX is opened, mail is automatically moved from /usr/spool/mail +INBOX is opened, mail is automatically moved from /var/spool/mail into mail.txt in the user's home directory.
@@ -570,13 +570,13 @@
Netnews Format
The netnews format is a ReadOnly format which uses directories under -/usr/spool/news as folders. -The /usr/spool/news/ prefix is +/var/spool/news as folders. +The /var/spool/news/ prefix is removed and all subsequent ``/'' (slash) characters are changed to ``.'' (period). For example, the netnews folder name comp.mail.misc -refers to the directory name /usr/spool/news/comp/mail/misc. +refers to the directory name /var/spool/news/comp/mail/misc. In addition, the news folder name must appear in the file -/usr/lib/news/active for it to be recognized. +/var/lib/news/active 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 lpr, but it can be changed on a system basis to anything so -desired in /usr/local/lib/pine.conf.

+desired in /etc/pine.conf.

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 @@

  1. sendmail-path in -/usr/local/lib/pine.conf.fixed +/etc/pine.conf.fixed -
  2. smtp-server in /usr/local/pine.conf.fixed +
  3. smtp-server in /etc/pine.conf.fixed
  4. sendmail-path specified on the command line. @@ -186,9 +186,9 @@
  5. smtp-server in the user's .pinerc file. -
  6. sendmail-path in /usr/local/lib/pine.conf +
  7. sendmail-path in /etc/pine.conf -
  8. smtp-server in /usr/local/pine.conf +
  9. smtp-server in /etc/pine.conf
  10. DF_SENDMAIL_PATH 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 Pine on a UNIX system, the default built-in configuration can be changed by setting variables in the -system configuration files, /usr/local/lib/pine.conf -or /usr/local/lib/pine.conf.fixed. +system configuration files, /etc/pine.conf +or /etc/pine.conf.fixed. (Actually, these files are whatever the definitions for SYSTEM_PINERC and SYSTEM_PINERC_FIXED in pine/osdep/os-xxx.h are set to.) @@ -1600,7 +1600,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.

    +path is usually /var/lib/news/active.

    news-collections @@ -1612,7 +1612,7 @@
    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.

    +path is usually /var/spool/news.

    newsrc-path @@ -2467,7 +2467,7 @@ alternate spell checker. If your Unix system has ispell it is probably reasonable to make it the default speller by configuring it as the default in the -system configuration file, /usr/local/lib/pine.conf. +system configuration file, /etc/pine.conf.

    If this option is not set, then the system's spell command is used. @@ -2500,7 +2500,7 @@

    ssh-path
    Sets the name of the command used to open a UNIX secure shell -connection. The default is typically /usr/local/bin/ssh. +connection. The default is typically /usr/bin/ssh.

    standard-printer @@ -2818,16 +2818,16 @@
    - url-viewers=_TEST("test -n '${DISPLAY}'")_ /usr/local/bin/netscape, - /usr/local/bin/lynx, + url-viewers=_TEST("test -n '${DISPLAY}'")_ /usr/bin/netscape, + /usr/bin/lynx, C:\BIN\NETSCAPE.BAT
    This example shows that for the first browser in the list to be used the environment variable DISPLAY must be defined. -If it is, then the file /usr/local/bin/netscape must exist. +If it is, then the file /usr/bin/netscape must exist. If either condition is not met, then the file -/usr/local/bin/lynx must exist. +/usr/bin/lynx 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 Pine 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 @@

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. @@ -1088,8 +1088,8 @@

  • An entry in /etc/inetd.conf for the alternate service. -
  • An entry in /usr/local/lib/pine.conf, -/usr/local/lib/pine.conf.fixed or ~/.pinerc. +
  • An entry in /etc/pine.conf, +/etc/pine.conf.fixed or ~/.pinerc. --- 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 @@
    The name of the file which holds Pine configuration information for all users on the system. Default on UNIX systems is -/usr/local/lib/pine.conf. +/etc/pine.conf.
    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 -/usr/local/lib/pine.conf.fixed. +/etc/pine.conf.fixed.

    @@ -529,9 +529,9 @@ are no required auxiliary files.

    There are, however, three optional auxiliary files: -/usr/local/lib/pine.info, -/usr/local/lib/pine.conf, and -/usr/local/lib/pine.conf.fixed. The file +/usr/lib/pine.info, +/etc/pine.conf, and +/etc/pine.conf.fixed. The file pine.info 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 @@

    -
    /usr/local/lib/pine.conf +
    /etc/pine.conf
    Pine's global configuration file. -
    /usr/local/lib/pine.conf.fixed +
    /etc/pine.conf.fixed
    Non-overridable global configuration file. -
    /usr/local/lib/pine.info +
    /usr/lib/pine.info
    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 @@
    ___
    -Reading of /usr/local/lib/pine.conf +Reading of /etc/pine.conf
    ___
    -Fixing variables and features in /usr/local/lib/pine.conf.fixed +Fixing variables and features in /etc/pine.conf.fixed
    ___
    --- 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 #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 <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 /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/.\usr\spool\mail\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/.\var\spool\mail\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:

    - +


    Local Support Contacts:

    - +


    @@ -1354,7 +1354,7 @@

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

      Local Support Contacts

      - +

      Giving Commands in Pine

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

      @@ -2160,7 +2160,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. @@ -2325,7 +2325,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.

      @@ -3051,10 +3051,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. @@ -18813,7 +18813,7 @@

    OPTION: ssh-path

    Sets the name of the command used to open a UNIX secure shell -connection. The default is typically /usr/local/bin/ssh. +connection. The default is typically /usr/bin/ssh.

    • Finding more information and requesting help @@ -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".

      +usually "/var/lib/news/active".

      @@ -19412,7 +19412,7 @@

      OPTION: News-Spool-Directory

      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".

      +usually "/var/spool/news".

      @@ -20195,16 +20195,16 @@

      So, here are some example entries:

      -url-viewers = _TEST("test -n '${DISPLAY}'")_  /usr/local/bin/netscape
      -              "/usr/local/bin/lynx _URL_"
      +url-viewers = _TEST("test -n '${DISPLAY}'")_  /usr/bin/netscape
      +              "/usr/bin/lynx _URL_"
                     C:\BIN\NETSCAPE.BAT
       

      This example shows that for the first viewer in the list to be used the environment variable "DISPLAY" must be defined. If it -is, then the path and file "/usr/local/bin/netscape" must exist. +is, then the path and file "/usr/bin/netscape" must exist. If neither condition is met, -then the path and file "/usr/local/bin/lynx" must exist. +then the path and file "/usr/bin/lynx" must exist. If it does, then the "_URL_" token is replaced by the selected URL. If the path to "lynx" is invalid, then the final path and file C:\BIN\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):

      -url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ "/usr/local/bin/netscape -remote 'openURL(_URL_, new-window)' &"
      +url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ "/usr/bin/netscape -remote 'openURL(_URL_, new-window)' &"
      -_TEST("test -n '${DISPLAY}'")_ "/usr/local/bin/netscape &"
      - "/usr/local/bin/lynx '_URL_'" +_TEST("test -n '${DISPLAY}'")_ "/usr/bin/netscape &"
      + "/usr/bin/lynx '_URL_'"