diff options
author | mm <mm@FreeBSD.org> | 2012-05-27 12:31:57 +0000 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2012-05-27 12:31:57 +0000 |
commit | daae7d499d4a996cb76a8ce00fe8ba5c31d78994 (patch) | |
tree | 1f8bb2724bdcd7949d98a683feff3d42122dba48 /cddl | |
parent | a0cba7035e79b9072daec4c39acf9bcb521b9f0e (diff) | |
download | FreeBSD-src-daae7d499d4a996cb76a8ce00fe8ba5c31d78994.zip FreeBSD-src-daae7d499d4a996cb76a8ce00fe8ba5c31d78994.tar.gz |
Import illumos changeset 13605:b5c2b5db80d6 (partial)
763 FMD msg URLs should refer to something visible
Replace sun.com URL's with illumos.org
References:
https://www.illumos.org/issues/763
Obtained from: illumos (issue #763)
MFC after: 1 week
Diffstat (limited to 'cddl')
-rw-r--r-- | cddl/contrib/opensolaris/cmd/zpool/zpool_main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c b/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c index 1e9f1de..43cf020 100644 --- a/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c +++ b/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c @@ -1617,7 +1617,7 @@ show_import(nvlist_t *config) } if (msgid != NULL) - (void) printf(gettext(" see: http://www.sun.com/msg/%s\n"), + (void) printf(gettext(" see: http://illumos.org/msg/%s\n"), msgid); (void) printf(gettext(" config:\n\n")); @@ -3685,7 +3685,7 @@ print_dedup_stats(nvlist_t *config) * pool: tank * status: DEGRADED * reason: One or more devices ... - * see: http://www.sun.com/msg/ZFS-xxxx-01 + * see: http://illumos.org/msg/ZFS-xxxx-01 * config: * mirror DEGRADED * c1t0d0 OK @@ -3893,7 +3893,7 @@ status_callback(zpool_handle_t *zhp, void *data) } if (msgid != NULL) - (void) printf(gettext(" see: http://www.sun.com/msg/%s\n"), + (void) printf(gettext(" see: http://illumos.org/msg/%s\n"), msgid); if (config != NULL) { |