misc/130366: Minor correction to sysinstall dialog use of "WEB" - non-acronym

Royce Williams royce at alaska.net
Sat Jan 10 22:40:03 PST 2009


>Number:         130366
>Category:       misc
>Synopsis:       Minor correction to sysinstall dialog use of "WEB" - non-acronym
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 11 06:40:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Royce Williams
>Release:        6.4
>Organization:
>Environment:
FreeBSD heffalump.prv.tycho.org 6.4-RELEASE FreeBSD 6.4-RELEASE #0: Wed Nov 26 11:43:51 UTC 2008     root at dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
The sysinstall dialog box about browsing the package collection uses this phrase:

   from text editors to games to WEB servers

This should read:

   from text editors to games to web servers

.. as "web" is not an acronym/initialism/alphabetism/abbreviation.
>How-To-Repeat:
Run sysinstall until prompted to browse the package collection.
>Fix:
Apply patch.

--- usr.sbin/sysinstall/install.c       2008-10-11 22:41:55.000000000 -0800
+++ usr.sbin/sysinstall/install.c.new   2009-01-10 21:24:49.000000000 -0900
@@ -719,7 +719,7 @@

     dialog_clear_norefresh();
     if (!msgYesNo("The FreeBSD package collection is a collection of thousands of ready-to-run\n"
-                 "applications, from text editors to games to WEB servers and more.  Would you\n"
+                 "applications, from text editors to games to web servers and more.  Would you\n"
                  "like to browse the collection now?")) {
        (void)configPackages(self);
     }


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list