FreeBSD Bugzilla – Attachment 6710 Details for
Bug 15020
sysinstall seeks documentation in old locations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 954 bytes, created by
mkamm
on 1999-11-21 17:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
mkamm
Created:
1999-11-21 17:50:00 UTC
Size:
954 bytes
patch
obsolete
>Index: doc.c >=================================================================== >RCS file: /home/mycvs/src/release/sysinstall/doc.c,v >retrieving revision 1.1.1.1 >retrieving revision 1.2 >diff -u -r1.1.1.1 -r1.2 >--- doc.c 1999/10/19 10:09:16 1.1.1.1 >+++ doc.c 1999/10/28 14:22:38 1.2 >@@ -101,13 +101,13 @@ > else if (!strcmp(str, "Other")) > where = msgGetInput("http://www.freebsd.org", "Please enter the URL of the location you wish to visit."); > else if (!strcmp(str, "FAQ")) { >- strcpy(target, "/usr/share/doc/FAQ/FAQ.html"); >+ strcpy(target, "/usr/share/doc/faq/index.html"); > if (!file_readable(target)) > strcpy(target, "http://www.freebsd.org/FAQ"); > where = target; > } > else if (!strcmp(str, "Handbook")) { >- strcpy(target, "/usr/share/doc/handbook/handbook.html"); >+ strcpy(target, "/usr/share/doc/handbook/index.html"); > if (!file_readable(target)) > strcpy(target, "http://www.freebsd.org/handbook"); > where = target;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15020
: 6710