>Number:         145343
>Category:       bin
>Synopsis:       Grammatical change in restore
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 03 16:19:37 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Hywel Mallett
>Release:        7.3-RELEASE
>Organization:
>Environment:
FreeBSD xxx.option13.co.uk 7.3-RELEASE FreeBSD 7.3-RELEASE #0: Tue Mar 30 
01:09:52 BST 2010     hy...@xxx.option13.co.uk:/usr/obj/usr/src/sys/GENERIC  
amd64
>Description:
During a restore, restore prints information that it's "check pointing". As the 
noun is checkpoint, presumably the verb should be checkpointing.
>How-To-Repeat:
restore -rvf ...
>Fix:
Patch against -CURRENT attached.

Patch attached with submission follows:

diff -ur current/src/sbin/restore/symtab.c patched/src/sbin/restore/symtab.c
--- current/src/sbin/restore/symtab.c   2004-04-09 20:58:36.000000000 +0100
+++ patched/src/sbin/restore/symtab.c   2010-04-02 23:48:52.000000000 +0100
@@ -443,7 +443,7 @@
        FILE *fd;
        struct symtableheader hdr;
 
-       vprintf(stdout, "Check pointing the restore\n");
+       vprintf(stdout, "Checkpointing the restore\n");
        if (Nflag)
                return;
        if ((fd = fopen(filename, "w")) == NULL) {


>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to