pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pbulk/files/pbulk/pbuild



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Feb 19 12:03:00 UTC 2018

Modified Files:
        pkgsrc/pkgtools/pbulk/files/pbulk/pbuild: stat.c

Log Message:
Fix typo in status message.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/stat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/stat.c
diff -u pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/stat.c:1.4 pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/stat.c:1.5
--- pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/stat.c:1.4 Mon Dec  7 16:52:39 2015
+++ pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/stat.c     Mon Feb 19 12:03:00 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: stat.c,v 1.4 2015/12/07 16:52:39 joerg Exp $ */
+/* $NetBSD: stat.c,v 1.5 2018/02/19 12:03:00 wiz Exp $ */
 
 /*-
  * Copyright (c) 2007 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
@@ -104,7 +104,7 @@ stat_mode(const char *client_port)
            (unsigned long)st.failed);
        (void)printf("  Broken due to a broken dependency: %lu\n",
            (unsigned long)st.indirect_failed);
-       (void)printf("  Not build as explicitly marked broken: %lu\n",
+       (void)printf("  Not built as explicitly marked broken: %lu\n",
            (unsigned long)st.prefailed);
        (void)printf("  Broken due to an explicitly broken dependency: %lu\n",
            (unsigned long)st.indirect_prefailed);



Home | Main Index | Thread Index | Old Index