openbsd-ports/mail/pine/patches/patch-ad
marc 01eb432f0f o patch man page to reflect proper location of config files
o patch doc to reflect proper location of config files
o add INSTALL/DEINSTALL scripts
o call INSTALL script from a post-install target in Makefile
o remove de-install message from packing list (now in DEINSTALL script)
THIS PORT IS NOW FROZEN FOR 2.5
1999-04-08 17:36:48 +00:00

131 lines
5.9 KiB
Plaintext

--- doc/tech-notes.txt.~1~ Thu Feb 4 15:16:28 1999
+++ doc/tech-notes.txt Thu Apr 8 10:03:41 1999
@@ -328,14 +328,14 @@
sendmail-path, smtp-server, and compile-time options. The first
MTA specified in the following list is used:
- 1. sendmail-path in /usr/local/lib/pine.conf.fixed
- 2. smtp-server in /usr/local/pine.conf.fixed
+ 1. sendmail-path in /etc/pine.conf.fixed
+ 2. smtp-server in /etc/pine.conf.fixed
3. sendmail-path specified on the command line.
4. smtp-server specified on the command line.
5. sendmail-path in the user's .pinerc file.
6. smtp-server in the user's .pinerc file.
- 7. sendmail-path in /usr/local/lib/pine.conf
- 8. smtp-server in /usr/local/pine.conf
+ 7. sendmail-path in /etc/pine.conf
+ 8. smtp-server in /etc/pine.conf
9. DF_SENDMAIL_PATH defined at compile time.
10. SENDMAIL and SENDMAILFLAGS defined at compile time.
@@ -661,14 +661,14 @@
SYSTEM_PINERC
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
The name of the file which holds the same type of information as for
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.
There are a couple of more obscure options which are in the source
code because a few people have asked for them or because we changed
@@ -808,8 +808,8 @@
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 pine.info contains text on
+ /etc/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 administrator. If this file doesn't exist a generic
@@ -938,11 +938,11 @@
This section lists the various files which Pine uses which are not
email folders. All of these are the default names of files, they may
vary based on Pine's configuration.
- /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
+ /etc/pine.info
Local pointer to system administrator.
~/.pinerc
Personal configuration file for each user.
@@ -1091,11 +1091,11 @@
screen or standard output. To generate an initial system
configuration file, execute
- pine -conf > /usr/local/lib/pine.conf
+ pine -conf > /etc/pine.conf
To generate a system configuration file using settings from an
old system configuration file, execute
- pine -P old-pine.conf -conf > /usr/local/lib/pine.conf
+ pine -P old-pine.conf -conf > /etc/pine.conf
-create_lu addrbook sort-order
Create auxiliary index (LookUp) file for addrbook and sort
addrbook in sort-order, which may be dont-sort, nickname,
@@ -1163,7 +1163,7 @@
uses.
-P file
Uses the named file as the system wide configuration file
- instead of /usr/local/lib/pine.conf. UNIX Pine only.
+ instead of /etc/pine.conf. UNIX Pine only.
-pinerc file
Output fresh pinerc configuration to file, preserving the
settings of variables that the user has made. Use file set to
@@ -1312,8 +1312,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. (Actually, these files are whatever
+ variables in the 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.) Both Pine and PC-Pine also use
personal (user-based) configuration files. On UNIX machines, the
@@ -4925,8 +4925,8 @@
* A program that implements the SMTP or ESMTP protocol via stdio.
* An entry in /etc/services for the alternate service.
* 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.
_________________________________________________________________
@@ -5970,7 +5970,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.
+ in /etc/pine.conf.
The third selection is the user's personal choice for a UNIX print
command. The text to be printed is piped into the command. Enscript or
@@ -6430,9 +6430,9 @@
Error messages for incorrect terminal types (try "foo" and
"vt52")
___
- 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
___
Flag command (check message status changed in mail folder)
___