Source-Changes-HG archive

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

[src/trunk]: src/external/cddl/osnet/dist/cmd/zpool Remove references to GEOM...



details:   https://anonhg.NetBSD.org/src/rev/8e414dfaec48
branches:  trunk
changeset: 371997:8e414dfaec48
user:      nia <nia%NetBSD.org@localhost>
date:      Mon Oct 24 14:22:53 2022 +0000

description:
Remove references to GEOM from zpool(8).

diffstat:

 external/cddl/osnet/dist/cmd/zpool/zpool_vdev.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 89cdae0af75e -r 8e414dfaec48 external/cddl/osnet/dist/cmd/zpool/zpool_vdev.c
--- a/external/cddl/osnet/dist/cmd/zpool/zpool_vdev.c   Mon Oct 24 14:15:19 2022 +0000
+++ b/external/cddl/osnet/dist/cmd/zpool/zpool_vdev.c   Mon Oct 24 14:22:53 2022 +0000
@@ -482,7 +482,7 @@
                        if (errno == ENOENT) {
                                (void) fprintf(stderr,
                                    gettext("cannot open '%s': no such "
-                                   "GEOM provider\n"), arg);
+                                   "device\n"), arg);
                                (void) fprintf(stderr,
                                    gettext("must be a full path or "
                                    "shorthand device name\n"));
@@ -513,7 +513,7 @@
                type = VDEV_TYPE_FILE;
        } else {
                (void) fprintf(stderr, gettext("cannot use '%s': must be a "
-                   "GEOM provider or regular file\n"), path);
+                   "device or regular file\n"), path);
                return (NULL);
        }
 



Home | Main Index | Thread Index | Old Index