$OpenBSD: patch-pine_pine.hlp,v 1.9 2002/01/13 09:03:25 brad Exp $
--- pine/pine.hlp.orig Tue Jan 8 15:55:03 2002
+++ pine/pine.hlp Sun Jan 13 02:25:58 2002
@@ -606,9 +606,9 @@ Unix Pine:
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
@@ -620,8 +620,7 @@ Unix Pine:
postponed# ~/mail/postponed-msgs
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
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
@@ -1079,9 +1078,9 @@ contact email address may have been set
this link now to send a message to it:
- +
- +
@@ -1169,7 +1168,7 @@ To Exit this screen and continue your Pi
- pine -conf > /usr/local/lib/pine.conf
+ pine -conf > /etc/pine.conf
@@ -1970,7 +1969,7 @@ To generate a system configuration file 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. @@ -2122,7 +2121,7 @@ Pinerc may be either a local file or a r
@@ -2830,10 +2829,10 @@ In increasing order of precedence they a
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.
@@ -14177,7 +14176,7 @@ a semi-colon (;) under Windows; for exam
a colon (:) under UNIX; for example:
- ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap + ~/.mailcap:/etc/mailcap
/usr/local/bin/ssh
.
+connection. The default is typically /usr/bin/ssh
.
url-viewers = _TEST("test -n '${DISPLAY}'")_ /usr/local/bin/netscape - "/usr/local/bin/lynx _URL_" + "/usr/bin/lynx _URL_" C:\BIN\NETSCAPE.BAT
@@ -17568,7 +17567,7 @@ This example shows that for the first vi
the environment variable "DISPLAY" must be defined. If it
is, then the path and file "/usr/local/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.
@@ -17664,7 +17663,7 @@ because of its length, but should all ap
url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ "/usr/local/bin/netscape -remote 'openURL(_URL_, new-window)' &"
_TEST("test -n '${DISPLAY}'")_ "/usr/local/bin/netscape &"
- "/usr/local/bin/lynx '_URL_'"
+ "/usr/bin/lynx '_URL_'"