pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pbulk/files/pbulk/pbuild Shorten wording.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e293363a57f3
branches:  trunk
changeset: 532303:e293363a57f3
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Aug 15 20:55:28 2007 +0000

description:
Shorten wording.

diffstat:

 pkgtools/pbulk/files/pbulk/pbuild/jobs.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f96d2de18ac4 -r e293363a57f3 pkgtools/pbulk/files/pbulk/pbuild/jobs.c
--- a/pkgtools/pbulk/files/pbulk/pbuild/jobs.c  Wed Aug 15 20:54:20 2007 +0000
+++ b/pkgtools/pbulk/files/pbulk/pbuild/jobs.c  Wed Aug 15 20:55:28 2007 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: jobs.c,v 1.4 2007/08/15 20:52:02 joerg Exp $ */
+/* $NetBSD: jobs.c,v 1.5 2007/08/15 20:55:28 joerg Exp $ */
 
 /*-
  * Copyright (c) 2007 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
@@ -416,7 +416,7 @@
                        free(buf);
                }
                if (verbosity >= 1)
-                       ts_printf("Successfully finished build of %s\n", job->pkgname);
+                       ts_printf("Successfully built %s\n", job->pkgname);
                break;
        case JOB_FAILED:
                if (log_state) {
@@ -426,7 +426,7 @@
                        free(buf);
                }
                if (verbosity >= 1)
-                       ts_printf("Failed build of %s\n", job->pkgname);
+                       ts_printf("Failed to build %s\n", job->pkgname);
                /* FALLTHROUGH */
        case JOB_INDIRECT_FAILED:
                recursive_mark_broken(job, JOB_INDIRECT_FAILED);



Home | Main Index | Thread Index | Old Index