Line 0
Link Here
|
|
|
1 |
--- doc/tech-notes.txt.orig Wed Sep 9 19:46:43 1998 |
2 |
+++ doc/tech-notes.txt Wed Sep 9 20:44:31 1998 |
3 |
@@ -321,14 +321,14 @@ |
4 |
sendmail-path, smtp-server, and compile-time options. The first |
5 |
MTA specified in the following list is used: |
6 |
|
7 |
- 1. sendmail-path in /usr/local/lib/pine.conf.fixed |
8 |
- 2. smtp-server in /usr/local/pine.conf.fixed |
9 |
+ 1. sendmail-path in /usr/local/etc/pine.conf.fixed |
10 |
+ 2. smtp-server in /usr/local/etc/pine.conf.fixed |
11 |
3. sendmail-path specified on the command line. |
12 |
4. smtp-server specified on the command line. |
13 |
5. sendmail-path in the user's .pinerc file. |
14 |
6. smtp-server in the user's .pinerc file. |
15 |
- 7. sendmail-path in /usr/local/lib/pine.conf |
16 |
- 8. smtp-server in /usr/local/pine.conf |
17 |
+ 7. sendmail-path in /usr/local/etc/pine.conf |
18 |
+ 8. smtp-server in /usr/local/etc/pine.conf |
19 |
9. DF_SENDMAIL_PATH defined at compile time. |
20 |
10. SENDMAIL and SENDMAILFLAGS defined at compile time. |
21 |
|
22 |
@@ -616,14 +616,14 @@ |
23 |
SYSTEM_PINERC |
24 |
The name of the file which holds Pine configuration information for |
25 |
all users on the system. Default on UNIX systems is |
26 |
- /usr/local/lib/pine.conf. |
27 |
+ /usr/local/etc/pine.conf. |
28 |
|
29 |
SYSTEM_PINERC_FIXED |
30 |
The name of the file which holds the same type of information as for |
31 |
SYSTEM_PINERC, but only for variables that the administrator wants to |
32 |
keep fixed. That is, users are not allowed to change variables that |
33 |
are specified in the FIXED file. Default on UNIX systems is |
34 |
- /usr/local/lib/pine.conf.fixed. |
35 |
+ /usr/local/etc/pine.conf.fixed. |
36 |
|
37 |
There are a couple of more obscure options which are in the source |
38 |
code because a few people have asked for them or because we changed |
39 |
@@ -734,8 +734,8 @@ |
40 |
files. |
41 |
|
42 |
There are, however, three optional auxiliary files: |
43 |
- /usr/local/lib/pine.info, /usr/local/lib/pine.conf, and |
44 |
- /usr/local/lib/pine.conf.fixed. The file pine.info contains text on |
45 |
+ /usr/local/etc/pine.conf, and |
46 |
+ /usr/local/etc/pine.conf.fixed. The file pine.info contains text on |
47 |
how to get further help on the local system. It is part of the help |
48 |
text for the main menu and should probably refer to the local help |
49 |
desk or the system administrator. If this file doesn't exist a generic |
50 |
@@ -864,11 +864,11 @@ |
51 |
This section lists the various files which Pine uses which are not |
52 |
email folders. All of these are the default names of files, they may |
53 |
vary based on Pine's configuration. |
54 |
- /usr/local/lib/pine.conf |
55 |
+ /usr/local/etc/pine.conf |
56 |
Pine's global configuration file. |
57 |
- /usr/local/lib/pine.conf.fixed |
58 |
+ /usr/local/etc/pine.conf.fixed |
59 |
Non-overridable global configuration file. |
60 |
- /usr/local/lib/pine.info |
61 |
+ /usr/local/etc/pine.info |
62 |
Local pointer to system administrator. |
63 |
~/.pinerc |
64 |
Personal configuration file for each user. |
65 |
@@ -1017,11 +1017,11 @@ |
66 |
screen or standard output. To generate an initial system |
67 |
configuration file, execute |
68 |
|
69 |
- pine -conf > /usr/local/lib/pine.conf |
70 |
+ pine -conf > /usr/local/etc/pine.conf |
71 |
To generate a system configuration file using settings from an |
72 |
old system configuration file, execute |
73 |
|
74 |
- pine -P old-pine.conf -conf > /usr/local/lib/pine.conf |
75 |
+ pine -P old-pine.conf -conf > /usr/local/etc/pine.conf |
76 |
-create_lu addrbook sort-order |
77 |
Create auxiliary index (LookUp) file for addrbook and sort |
78 |
addrbook in sort-order, which may be dont-sort, nickname, |
79 |
@@ -1089,7 +1089,7 @@ |
80 |
uses. |
81 |
-P file |
82 |
Uses the named file as the system wide configuration file |
83 |
- instead of /usr/local/lib/pine.conf. UNIX Pine only. |
84 |
+ instead of /usr/local/etc/pine.conf. UNIX Pine only. |
85 |
-pinerc file |
86 |
Output fresh pinerc configuration to file, preserving the |
87 |
settings of variables that the user has made. Use file set to |
88 |
@@ -1239,8 +1239,8 @@ |
89 |
configuration. In most cases, the compiled-in preferences will suit |
90 |
users and administrators just fine. When running Pine on a UNIX |
91 |
system, the default built-in configuration can be changed by setting |
92 |
- variables in the system configuration files, /usr/local/lib/pine.conf |
93 |
- or /usr/local/lib/pine.conf.fixed. Both Pine and PC-Pine also use |
94 |
+ variables in the system configuration files, /usr/local/etc/pine.conf |
95 |
+ or /usr/local/etc/pine.conf.fixed. Both Pine and PC-Pine also use |
96 |
personal (user-based) configuration files. On UNIX machines, the |
97 |
personal configuration file is the file ~/.pinerc. For PC-Pine |
98 |
systems, the personal configuration file is in $PINERC or |
99 |
@@ -3323,8 +3323,8 @@ |
100 |
* A program that implements the SMTP or ESMTP protocol via stdio. |
101 |
* An entry in /etc/services for the alternate service. |
102 |
* An entry in /etc/inetd.conf for the alternate service. |
103 |
- * An entry in /usr/local/lib/pine.conf, |
104 |
- /usr/local/lib/pine.conf.fixed or ~/.pinerc. |
105 |
+ * An entry in /usr/local/etc/pine.conf, |
106 |
+ /usr/local/etc/pine.conf.fixed or ~/.pinerc. |
107 |
|
108 |
_________________________________________________________________ |
109 |
|
110 |
@@ -3333,7 +3333,7 @@ |
111 |
Pine's MIME-TYPE support is based on code contributed by Hans Drexler |
112 |
<drexler@mpi.nl>. Pine assigns MIME Content-Types according to |
113 |
file name extensions found in the system-wide files |
114 |
- /usr/local/lib/mime.types and /etc/mime.types, and a user specific |
115 |
+ /usr/local/etc/mime.types and /etc/mime.types, and a user specific |
116 |
~/.mime.types file. |
117 |
|
118 |
In DOS and OS/2, Pine looks in the same directory as the PINERC file |
119 |
@@ -4368,7 +4368,7 @@ |
120 |
|
121 |
The second selection is the standard UNIX print command. The default |
122 |
is lpr, but it can be changed on a system basis to anything so desired |
123 |
- in /usr/local/lib/pine.conf. |
124 |
+ in /usr/local/etc/pine.conf. |
125 |
|
126 |
The third selection is the user's personal choice for a UNIX print |
127 |
command. The text to be printed is piped into the command. Enscript or |
128 |
@@ -4828,9 +4828,9 @@ |
129 |
Error messages for incorrect terminal types (try "foo" and |
130 |
"vt52") |
131 |
___ |
132 |
- Reading of /usr/local/lib/pine.conf |
133 |
+ Reading of /usr/local/etc/pine.conf |
134 |
___ |
135 |
- Fixing variables and features in /usr/local/lib/pine.conf.fixed |
136 |
+ Fixing variables and features in /usr/local/etc/pine.conf.fixed |
137 |
___ |
138 |
Flag command (check message status changed in mail folder) |
139 |
___ |