mirror of https://github.com/openzfs/zfs.git
Change http://zfsonlinux.org links to https://zfsonlinux.org
Update the project website links contained in to repository to reference the secure https://zfsonlinux.org address. Reviewed-By: Richard Laager <rlaager@wiktel.com> Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Garrett Fields <ghfields@gmail.com> Reviewed-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #9837
This commit is contained in:
parent
a4c3e3c74f
commit
e458fcca75
|
@ -1,4 +1,4 @@
|
|||
![img](http://zfsonlinux.org/images/zfs-linux.png)
|
||||
![img](https://zfsonlinux.org/images/zfs-linux.png)
|
||||
|
||||
ZFS on Linux is an advanced file system and volume manager which was originally
|
||||
developed for Solaris and is now maintained by the OpenZFS community.
|
||||
|
@ -8,7 +8,7 @@ developed for Solaris and is now maintained by the OpenZFS community.
|
|||
|
||||
# Official Resources
|
||||
|
||||
* [Site](http://zfsonlinux.org)
|
||||
* [Site](https://zfsonlinux.org)
|
||||
* [Wiki](https://github.com/zfsonlinux/zfs/wiki)
|
||||
* [Mailing lists](https://github.com/zfsonlinux/zfs/wiki/Mailing-Lists)
|
||||
* [OpenZFS site](http://open-zfs.org/)
|
||||
|
@ -16,7 +16,7 @@ developed for Solaris and is now maintained by the OpenZFS community.
|
|||
# Installation
|
||||
|
||||
Full documentation for installing ZoL on your favorite Linux distribution can
|
||||
be found at [our site](http://zfsonlinux.org/).
|
||||
be found at [our site](https://zfsonlinux.org/).
|
||||
|
||||
# Contribute & Develop
|
||||
|
||||
|
|
|
@ -2791,9 +2791,10 @@ show_import(nvlist_t *config)
|
|||
"the '-f' flag.\n"));
|
||||
}
|
||||
|
||||
if (msgid != NULL)
|
||||
(void) printf(gettext(" see: http://zfsonlinux.org/msg/%s\n"),
|
||||
msgid);
|
||||
if (msgid != NULL) {
|
||||
(void) printf(gettext(
|
||||
" see: https://zfsonlinux.org/msg/%s\n"), msgid);
|
||||
}
|
||||
|
||||
(void) printf(gettext(" config:\n\n"));
|
||||
|
||||
|
@ -7531,7 +7532,7 @@ print_dedup_stats(nvlist_t *config)
|
|||
* pool: tank
|
||||
* status: DEGRADED
|
||||
* reason: One or more devices ...
|
||||
* see: http://zfsonlinux.org/msg/ZFS-xxxx-01
|
||||
* see: https://zfsonlinux.org/msg/ZFS-xxxx-01
|
||||
* config:
|
||||
* mirror DEGRADED
|
||||
* c1t0d0 OK
|
||||
|
@ -7900,7 +7901,7 @@ status_callback(zpool_handle_t *zhp, void *data)
|
|||
if (msgid != NULL) {
|
||||
printf(" ");
|
||||
printf_color(ANSI_BOLD, gettext("see:"));
|
||||
printf(gettext(" http://zfsonlinux.org/msg/%s\n"), msgid);
|
||||
printf(gettext(" https://zfsonlinux.org/msg/%s\n"), msgid);
|
||||
}
|
||||
|
||||
if (config != NULL) {
|
||||
|
|
|
@ -58,7 +58,7 @@ config ZFS
|
|||
help
|
||||
This is the ZFS filesystem from the ZFS On Linux project.
|
||||
|
||||
See http://zfsonlinux.org/
|
||||
See https://zfsonlinux.org/
|
||||
|
||||
To compile this file system support as a module, choose M here.
|
||||
|
||||
|
|
|
@ -987,7 +987,7 @@ typedef enum dsl_scan_state {
|
|||
} dsl_scan_state_t;
|
||||
|
||||
/*
|
||||
* Errata described by http://zfsonlinux.org/msg/ZFS-8000-ER. The ordering
|
||||
* Errata described by https://zfsonlinux.org/msg/ZFS-8000-ER. The ordering
|
||||
* of this enum must be maintained to ensure the errata identifiers map to
|
||||
* the correct documentation. New errata may only be appended to the list
|
||||
* and must contain corresponding documentation at the above link.
|
||||
|
|
|
@ -6,7 +6,7 @@ includedir=@includedir@
|
|||
Name: libzfs
|
||||
Description: LibZFS library
|
||||
Version: @VERSION@
|
||||
URL: http://zfsonlinux.org
|
||||
URL: https://zfsonlinux.org
|
||||
Requires: libzfs_core
|
||||
Cflags: -I${includedir}/libzfs -I${includedir}/libspl
|
||||
Libs: -L${libdir} -lzfs -lnvpair
|
||||
|
|
|
@ -6,6 +6,6 @@ includedir=@includedir@
|
|||
Name: libzfs_core
|
||||
Description: LibZFS core library
|
||||
Version: @VERSION@
|
||||
URL: http://zfsonlinux.org
|
||||
URL: https://zfsonlinux.org
|
||||
Cflags: -I${includedir}/libzfs -I${includedir}/libspl
|
||||
Libs: -L${libdir} -lzfs_core
|
||||
|
|
|
@ -5220,7 +5220,7 @@ zfs_receive_one(libzfs_handle_t *hdl, int infd, const char *tosnap,
|
|||
case ZFS_ERR_FROM_IVSET_GUID_MISSING:
|
||||
zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
|
||||
"IV set guid missing. See errata %u at "
|
||||
"http://zfsonlinux.org/msg/ZFS-8000-ER."),
|
||||
"https://zfsonlinux.org/msg/ZFS-8000-ER."),
|
||||
ZPOOL_ERRATA_ZOL_8308_ENCRYPTION);
|
||||
(void) zfs_error(hdl, EZFS_BADSTREAM, errbuf);
|
||||
break;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.\"
|
||||
.\" This file is part of the ZFS Event Daemon (ZED)
|
||||
.\" for ZFS on Linux (ZoL) <http://zfsonlinux.org/>.
|
||||
.\" for ZFS on Linux (ZoL) <https://zfsonlinux.org/>.
|
||||
.\" Developed at Lawrence Livermore National Laboratory (LLNL-CODE-403049).
|
||||
.\" Copyright (C) 2013-2014 Lawrence Livermore National Security, LLC.
|
||||
.\" Refer to the ZoL git commit log for authoritative copyright attribution.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
The Solaris Porting Layer, SPL, is a Linux kernel module which provides a
|
||||
compatibility layer used by the [ZFS on Linux](http://zfsonlinux.org) project.
|
||||
compatibility layer used by the [ZFS on Linux](https://zfsonlinux.org) project.
|
||||
|
||||
# Installation
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ Summary: Kernel module(s) (dkms)
|
|||
|
||||
Group: System Environment/Kernel
|
||||
License: @ZFS_META_LICENSE@
|
||||
URL: http://zfsonlinux.org/
|
||||
URL: https://zfsonlinux.org/
|
||||
Source0: %{module}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
|
|
|
@ -51,7 +51,7 @@ Summary: Kernel module(s)
|
|||
|
||||
Group: System Environment/Kernel
|
||||
License: @ZFS_META_LICENSE@
|
||||
URL: http://zfsonlinux.org/
|
||||
URL: https://zfsonlinux.org/
|
||||
Source0: %{module}-%{version}.tar.gz
|
||||
Source10: kmodtool
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id} -u -n)
|
||||
|
|
|
@ -112,7 +112,7 @@ Summary: Commands to control the kernel modules and libraries
|
|||
|
||||
Group: System Environment/Kernel
|
||||
License: @ZFS_META_LICENSE@
|
||||
URL: http://zfsonlinux.org/
|
||||
URL: https://zfsonlinux.org/
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: libzpool2 = %{version}
|
||||
|
|
|
@ -11,7 +11,7 @@ Release: @RELEASE@%{?dist}
|
|||
Summary: Kernel module(s)
|
||||
Group: System Environment/Kernel
|
||||
License: @ZFS_META_LICENSE@
|
||||
URL: http://zfsonlinux.org/
|
||||
URL: https://zfsonlinux.org/
|
||||
BuildRequires: %kernel_module_package_buildreqs
|
||||
Source0: @PACKAGE@-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
|
Loading…
Reference in New Issue