205241277a
from Daniel Dickman <didickman at gmail dot com>, thanks!
31 lines
1.5 KiB
Plaintext
31 lines
1.5 KiB
Plaintext
$OpenBSD: patch-pith_pine_hlp,v 1.3 2008/05/20 07:17:16 ajacoutot Exp $
|
|
--- pith/pine.hlp.orig Fri Mar 14 18:34:08 2008
|
|
+++ pith/pine.hlp Sun May 18 16:04:24 2008
|
|
@@ -26133,7 +26133,7 @@ argument (see the "lynx" example below).
|
|
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>
|
|
@@ -26141,7 +26141,7 @@ This example shows that for the first viewer in the li
|
|
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.
|
|
@@ -26237,7 +26237,7 @@ because of its length, but should all appear on one li
|
|
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>
|