From 1966e959cab25d6e535eeb88e0b2ad9590881eb7 Mon Sep 17 00:00:00 2001 From: наб Date: Mon, 3 May 2021 21:21:21 +0200 Subject: Replace ZoL with OpenZFS where applicable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Afterward, git grep ZoL matches: * README.md: * [ZoL Site](https://zfsonlinux.org) - Correct * etc/default/zfs.in:# ZoL userland configuration. - Changing this would induce a needless upgrade-check, if the user has modified the configuration; this can be updated the next time the defaults change * module/zfs/dmu_send.c: * ZoL < 0.7 does not handle [...] - Before 0.7 is ZoL, so fair enough Reviewed-by: Brian Behlendorf Signed-off-by: Ahelenia Ziemiańska Issue #11956 --- cmd/zed/zed_event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/zed/zed_event.c') diff --git a/cmd/zed/zed_event.c b/cmd/zed/zed_event.c index 232b88a13..9eaad0e92 100644 --- a/cmd/zed/zed_event.c +++ b/cmd/zed/zed_event.c @@ -3,7 +3,7 @@ * * 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. + * Refer to the OpenZFS git commit log for authoritative copyright attribution. * * The contents of this file are subject to the terms of the * Common Development and Distribution License Version 1.0 (CDDL-1.0). -- cgit v1.2.3