diff options
author | 1998-03-11 22:31:23 +0000 | |
---|---|---|
committer | 1998-03-11 22:31:23 +0000 | |
commit | 003fb12a854d73ed7beb42edfb7a2f22fc16e8f0 (patch) | |
tree | cfe26177fbd8e3175a65efd0fcf8a8776ad8680b | |
parent | support non-executable shell scripts (diff) | |
download | wireguard-openbsd-003fb12a854d73ed7beb42edfb7a2f22fc16e8f0.tar.xz wireguard-openbsd-003fb12a854d73ed7beb42edfb7a2f22fc16e8f0.zip |
default to our web page
-rw-r--r-- | gnu/usr.bin/lynx/lynx.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/lynx/lynx.cfg b/gnu/usr.bin/lynx/lynx.cfg index 5c73de82f68..e38eb1ff689 100644 --- a/gnu/usr.bin/lynx/lynx.cfg +++ b/gnu/usr.bin/lynx/lynx.cfg @@ -22,7 +22,7 @@ # replace PATH_TO with the complete path to FILENAME # use Unix SHELL syntax and include the device on VMS systems) # -STARTFILE:http://lynx.browser.org/ +STARTFILE:http://www.OpenBSD.org/ # HELPFILE must be defined as a URL and must have a # complete path if local: |