50 lines
2.2 KiB
Plaintext
50 lines
2.2 KiB
Plaintext
$OpenBSD: patch-pine_pine_hlp,v 1.8 2005/11/23 13:44:25 jakob Exp $
|
|
--- pine/pine.hlp.orig Wed Sep 28 19:56:29 2005
|
|
+++ pine/pine.hlp Wed Nov 23 14:26:30 2005
|
|
@@ -1010,8 +1010,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. /var/spool/news or /usr/spool/news
|
|
active-news varies across Unix flavors, e.g. /usr/lib/news/active
|
|
@@ -19356,7 +19355,7 @@ a semi-colon (;) under Windows; for exam
|
|
</PRE>
|
|
<!--chtml else-->
|
|
a colon (:) under UNIX; for example:<PRE>
|
|
- ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
|
|
+ ~/.mailcap:/etc/mailcap
|
|
</PRE>
|
|
<!--chtml endif-->
|
|
<P><UL>
|
|
@@ -24599,7 +24598,7 @@ argument (see the "lynx" examp
|
|
So, here are some example entries:
|
|
<PRE>
|
|
URL-Viewers = _TEST("test -n '${DISPLAY}'")_ /usr/local/bin/netscape
|
|
- "/usr/local/bin/lynx _URL_"
|
|
+ "/usr/bin/lynx _URL_"
|
|
C:\BIN\NETSCAPE.BAT
|
|
</PRE>
|
|
<P>
|
|
@@ -24607,7 +24606,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.
|
|
@@ -24703,7 +24702,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)' &"<BR>
|
|
|
|
_TEST("test -n '${DISPLAY}'")_ "/usr/local/bin/netscape &"<BR>
|
|
- "/usr/local/bin/lynx '_URL_'"
|
|
+ "/usr/bin/lynx '_URL_'"
|
|
<P>
|
|
<!--chtml endif-->
|
|
<P>
|