From nobody Mon Oct 11 17:09:53 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 5F4B518177FA for ; Mon, 11 Oct 2021 17:09:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HSlfB0jcSz4Ypl; Mon, 11 Oct 2021 17:09:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AEBA224BE7; Mon, 11 Oct 2021 17:09:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19BH9rg1037157; Mon, 11 Oct 2021 17:09:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19BH9rUk037156; Mon, 11 Oct 2021 17:09:53 GMT (envelope-from git) Date: Mon, 11 Oct 2021 17:09:53 GMT Message-Id: <202110111709.19BH9rUk037156@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Warner Losh Subject: git: 4a04ef6034 - main - git: recommend git bisect start --first-parent List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: imp X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4a04ef603433e5dadeb78ee5d7f6aa1c07e4ae2f Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/doc/commit/?id=4a04ef603433e5dadeb78ee5d7f6aa1c07e4ae2f commit 4a04ef603433e5dadeb78ee5d7f6aa1c07e4ae2f Author: Warner Losh AuthorDate: 2021-10-11 16:49:35 +0000 Commit: Warner Losh CommitDate: 2021-10-11 17:07:29 +0000 git: recommend git bisect start --first-parent Due to how we do merge commits from the vendor branches, we don't want git bisect selecting those revisions as a bisection point. Recommend using 'git bisect start --first-parent' as a workaround. Sponsored by: Netflix --- documentation/content/en/articles/committers-guide/_index.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index 231dfebaf7..d29fbf8c36 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -569,11 +569,12 @@ Here's a brief outline of how to use it. For more information, you can view https://www.metaltoad.com/blog/beginners-guide-git-bisect-process-elimination or https://git-scm.com/docs/git-bisect for more details. The man git-bisect page is good at describing what can go wrong, what to do when versions won't build, when you want to use terms other than 'good' and 'bad', etc, none of which will be covered here. -`git bisect start` will start the bisection process. +`git bisect start --first-parent` will start the bisection process. Next, you need to tell a range to go through. 'git bisect good XXXXXX' will tell it the working version and 'git bisect bad XXXXX' will tell it the bad version. The bad version will almost always be HEAD (a special tag for what you have checked out). The good version will be the last one you checked out. +The `--first-parent` argument is necessary so that subsequent `git bisect` commands do not try to check out a vendor branch which lacks the full FreeBSD source tree. [TIP] ==== @@ -593,7 +594,7 @@ Set the 'good' version first, then set the bad (though the order doesn't matter) When you set the bad version, it will give you some statistics on the process: [source,shell] .... -% git bisect start +% git bisect start --first-parent % git bisect good a8163e165c5b % git bisect bad HEAD Bisecting: 1722 revisions left to test after this (roughly 11 steps) From nobody Mon Oct 11 19:33:07 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id B711817F543A for ; Mon, 11 Oct 2021 19:33:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HSpqR4rWpz4VVt; Mon, 11 Oct 2021 19:33:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 86EC426D47; Mon, 11 Oct 2021 19:33:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19BJX7QZ037182; Mon, 11 Oct 2021 19:33:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19BJX7FY037181; Mon, 11 Oct 2021 19:33:07 GMT (envelope-from git) Date: Mon, 11 Oct 2021 19:33:07 GMT Message-Id: <202110111933.19BJX7FY037181@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Glen Barber Subject: git: 28aa4ba6e4 - main - 12.3: add the relnotes page List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gjb X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 28aa4ba6e44e50c118710b4cb27731d345374559 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by gjb: URL: https://cgit.FreeBSD.org/doc/commit/?id=28aa4ba6e44e50c118710b4cb27731d345374559 commit 28aa4ba6e44e50c118710b4cb27731d345374559 Author: Glen Barber AuthorDate: 2021-10-11 19:32:50 +0000 Commit: Glen Barber CommitDate: 2021-10-11 19:32:50 +0000 12.3: add the relnotes page Sponsored by: Rubicon Communications, LLC ("Netgate") --- website/content/en/releases/12.3R/relnotes.adoc | 185 ++++++++++++++++++++++++ 1 file changed, 185 insertions(+) diff --git a/website/content/en/releases/12.3R/relnotes.adoc b/website/content/en/releases/12.3R/relnotes.adoc new file mode 100644 index 0000000000..50bb22ab75 --- /dev/null +++ b/website/content/en/releases/12.3R/relnotes.adoc @@ -0,0 +1,185 @@ +--- +title: "FreeBSD 12.3-RELEASE Release Notes" +sidenav: download +--- + +:releaseCurrent: 12.3-RELEASE +:releaseBranch: 12-STABLE +:releasePrev: 12.2-RELEASE +:releaseNext: 12.4-RELEASE +:releaseType: release + +include::shared/en/urls.adoc[] + += FreeBSD {releaseCurrent} Release Notes +:doctype: article +:toc: macro +:toclevels: 1 +:icons: font + +== Abstract + +[.abstract-title] +The release notes for FreeBSD {releaseCurrent} contain a summary of the changes made to the FreeBSD base system on the {releaseBranch} development line. This document lists applicable security advisories that were issued since the last release, as well as significant changes to the FreeBSD kernel and userland. Some brief remarks on upgrading are also presented. + +[[intro]] +== Introduction + +This document contains the release notes for FreeBSD {releaseCurrent}. It describes recently added, changed, or deleted features of FreeBSD. It also provides some notes on upgrading from previous versions of FreeBSD. + +The {releaseType} distribution to which these release notes apply represents the latest point along the {releaseBranch} development branch since {releaseBranch} was created. Information regarding pre-built, binary {releaseType} distributions along this branch can be found at https://www.FreeBSD.org/releases/[https://www.FreeBSD.org/releases/]. + +The {releaseType} distribution to which these release notes apply represents a point along the {releaseBranch} development branch between {releasePrev} and the future {releaseNext}. Information regarding pre-built, binary {releaseType} distributions along this branch can be found at https://www.FreeBSD.org/releases/[https://www.FreeBSD.org/releases/]. + +This distribution of FreeBSD {releaseCurrent} is a {releaseType} distribution. It can be found at https://www.FreeBSD.org/releases/[https://www.FreeBSD.org/releases/] or any of its mirrors. More information on obtaining this (or other) {releaseType} distributions of FreeBSD can be found in the link:{handbook}/mirrors[Obtaining FreeBSD appendix] to the link:{handbook}/[FreeBSD Handbook]. + +All users are encouraged to consult the release errata before installing FreeBSD. The errata document is updated with "late-breaking" information discovered late in the release cycle or after the release. Typically, it contains information on known bugs, security advisories, and corrections to documentation. An up-to-date copy of the errata for FreeBSD {releaseCurrent} can be found on the FreeBSD Web site. + +This document describes the most user-visible new or changed features in FreeBSD since {releasePrev}. In general, changes described here are unique to the {releaseBranch} branch unless specifically marked as MERGED features. + +Typical release note items document recent security advisories issued after {releasePrev}, new drivers or hardware support, new commands or options, major bug fixes, or contributed software upgrades. They may also list changes to major ports/packages or release engineering practices. Clearly the release notes cannot list every single change made to FreeBSD between releases; this document focuses primarily on security advisories, user-visible changes, and major architectural improvements. + +[[upgrade]] +== Upgrading from Previous Releases of FreeBSD + +Binary upgrades between RELEASE versions (and snapshots of the various security branches) are supported using the man:freebsd-update[8] utility. The binary upgrade procedure will update unmodified userland utilities, as well as unmodified GENERIC kernels distributed as a part of an official FreeBSD release. The man:freebsd-update[8] utility requires that the host being upgraded have Internet connectivity. + +Source-based upgrades (those based on recompiling the FreeBSD base system from source code) from previous versions are supported, according to the instructions in [.filename]#/usr/src/UPDATING#. + +[IMPORTANT] +==== +Upgrading FreeBSD should only be attempted after backing up _all_ data and configuration files. +==== + +[[security-errata]] +== Security and Errata + +This section lists the various Security Advisories and Errata Notices since {releasePrev}. + +[[security]] +=== Security Advisories + +[.informaltable] +[cols="1,1,1", frame="none", options="header"] +|=== +| Advisory +| Date +| Topic + +// XXX: Pull in static content from the 12.2 errata page. +|No advisories. +| +| + +|=== + +[[errata]] +=== Errata Notices + +[.informaltable] +[cols="1,1,1", frame="none", options="header"] +|=== +| Errata +| Date +| Topic + +// XXX: Pull in static content from the 12.2 errata page. +|No errata. +| +| + +|=== + +[[userland]] +== Userland + +This section covers changes and additions to userland applications, contributed software, and system utilities. + +[[userland-config]] +=== Userland Configuration Changes + +// SAMPLE ENTRY: +// A new man:rc.conf[5] variable has been added, `linux_mounts_enable`, which controls if Linux(R)-specific filesystems are mounted in [.filename]#/compat/linux# if `linux_enable` is set to `YES`. {{< revision "364883" >}} (Sponsored by The FreeBSD Foundation) + +[[userland-programs]] +=== Userland Application Changes + +[[userland-contrib]] +=== Contributed Software + +[[userland-deprecated-programs]] +=== Deprecated Applications + +[[userland-libraries]] +=== Runtime Libraries and API + +[[kernel]] +== Kernel + +This section covers changes to kernel configurations, system tuning, and system control parameters that are not otherwise categorized. + +[[kernel-general]] +=== General Kernel Changes + +[[drivers]] +== Devices and Drivers + +This section covers changes and additions to devices and device drivers since {releasePrev}. + +[[drivers-device]] +=== Device Drivers + +[[storage]] +== Storage + +This section covers changes and additions to file systems and other storage subsystems, both local and networked. + +[[storage-general]] +=== General Storage + +[[boot]] +== Boot Loader Changes + +This section covers the boot loader, boot menu, and other boot-related changes. + +[[boot-loader]] +=== Boot Loader Changes + +[[network]] +== Networking + +This section describes changes that affect networking in FreeBSD. + +[[network-general]] +=== General Network + +[[ports]] +== Ports Collection and Package Infrastructure + +This section covers changes to the FreeBSD Ports Collection, package infrastructure, and package maintenance and installation tools. + +[[ports-packages]] +=== Packaging Changes + +[[future-releases]] +== General Notes Regarding Future FreeBSD Releases + +[[future-releases-cputype]] +=== Default `CPUTYPE` Change + +Starting with FreeBSD-13.0, the default `CPUTYPE` for the i386 architecture will change from `486` to `686`. + +This means that, by default, binaries produced will require a 686-class CPU, including but not limited to binaries provided by the FreeBSD Release Engineering team. FreeBSD 13.0 will continue to support older CPUs, however users needing this functionality will need to build their own releases for official support. + +As the primary use for i486 and i586 CPUs is generally in the embedded market, the general end-user impact is expected to be minimal, as new hardware with these CPU types has long faded, and much of the deployed base of such systems is nearing retirement age, statistically. + +There were several factors taken into account for this change. For example, i486 does not have 64-bit atomics, and while they can be emulated in the kernel, they cannot be emulated in the userland. Additionally, the 32-bit amd64 libraries have been i686 since their inception. + +As the majority of 32-bit testing is done by developers using the lib32 libraries on 64-bit hardware with the `COMPAT_FREEBSD32` option in the kernel, this change ensures better coverage and user experience. This also aligns with what the majority of Linux(R) distributions have been doing for quite some time. + +This is expected to be the final bump of the default `CPUTYPE` in i386. + +[IMPORTANT] +==== +This change does not affect the FreeBSD 12.x or 11.x series of releases. +==== From nobody Mon Oct 11 20:35:41 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 97A5C1810529 for ; Mon, 11 Oct 2021 20:35:43 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HSrCg3CMPz4qpW; Mon, 11 Oct 2021 20:35:43 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from John-Baldwins-MacBook-Pro.local (ralph.baldwin.cx [66.234.199.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: jhb) by smtp.freebsd.org (Postfix) with ESMTPSA id E9CB02F90; Mon, 11 Oct 2021 20:35:42 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Subject: Re: git: 151b473480 - main - documentation: Remove asciidoctor-pdf from default requirements To: "Danilo G. Baio" , doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org References: <202110092115.199LFZlX031101@gitrepo.freebsd.org> From: John Baldwin Message-ID: <443e4da7-2d47-cd2f-0c79-d0d748328260@FreeBSD.org> Date: Mon, 11 Oct 2021 13:35:41 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 In-Reply-To: <202110092115.199LFZlX031101@gitrepo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: N On 10/9/21 2:15 PM, Danilo G. Baio wrote: > The branch main has been updated by dbaio: > > URL: https://cgit.FreeBSD.org/doc/commit/?id=151b473480373cea7cdc1af86a1e7837976429a1 > > commit 151b473480373cea7cdc1af86a1e7837976429a1 > Author: Danilo G. Baio > AuthorDate: 2021-10-09 21:13:16 +0000 > Commit: Danilo G. Baio > CommitDate: 2021-10-09 21:13:16 +0000 > > documentation: Remove asciidoctor-pdf from default requirements > > With the current requirements, if textproc/docproj is built with PDF > option disabled, you can't build the documentation. > > This fixes that, and now asciidoctor-pdf will be checked only when > building PDF. > > Reported by: jhb Thanks! -- John Baldwin From nobody Tue Oct 12 20:48:37 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 8857B1803EC9 for ; Tue, 12 Oct 2021 20:48:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HTSS53GKDz3Kky; Tue, 12 Oct 2021 20:48:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4FBCE1B3CB; Tue, 12 Oct 2021 20:48:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19CKmb1P053405; Tue, 12 Oct 2021 20:48:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19CKmbmq053404; Tue, 12 Oct 2021 20:48:37 GMT (envelope-from git) Date: Tue, 12 Oct 2021 20:48:37 GMT Message-Id: <202110122048.19CKmbmq053404@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: "Danilo G. Baio" Subject: git: 26089c882b - main - Replace Mailman to Mlmmj addresses List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dbaio X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 26089c882b00beb7ab484b08ee57ecedffed2986 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=26089c882b00beb7ab484b08ee57ecedffed2986 commit 26089c882b00beb7ab484b08ee57ecedffed2986 Author: Danilo G. Baio AuthorDate: 2021-10-12 19:45:20 +0000 Commit: Danilo G. Baio CommitDate: 2021-10-12 20:42:45 +0000 Replace Mailman to Mlmmj addresses Following mailing lists migration from Mailman to Mlmmj. Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D32466 --- .../en/articles/building-products/_index.adoc | 4 +- .../content/en/articles/contributing/_index.adoc | 2 +- .../en/articles/mailing-list-faq/_index.adoc | 9 +- .../en/books/handbook/eresources/_index.adoc | 2 +- .../content/en/books/handbook/glossary.adoc | 2 +- .../content/en/books/handbook/mirrors/_index.adoc | 16 +- shared/da/mailing-lists.adoc | 2 +- shared/de/mailing-lists.adoc | 318 ++++++++++---------- shared/el/mailing-lists.adoc | 274 ++++++++--------- shared/en/mailing-lists.adoc | 332 ++++++++++----------- shared/es/mailing-lists.adoc | 194 ++++++------ shared/fr/mailing-lists.adoc | 252 ++++++++-------- shared/hu/mailing-lists.adoc | 242 +++++++-------- shared/it/mailing-lists.adoc | 198 ++++++------ shared/ja/mailing-lists.adoc | 330 ++++++++++---------- shared/mn/mailing-lists.adoc | 282 ++++++++--------- shared/nl/mailing-lists.adoc | 286 +++++++++--------- shared/pl/mailing-lists.adoc | 316 ++++++++++---------- shared/pt-br/mailing-lists.adoc | 274 ++++++++--------- shared/ru/mailing-lists.adoc | 260 ++++++++-------- shared/tr/mailing-lists.adoc | 316 ++++++++++---------- shared/zh-cn/mailing-lists.adoc | 292 +++++++++--------- shared/zh-tw/mailing-lists.adoc | 294 +++++++++--------- website/archetypes/new-release/readme.adoc | 2 +- website/content/en/advocacy/_index.adoc | 2 +- website/content/en/community/_index.adoc | 2 +- website/content/en/community/mailinglists.adoc | 2 +- website/content/en/gnome/docs/develfaq.adoc | 4 +- website/content/en/ipv6/w6d.adoc | 2 +- website/content/en/news/newsflash.adoc | 2 +- website/content/en/platforms/amd64.adoc | 2 +- website/content/en/platforms/arm.adoc | 2 +- website/content/en/platforms/mips.adoc | 4 +- website/content/en/platforms/ppc.adoc | 2 +- website/content/en/platforms/sparc.adoc | 4 +- website/content/en/projects/newbies.adoc | 2 +- 36 files changed, 2265 insertions(+), 2264 deletions(-) diff --git a/documentation/content/en/articles/building-products/_index.adoc b/documentation/content/en/articles/building-products/_index.adoc index c88a93e0fb..29fca86847 100644 --- a/documentation/content/en/articles/building-products/_index.adoc +++ b/documentation/content/en/articles/building-products/_index.adoc @@ -223,7 +223,7 @@ The best projects to collaborate with are the ones that are __live__; i.e., with ** To develop a high-quality operating system for popular computer hardware, and, ** To make our work available to all under a liberal license. -* FreeBSD enjoys an open and transparent working culture. Nearly all discussion in the project happens by email, on https://lists.freebsd.org/mailman/listinfo[public mailing lists] that are also archived for posterity. The project's policies are link:https://www.FreeBSD.org/internal/policies/[documented] and maintained under revision control. Participation in the project is open to all. +* FreeBSD enjoys an open and transparent working culture. Nearly all discussion in the project happens by email, on link:https://lists.freebsd.org/[public mailing lists] that are also archived for posterity. The project's policies are link:https://www.FreeBSD.org/internal/policies/[documented] and maintained under revision control. Participation in the project is open to all. [[freebsd-org]] === Understanding FreeBSD culture @@ -325,7 +325,7 @@ The {freebsd-jobs} is a useful communication channel to find talent. The FreeBSD project maintains a link:https://www.FreeBSD.org/commercial/consult_bycat/[gallery of consultants and consulting firms] undertaking FreeBSD work. The http://www.bsdcertification.org/[BSD Certification Group] offers certification for all the major BSD derived OSes. + -For less critical needs, you can ask for help on the http://lists.FreeBSD.org/mailman/listinfo[project mailing lists]. +For less critical needs, you can ask for help on the link:https://lists.freebsd.org/[project mailing lists]. A useful guide to follow when asking for help is given in <>. Publicize your involvement:: You are not required to publicize your use of FreeBSD, but doing so helps both your effort as well as that of the project. diff --git a/documentation/content/en/articles/contributing/_index.adoc b/documentation/content/en/articles/contributing/_index.adoc index 7a1274a3ee..4472701eaf 100644 --- a/documentation/content/en/articles/contributing/_index.adoc +++ b/documentation/content/en/articles/contributing/_index.adoc @@ -573,7 +573,7 @@ If portlint suggests changes which seem unreasonable, consult the link:{porters- The {freebsd-ports} is for general ports-related discussion. It is a good place to ask for help. -You can https://lists.freebsd.org/mailman/listinfo[subscribe, or read and search the list archives]. +You can link:https://lists.freebsd.org/[subscribe, or read and search the list archives]. Reading the archives of the {freebsd-ports-bugs} and the {svn-ports-head} may also be of interest. https://portsfallout.com/[PortsFallout] is a place to help in searching for the https://lists.freebsd.org/archives/freebsd-pkg-fallout/[FreeBSD package-fallout archive]. diff --git a/documentation/content/en/articles/mailing-list-faq/_index.adoc b/documentation/content/en/articles/mailing-list-faq/_index.adoc index d70b735075..c62fd0d5a8 100644 --- a/documentation/content/en/articles/mailing-list-faq/_index.adoc +++ b/documentation/content/en/articles/mailing-list-faq/_index.adoc @@ -66,7 +66,7 @@ The FreeBSD mailing lists serve as the primary communication channels for the Fr This depends on charter of each individual list. Some lists are more oriented to developers; some are more oriented towards the FreeBSD community as a whole. -Please see http://lists.FreeBSD.org/mailman/listinfo[this list] for the current summary. +Please see link:https://lists.FreeBSD.org/[this list] for the current summary. === Are the FreeBSD mailing lists open for anyone to participate? @@ -82,7 +82,7 @@ However, due to past abuse by some individuals, certain lists now have a policy === How can I subscribe? -You can use http://lists.FreeBSD.org/mailman/listinfo[the Mailman web interface] to subscribe to any of the public lists. +You can use link:https://lists.FreeBSD.org/[the Mlmmj web interface] to subscribe to any of the public lists. === How can I unsubscribe? @@ -94,11 +94,12 @@ This is a classical mistake when using mailing lists; please try to avoid it. === Are archives available? -Yes. Threaded archives are available http://docs.FreeBSD.org/mail/[here]. +Yes. Threaded archives are available link:https://docs.FreeBSD.org/mail/[here]. +You can also access https://lists.freebsd.org/pipermail[mailman archive] and link:https://lists.freebsd.org/archives[mlmmj archive] directly. === Are mailing lists available in a digest format? -Yes. See http://lists.FreeBSD.org/mailman/listinfo[the Mailman web interface]. +Yes. See link:https://lists.FreeBSD.org/[the Mlmmj web interface]. [[etiquette]] == Mailing List Etiquette diff --git a/documentation/content/en/books/handbook/eresources/_index.adoc b/documentation/content/en/books/handbook/eresources/_index.adoc index 4fe0b598fc..08922502dd 100644 --- a/documentation/content/en/books/handbook/eresources/_index.adoc +++ b/documentation/content/en/books/handbook/eresources/_index.adoc @@ -594,7 +594,7 @@ To actually post to a given list, send mail to mailto:listname@FreeBSD.org[listn It will then be redistributed to mailing list members world-wide. To unsubscribe from a list, click on the URL found at the bottom of every email received from the list. -It is also possible to send an email to mailto:listname-unsubscribe@FreeBSD.org[listname-unsubscribe@FreeBSD.org] to unsubscribe. +It is also possible to send an email to mailto:listname+unsubscribe@FreeBSD.org[listname+unsubscribe@FreeBSD.org] to unsubscribe. It is important to keep discussion in the technical mailing lists on a technical track. To only receive important announcements, instead join the {freebsd-announce}, which is intended for infrequent traffic. diff --git a/documentation/content/en/books/handbook/glossary.adoc b/documentation/content/en/books/handbook/glossary.adoc index 2a6c755a35..c212640927 100644 --- a/documentation/content/en/books/handbook/glossary.adoc +++ b/documentation/content/en/books/handbook/glossary.adoc @@ -499,7 +499,7 @@ A run-time lock diagnostic system found in FreeBSD-CURRENT kernels (but removed (man:witness[4] is actually slightly conservative, so it is possible to get false positives.) A true positive report indicates that “if you were unlucky, a deadlock would have happened here”. + -True positive LORs tend to get fixed quickly, so check http://lists.FreeBSD.org/mailman/listinfo/freebsd-current and the link:http://sources.zabbadoz.net/freebsd/lor.html[LORs Seen] page before posting to the mailing lists. +True positive LORs tend to get fixed quickly, so check https://lists.FreeBSD.org/subscription/freebsd-current and the link:http://sources.zabbadoz.net/freebsd/lor.html[LORs Seen] page before posting to the mailing lists. [discrete] == M diff --git a/documentation/content/en/books/handbook/mirrors/_index.adoc b/documentation/content/en/books/handbook/mirrors/_index.adoc index 9e5807e1e2..b7b1535bf1 100644 --- a/documentation/content/en/books/handbook/mirrors/_index.adoc +++ b/documentation/content/en/books/handbook/mirrors/_index.adoc @@ -603,17 +603,17 @@ The project workflow with those mirrors are still under discussion. === Mailing lists -General usage and questions about git in the FreeBSD project: https://lists.freebsd.org/mailman/listinfo/freebsd-git[freebsd-git] +General usage and questions about git in the FreeBSD project: https://lists.freebsd.org/subscription/freebsd-git[freebsd-git] Commit messages will be sent to the following mailing lists: -- https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all[dev-commits-doc-all]: All changes to the doc repository -- https://lists.freebsd.org/mailman/listinfo/dev-commits-ports-all[dev-commits-ports-all]: All changes to the ports repository -- https://lists.freebsd.org/mailman/listinfo/dev-commits-ports-main[dev-commits-ports-main]: All changes to the "main" branch of the ports repository -- https://lists.freebsd.org/mailman/listinfo/dev-commits-ports-branches[dev-commits-ports-branches]: All changes to the quarterly branches of the ports repository -- https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all[dev-commits-src-all]: All changes to the src repository -- https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main[dev-commits-src-main]: All changes to the "main" branch of the src repository (the FreeBSD-CURRENT branch) -- https://lists.freebsd.org/mailman/listinfo/dev-commits-src-branches[dev-commits-src-branches]: All changes to all stable branches of the src repository +- https://lists.freebsd.org/subscription/dev-commits-doc-all[dev-commits-doc-all]: All changes to the doc repository +- https://lists.freebsd.org/subscription/dev-commits-ports-all[dev-commits-ports-all]: All changes to the ports repository +- https://lists.freebsd.org/subscription/dev-commits-ports-main[dev-commits-ports-main]: All changes to the "main" branch of the ports repository +- https://lists.freebsd.org/subscription/dev-commits-ports-branches[dev-commits-ports-branches]: All changes to the quarterly branches of the ports repository +- https://lists.freebsd.org/subscription/dev-commits-src-all[dev-commits-src-all]: All changes to the src repository +- https://lists.freebsd.org/subscription/dev-commits-src-main[dev-commits-src-main]: All changes to the "main" branch of the src repository (the FreeBSD-CURRENT branch) +- https://lists.freebsd.org/subscription/dev-commits-src-branches[dev-commits-src-branches]: All changes to all stable branches of the src repository For more information, please refer to the "Commit message lists" section of C.2. "Mailing Lists" in handbook: https://docs.freebsd.org/en/books/handbook/eresources/#eresources-mail diff --git a/shared/da/mailing-lists.adoc b/shared/da/mailing-lists.adoc index 8072df6921..76e3bc8b8a 100644 --- a/shared/da/mailing-lists.adoc +++ b/shared/da/mailing-lists.adoc @@ -4,7 +4,7 @@ // :mailman-lists-desc: FreeBSD list server -:mailman-lists-url: http://lists.freebsd.org/mailman/listinfo +:mailman-lists-url: https://lists.freebsd.org :mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] :advocacy-desc: FreeBSD fremmelses mailing liste diff --git a/shared/de/mailing-lists.adoc b/shared/de/mailing-lists.adoc index 4edd5e941a..5ddfe949cb 100644 --- a/shared/de/mailing-lists.adoc +++ b/shared/de/mailing-lists.adoc @@ -4,7 +4,7 @@ // :mailman-lists-desc: FreeBSD list server -:mailman-lists-url: http://lists.freebsd.org/mailman/listinfo +:mailman-lists-url: https://lists.freebsd.org :mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] // Deutsche Mailinglisten @@ -19,271 +19,271 @@ // Die Originale :freebsd-acpi-desc: FreeBSD ACPI -:freebsd-acpi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-acpi +:freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi :freebsd-acpi: {freebsd-acpi-url}[{freebsd-acpi-desc}] :freebsd-advocacy-desc: FreeBSD advocacy -:freebsd-advocacy-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-advocacy +:freebsd-advocacy-url: https://lists.FreeBSD.org/subscription/freebsd-advocacy :freebsd-advocacy: {freebsd-advocacy-url}[{freebsd-advocacy-desc}] :freebsd-aic7xxx-desc: FreeBSD Adapteci AIC7xxx discussions -:freebsd-aic7xxx-url: http://lists.FreeBSD.org/mailman/listinfo/aic7xxx +:freebsd-aic7xxx-url: https://lists.FreeBSD.org/subscription/aic7xxx :freebsd-aic7xxx: {freebsd-aic7xxx-url}[{freebsd-aic7xxx-desc}] :freebsd-amd64-desc: Porting FreeBSD to AMD64 systems -:freebsd-amd64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-amd64 +:freebsd-amd64-url: https://lists.FreeBSD.org/subscription/freebsd-amd64 :freebsd-amd64: {freebsd-amd64-url}[{freebsd-amd64-desc}] :freebsd-announce-desc: FreeBSD announcements -:freebsd-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-announce +:freebsd-announce-url: https://lists.FreeBSD.org/subscription/freebsd-announce :freebsd-announce: {freebsd-announce-url}[{freebsd-announce-desc}] :freebsd-apache-desc: FreeBSD Apache -:freebsd-apache-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-apache +:freebsd-apache-url: https://lists.FreeBSD.org/subscription/freebsd-apache :freebsd-apache: {freebsd-apache-url}[{freebsd-apache-desc}] :freebsd-arch-desc: FreeBSD architecture and design -:freebsd-arch-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arch +:freebsd-arch-url: https://lists.FreeBSD.org/subscription/freebsd-arch :freebsd-arch: {freebsd-arch-url}[{freebsd-arch-desc}] :freebsd-arm-desc: FreeBSD ARM porting -:freebsd-arm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-arm +:freebsd-arm-url: https://lists.FreeBSD.org/subscription/freebsd-arm :freebsd-arm: {freebsd-arm-url}[{freebsd-arm-desc}] :freebsd-atm-desc: FreeBSD ATM networking -:freebsd-atm-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-atm +:freebsd-atm-url: https://lists.FreeBSD.org/subscription/freebsd-atm :freebsd-atm: {freebsd-atm-url}[{freebsd-atm-desc}] :freebsd-bluetooth-desc: FreeBSD Bluetooth mailing list -:freebsd-bluetooth-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bluetooth +:freebsd-bluetooth-url: https://lists.FreeBSD.org/subscription/freebsd-bluetooth :freebsd-bluetooth: {freebsd-bluetooth-url}[{freebsd-bluetooth-desc}] :freebsd-bugbusters-desc: FreeBSD bugbusters -:freebsd-bugbusters-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugbusters +:freebsd-bugbusters-url: https://lists.FreeBSD.org/subscription/freebsd-bugbusters :freebsd-bugbusters: {freebsd-bugbusters-url}[{freebsd-bugbusters-desc}] :freebsd-bugs-desc: FreeBSD problem reports -:freebsd-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-bugs +:freebsd-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-bugs :freebsd-bugs: {freebsd-bugs-url}[{freebsd-bugs-desc}] :freebsd-chat-desc: FreeBSD chat -:freebsd-chat-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chat +:freebsd-chat-url: https://lists.FreeBSD.org/subscription/freebsd-chat :freebsd-chat: {freebsd-chat-url}[{freebsd-chat-desc}] :freebsd-chromium-desc: FreeBSD-specific Chromium issues -:freebsd-chromium-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-chromium +:freebsd-chromium-url: https://lists.FreeBSD.org/subscription/freebsd-chromium :freebsd-chromium: {freebsd-chromium-url}[{freebsd-chromium-desc}] :freebsd-cloud-desc: FreeBSD on cloud platforms (EC2, GCE, Azure, etc.) -:freebsd-cloud-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cloud +:freebsd-cloud-url: https://lists.FreeBSD.org/subscription/freebsd-cloud :freebsd-cloud: {freebsd-cloud-url}[{freebsd-cloud-desc}] :freebsd-cluster-desc: FreeBSD clustering -:freebsd-cluster-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-cluster +:freebsd-cluster-url: https://lists.FreeBSD.org/subscription/freebsd-cluster :freebsd-cluster: {freebsd-cluster-url}[{freebsd-cluster-desc}] :freebsd-current-desc: FreeBSD-CURRENT -:freebsd-current-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-current +:freebsd-current-url: https://lists.FreeBSD.org/subscription/freebsd-current :freebsd-current: {freebsd-current-url}[{freebsd-current-desc}] :ctm-announce-desc: CTM announcements -:ctm-announce-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-announce +:ctm-announce-url: https://lists.FreeBSD.org/subscription/ctm-announce :ctm-announce: {ctm-announce-url}[{ctm-announce-desc}] :ctm-src-4-desc: CTM 4-STABLE src branch distribution -:ctm-src-4-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-4 +:ctm-src-4-url: https://lists.FreeBSD.org/subscription/ctm-src-4 :ctm-src-4: {ctm-src-4-url}[{ctm-src-4-desc}] :ctm-src-5-desc: CTM 5-STABLE src branch distribution mailing list -:ctm-src-5-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-5 +:ctm-src-5-url: https://lists.FreeBSD.org/subscription/ctm-src-5 :ctm-src-5: {ctm-src-5-url}[{ctm-src-5-desc}] :ctm-src-6-desc: CTM 6-STABLE src branch distribution mailing list -:ctm-src-6-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-6 +:ctm-src-6-url: https://lists.FreeBSD.org/subscription/ctm-src-6 :ctm-src-6: {ctm-src-6-url}[{ctm-src-6-desc}] :ctm-src-7-desc: CTM 7-STABLE src branch distribution mailing list -:ctm-src-7-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-7 +:ctm-src-7-url: https://lists.FreeBSD.org/subscription/ctm-src-7 :ctm-src-7: {ctm-src-7-url}[{ctm-src-7-desc}] :ctm-src-8-desc: CTM 8-STABLE src branch distribution mailing list -:ctm-src-8-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-8 +:ctm-src-8-url: https://lists.FreeBSD.org/subscription/ctm-src-8 :ctm-src-8: {ctm-src-8-url}[{ctm-src-8-desc}] :ctm-src-9-desc: CTM 9-STABLE src branch distribution mailing list -:ctm-src-9-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-9 +:ctm-src-9-url: https://lists.FreeBSD.org/subscription/ctm-src-9 :ctm-src-9: {ctm-src-9-url}[{ctm-src-9-desc}] :ctm-src-cur-desc: CTM -CURRENT src branch distribution -:ctm-src-cur-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-src-cur +:ctm-src-cur-url: https://lists.FreeBSD.org/subscription/ctm-src-cur :ctm-src-cur: {ctm-src-cur-url}[{ctm-src-cur-desc}] :ctm-users-desc: CTM user discussion -:ctm-users-url: http://lists.FreeBSD.org/mailman/listinfo/ctm-users +:ctm-users-url: https://lists.FreeBSD.org/subscription/ctm-users :ctm-users: {ctm-users-url}[{ctm-users-desc}] :cvs-all-desc: FreeBSD CVS commit message -:cvs-all-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-all +:cvs-all-url: https://lists.FreeBSD.org/subscription/cvs-all :cvs-all: {cvs-all-url}[{cvs-all-desc}] :cvs-doc-desc: FreeBSD CVS doc commit -:cvs-doc-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-doc +:cvs-doc-url: https://lists.FreeBSD.org/subscription/cvs-doc :cvs-doc: {cvs-doc-url}[{cvs-doc-desc}] :cvs-ports-desc: FreeBSD CVS ports commit -:cvs-ports-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-ports +:cvs-ports-url: https://lists.FreeBSD.org/subscription/cvs-ports :cvs-ports: {cvs-ports-url}[{cvs-ports-desc}] :cvs-projects-desc: FreeBSD CVS projects commit -:cvs-projects-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-projects +:cvs-projects-url: https://lists.FreeBSD.org/subscription/cvs-projects :cvs-projects: {cvs-projects-url}[{cvs-projects-desc}] :cvs-src-desc: FreeBSD CVS src commit -:cvs-src-url: http://lists.FreeBSD.org/mailman/listinfo/cvs-src +:cvs-src-url: https://lists.FreeBSD.org/subscription/cvs-src :cvs-src: {cvs-src-url}[{cvs-src-desc}] :freebsd-database-desc: FreeBSD based Databases -:freebsd-database-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-database +:freebsd-database-url: https://lists.FreeBSD.org/subscription/freebsd-database :freebsd-database: {freebsd-database-url}[{freebsd-database-desc}] :freebsd-desktop-desc: FreeBSD als Desktop verwenden und verbessern -:freebsd-desktop-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-desktop +:freebsd-desktop-url: https://lists.FreeBSD.org/subscription/freebsd-desktop :freebsd-desktop: {freebsd-desktop-url}[{freebsd-desktop-desc}] :dev-ci-desc: Automated reports of build and test results from FreeBSD's continuous integration tools. -:dev-ci-url: http://lists.FreeBSD.org/mailman/listinfo/dev-ci +:dev-ci-url: https://lists.FreeBSD.org/subscription/dev-ci :dev-ci: {dev-ci-url}[{dev-ci-desc}] :dev-reviews-desc: Automated notifications of work in progress for review in FreeBSD's review tools,including patches. -:dev-reviews-url: http://lists.FreeBSD.org/mailman/listinfo/dev-reviews +:dev-reviews-url: https://lists.FreeBSD.org/subscription/dev-reviews :dev-reviews: {dev-reviews-url}[{dev-reviews-desc}] :freebsd-drivers-desc: Writing device drivers for FreeBSD -:freebsd-drivers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-drivers +:freebsd-drivers-url: https://lists.FreeBSD.org/subscription/freebsd-drivers :freebsd-drivers: {freebsd-drivers-url}[{freebsd-drivers-desc}] :freebsd-doc-desc: FreeBSD documentation project -:freebsd-doc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-doc +:freebsd-doc-url: https://lists.FreeBSD.org/subscription/freebsd-doc :freebsd-doc: {freebsd-doc-url}[{freebsd-doc-desc}] :freebsd-dtrace-desc: Using and working on DTrace in FreeBSD. -:freebsd-dtrace-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-dtrace +:freebsd-dtrace-url: https://lists.FreeBSD.org/subscription/freebsd-dtrace :freebsd-dtrace: {freebsd-dtrace-url}[{freebsd-dtrace-desc}] :freebsd-eclipse-desc: FreeBSD users of Eclipse EDI, tools, rich client apps and ports. -:freebsd-eclipse-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eclipse +:freebsd-eclipse-url: https://lists.FreeBSD.org/subscription/freebsd-eclipse :freebsd-eclipse: {freebsd-eclipse-url}[{freebsd-eclipse-desc}] :freebsd-elastic-desc: FreeBSD specific ElasticSearch mailing list -:freebsd-elastic-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-elastic +:freebsd-elastic-url: https://lists.FreeBSD.org/subscription/freebsd-elastic :freebsd-elastic: {freebsd-elastic-url}[{freebsd-elastic-desc}] :freebsd-embedded-desc: FreeBSD-embedded mailing list -:freebsd-embedded-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-embedded +:freebsd-embedded-url: https://lists.FreeBSD.org/subscription/freebsd-embedded :freebsd-embedded: {freebsd-embedded-url}[{freebsd-embedded-desc}] :freebsd-emulation-desc: FreeBSD-emulation -:freebsd-emulation-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-emulation +:freebsd-emulation-url: https://lists.FreeBSD.org/subscription/freebsd-emulation :freebsd-emulation: {freebsd-emulation-url}[{freebsd-emulation-desc}] :freebsd-enlightenment-desc: FreeBSD-enlightenment mailing list -:freebsd-enlightenment-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-enlightenment +:freebsd-enlightenment-url: https://lists.FreeBSD.org/subscription/freebsd-enlightenment :freebsd-enlightenment: {freebsd-enlightenment-url}[{freebsd-enlightenment-desc}] :freebsd-eol-desc: FreeBSD-eol mailing list -:freebsd-eol-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-eol +:freebsd-eol-url: https://lists.FreeBSD.org/subscription/freebsd-eol :freebsd-eol: {freebsd-eol-url}[{freebsd-eol-desc}] :freebsd-erlang-desc: FreeBSD-erlang mailing list -:freebsd-erlang-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-erlang +:freebsd-erlang-url: https://lists.FreeBSD.org/subscription/freebsd-erlang :freebsd-erlang: {freebsd-erlang-url}[{freebsd-erlang-desc}] :freebsd-firewire-desc: FreeBSD FireWire (IEEE 1394) discussion -:freebsd-firewire-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-firewire +:freebsd-firewire-url: https://lists.FreeBSD.org/subscription/freebsd-firewire :freebsd-firewire: {freebsd-firewire-url}[{freebsd-firewire-desc}] :freebsd-fortran-desc: Fortran on FreeBSD mailing list -:freebsd-fortran-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-fortran +:freebsd-fortran-url: https://lists.FreeBSD.org/subscription/freebsd-fortran :freebsd-fortran: {freebsd-fortran-url}[{freebsd-fortran-desc}] :freebsd-fs-desc: FreeBSD filesystem project -:freebsd-fs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-fs +:freebsd-fs-url: https://lists.FreeBSD.org/subscription/freebsd-fs :freebsd-fs: {freebsd-fs-url}[{freebsd-fs-desc}] :freebsd-games-desc: Games on FreeBSD mailing list -:freebsd-games-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-games +:freebsd-games-url: https://lists.FreeBSD.org/subscription/freebsd-games :freebsd-games: {freebsd-games-url}[{freebsd-games-desc}] :freebsd-gecko-desc: FreeBSD gecko mailing list -:freebsd-gecko-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gecko +:freebsd-gecko-url: https://lists.FreeBSD.org/subscription/freebsd-gecko :freebsd-gecko: {freebsd-gecko-url}[{freebsd-gecko-desc}] :freebsd-geom-desc: FreeBSD GEOM -:freebsd-geom-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-geom +:freebsd-geom-url: https://lists.FreeBSD.org/subscription/freebsd-geom :freebsd-geom: {freebsd-geom-url}[{freebsd-geom-desc}] :freebsd-git-desc: Discussion of git use in the FreeBSD project -:freebsd-git-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-git +:freebsd-git-url: https://lists.FreeBSD.org/subscription/freebsd-git :freebsd-git: {freebsd-git-url}[{freebsd-git-desc}] :freebsd-gnome-desc: FreeBSD GNOME and GNOME applications -:freebsd-gnome-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-gnome +:freebsd-gnome-url: https://lists.FreeBSD.org/subscription/freebsd-gnome :freebsd-gnome: {freebsd-gnome-url}[{freebsd-gnome-desc}] :freebsd-hackers-desc: FreeBSD technical discussions -:freebsd-hackers-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hackers +:freebsd-hackers-url: https://lists.FreeBSD.org/subscription/freebsd-hackers :freebsd-hackers: {freebsd-hackers-url}[{freebsd-hackers-desc}] :freebsd-hardware-desc: FreeBSD hardware and equipment -:freebsd-hardware-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hardware +:freebsd-hardware-url: https://lists.FreeBSD.org/subscription/freebsd-hardware :freebsd-hardware: {freebsd-hardware-url}[{freebsd-hardware-desc}] :freebsd-haskell-desc: FreeBSD-specific Haskell issues and discussions -:freebsd-haskell-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-haskell +:freebsd-haskell-url: https://lists.FreeBSD.org/subscription/freebsd-haskell :freebsd-haskell: {freebsd-haskell-url}[{freebsd-haskell-desc}] :freebsd-hubs-desc: FreeBSD mirror sites -:freebsd-hubs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-hubs +:freebsd-hubs-url: https://lists.FreeBSD.org/subscription/freebsd-hubs :freebsd-hubs: {freebsd-hubs-url}[{freebsd-hubs-desc}] :freebsd-i18n-desc: FreeBSD internationalization -:freebsd-i18n-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i18n +:freebsd-i18n-url: https://lists.FreeBSD.org/subscription/freebsd-i18n :freebsd-i18n: {freebsd-i18n-url}[{freebsd-i18n-desc}] :freebsd-i386-desc: FreeBSD i386-specific issues -:freebsd-i386-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-i386 +:freebsd-i386-url: https://lists.FreeBSD.org/subscription/freebsd-i386 :freebsd-i386: {freebsd-i386-url}[{freebsd-i386-desc}] :freebsd-ia64-desc: FreeBSD IA64 porting -:freebsd-ia64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ia64 +:freebsd-ia64-url: https://lists.FreeBSD.org/subscription/freebsd-ia64 :freebsd-ia64: {freebsd-ia64-url}[{freebsd-ia64-desc}] :freebsd-infiniband-desc: Infiniband on FreeBSD -:freebsd-infiniband-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-infiniband +:freebsd-infiniband-url: https://lists.FreeBSD.org/subscription/freebsd-infiniband :freebsd-infiniband: {freebsd-infiniband-url}[{freebsd-infiniband-desc}] :freebsd-ipfw-desc: FreeBSD IPFW code -:freebsd-ipfw-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ipfw +:freebsd-ipfw-url: https://lists.FreeBSD.org/subscription/freebsd-ipfw :freebsd-ipfw: {freebsd-ipfw-url}[{freebsd-ipfw-desc}] :freebsd-isdn-desc: FreeBSD ISDN -:freebsd-isdn-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isdn +:freebsd-isdn-url: https://lists.FreeBSD.org/subscription/freebsd-isdn :freebsd-isdn: {freebsd-isdn-url}[{freebsd-isdn-desc}] :freebsd-isp-desc: FreeBSD Internet service providers -:freebsd-isp-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-isp +:freebsd-isp-url: https://lists.FreeBSD.org/subscription/freebsd-isp :freebsd-isp: {freebsd-isp-url}[{freebsd-isp-desc}] :freebsd-jail-desc: FreeBSD jails mailing list -:freebsd-jail-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jail +:freebsd-jail-url: https://lists.FreeBSD.org/subscription/freebsd-jail :freebsd-jail: {freebsd-jail-url}[{freebsd-jail-desc}] :freebsd-java-desc: FreeBSD Java Language -:freebsd-java-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-java +:freebsd-java-url: https://lists.FreeBSD.org/subscription/freebsd-java :freebsd-java: {freebsd-java-url}[{freebsd-java-desc}] :freebsd-jobs-desc: FreeBSD related employment -:freebsd-jobs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-jobs +:freebsd-jobs-url: https://lists.FreeBSD.org/subscription/freebsd-jobs :freebsd-jobs: {freebsd-jobs-url}[{freebsd-jobs-desc}] :freebsd-kde-desc: FreeBSD KDE/Qt and KDE applications @@ -291,355 +291,355 @@ :freebsd-kde: {freebsd-kde-url}[{freebsd-kde-desc}] :freebsd-lfs-desc: FreeBSD LFS porting -:freebsd-lfs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-lfs +:freebsd-lfs-url: https://lists.FreeBSD.org/subscription/freebsd-lfs :freebsd-lfs: {freebsd-lfs-url}[{freebsd-lfs-desc}] :freebsd-mips-desc: FreeBSD MIPS porting -:freebsd-mips-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mips +:freebsd-mips-url: https://lists.FreeBSD.org/subscription/freebsd-mips :freebsd-mips: {freebsd-mips-url}[{freebsd-mips-desc}] :mirror-announce-desc: FreeBSD mirror site administrators -:mirror-announce-url: http://lists.FreeBSD.org/mailman/listinfo/mirror-announce +:mirror-announce-url: https://lists.FreeBSD.org/subscription/mirror-announce :mirror-announce: {mirror-announce-url}[{mirror-announce-desc}] :freebsd-mono-desc: Mono and C# applications on FreeBSD -:freebsd-mono-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-mono +:freebsd-mono-url: https://lists.FreeBSD.org/subscription/freebsd-mono :freebsd-mono: {freebsd-mono-url}[{freebsd-mono-desc}] :freebsd-multimedia-desc: FreeBSD multimedia -:freebsd-multimedia-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-multimedia +:freebsd-multimedia-url: https://lists.FreeBSD.org/subscription/freebsd-multimedia :freebsd-multimedia: {freebsd-multimedia-url}[{freebsd-multimedia-desc}] :freebsd-net-desc: FreeBSD networking -:freebsd-net-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-net +:freebsd-net-url: https://lists.FreeBSD.org/subscription/freebsd-net :freebsd-net: {freebsd-net-url}[{freebsd-net-desc}] :freebsd-newbies-desc: FreeBSD new users -:freebsd-newbies-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-newbies +:freebsd-newbies-url: https://lists.FreeBSD.org/subscription/freebsd-newbies :freebsd-newbies: {freebsd-newbies-url}[{freebsd-newbies-desc}] :freebsd-new-bus-desc: New Bus Architecture -:freebsd-new-bus-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-new-bus +:freebsd-new-bus-url: https://lists.FreeBSD.org/subscription/freebsd-new-bus :freebsd-new-bus: {freebsd-new-bus-url}[{freebsd-new-bus-desc}] :freebsd-numerics-desc: Discussions of high quality implementation of libm functions -:freebsd-numerics-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-numerics +:freebsd-numerics-url: https://lists.FreeBSD.org/subscription/freebsd-numerics :freebsd-numerics: {freebsd-numerics-url}[{freebsd-numerics-desc}] :freebsd-ocaml-desc: FreeBSD-specific OCaml discussions -:freebsd-ocaml-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ocaml +:freebsd-ocaml-url: https://lists.FreeBSD.org/subscription/freebsd-ocaml :freebsd-ocaml: {freebsd-ocaml-url}[{freebsd-ocaml-desc}] :freebsd-office-desc: Office applications on FreeBSD -:freebsd-office-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-office +:freebsd-office-url: https://lists.FreeBSD.org/subscription/freebsd-office :freebsd-office: {freebsd-office-url}[{freebsd-office-desc}] :freebsd-ops-announce-desc: Project Infrastructure Announcements -:freebsd-ops-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ops-announce +:freebsd-ops-announce-url: https://lists.FreeBSD.org/subscription/freebsd-ops-announce :freebsd-ops-announce: {freebsd-ops-announce-url}[{freebsd-ops-announce-desc}] :freebsd-performance-desc: FreeBSD performance -:freebsd-performance-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-performance +:freebsd-performance-url: https://lists.FreeBSD.org/subscription/freebsd-performance :freebsd-performance: {freebsd-performance-url}[{freebsd-performance-desc}] :freebsd-perl-desc: FreeBSD Perl -:freebsd-perl-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-perl +:freebsd-perl-url: https://lists.FreeBSD.org/subscription/freebsd-perl :freebsd-perl: {freebsd-perl-url}[{freebsd-perl-desc}] :freebsd-pf-desc: FreeBSD packet filter mailing list -:freebsd-pf-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pf +:freebsd-pf-url: https://lists.FreeBSD.org/subscription/freebsd-pf :freebsd-pf: {freebsd-pf-url}[{freebsd-pf-desc}] :freebsd-pkg-desc: Binary package management and package tools discussion -:freebsd-pkg-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pkg +:freebsd-pkg-url: https://lists.FreeBSD.org/subscription/freebsd-pkg :freebsd-pkg: {freebsd-pkg-url}[{freebsd-pkg-desc}] :freebsd-pkg-fallout-desc: Fallout logs from package building -:freebsd-pkg-fallout-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pkg-fallout +:freebsd-pkg-fallout-url: https://lists.FreeBSD.org/subscription/freebsd-pkg-fallout :freebsd-pkg-fallout: {freebsd-pkg-fallout-url}[{freebsd-pkg-fallout-desc}] :freebsd-pkgbase-desc: Packaging the FreeBSD base system -:freebsd-pkgbase-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-pkgbase +:freebsd-pkgbase-url: https://lists.FreeBSD.org/subscription/freebsd-pkgbase :freebsd-pkgbase: {freebsd-pkgbase-url}[{freebsd-pkgbase-desc}] :freebsd-platforms-desc: FreeBSD non-Intel platforms porting -:freebsd-platforms-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-platforms +:freebsd-platforms-url: https://lists.FreeBSD.org/subscription/freebsd-platforms :freebsd-platforms: {freebsd-platforms-url}[{freebsd-platforms-desc}] :freebsd-ports-desc: FreeBSD ports -:freebsd-ports-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports +:freebsd-ports-url: https://lists.FreeBSD.org/subscription/freebsd-ports :freebsd-ports: {freebsd-ports-url}[{freebsd-ports-desc}] :freebsd-ports-announce-desc: FreeBSD ports announce mailing list -:freebsd-ports-announce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-announce +:freebsd-ports-announce-url: https://lists.FreeBSD.org/subscription/freebsd-ports-announce :freebsd-ports-announce: {freebsd-ports-announce-url}[{freebsd-ports-announce-desc}] :freebsd-ports-bugs-desc: FreeBSD ports bugs -:freebsd-ports-bugs-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ports-bugs +:freebsd-ports-bugs-url: https://lists.FreeBSD.org/subscription/freebsd-ports-bugs :freebsd-ports-bugs: {freebsd-ports-bugs-url}[{freebsd-ports-bugs-desc}] :freebsd-ppc-desc: FreeBSD PowerPC porting -:freebsd-ppc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ppc +:freebsd-ppc-url: https://lists.FreeBSD.org/subscription/freebsd-ppc :freebsd-ppc: {freebsd-ppc-url}[{freebsd-ppc-desc}] :freebsd-proliant-desc: Technical discussion of FreeBSD on HP ProLiant server platforms -:freebsd-proliant-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-proliant +:freebsd-proliant-url: https://lists.FreeBSD.org/subscription/freebsd-proliant :freebsd-proliant: {freebsd-proliant-url}[{freebsd-proliant-desc}] :freebsd-python-desc: FreeBSD Python mailing list -:freebsd-python-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-python +:freebsd-python-url: https://lists.FreeBSD.org/subscription/freebsd-python :freebsd-python: {freebsd-python-url}[{freebsd-python-desc}] :freebsd-quarterly-calls-desc: Calls for quarterly FreeBSD status reports -:freebsd-quarterly-calls-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-quarterly-calls +:freebsd-quarterly-calls-url: https://lists.FreeBSD.org/subscription/freebsd-quarterly-calls :freebsd-quarterly-calls: {freebsd-quarterly-calls-url}[{freebsd-quarterly-calls-desc}] :freebsd-questions-desc: FreeBSD general questions -:freebsd-questions-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-questions +:freebsd-questions-url: https://lists.FreeBSD.org/subscription/freebsd-questions :freebsd-questions: {freebsd-questions-url}[{freebsd-questions-desc}] :freebsd-rc-desc: FreeBSD boot script system mailing list -:freebsd-rc-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-rc +:freebsd-rc-url: https://lists.FreeBSD.org/subscription/freebsd-rc :freebsd-rc: {freebsd-rc-url}[{freebsd-rc-desc}] :freebsd-realtime-desc: FreeBSD realtime extensions -:freebsd-realtime-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-realtime +:freebsd-realtime-url: https://lists.FreeBSD.org/subscription/freebsd-realtime :freebsd-realtime: {freebsd-realtime-url}[{freebsd-realtime-desc}] :freebsd-riscv-desc: FreeBSD RISC-V porting mailing list -:freebsd-riscv-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-riscv +:freebsd-riscv-url: https://lists.FreeBSD.org/subscription/freebsd-riscv :freebsd-riscv: {freebsd-riscv-url}[{riscv-riscv-desc}] :freebsd-ruby-desc: FreeBSD Ruby mailing list -:freebsd-ruby-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-ruby +:freebsd-ruby-url: https://lists.FreeBSD.org/subscription/freebsd-ruby :freebsd-ruby: {freebsd-ruby-url}[{freebsd-ruby-desc}] :freebsd-scsi-desc: FreeBSD SCSI subsystem -:freebsd-scsi-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-scsi +:freebsd-scsi-url: https://lists.FreeBSD.org/subscription/freebsd-scsi :freebsd-scsi: {freebsd-scsi-url}[{freebsd-scsi-desc}] :freebsd-security-desc: FreeBSD security -:freebsd-security-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security +:freebsd-security-url: https://lists.FreeBSD.org/subscription/freebsd-security :freebsd-security: {freebsd-security-url}[{freebsd-security-desc}] :freebsd-security-notifications-desc: FreeBSD security notifications -:freebsd-security-notifications-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-security-notifications +:freebsd-security-notifications-url: https://lists.FreeBSD.org/subscription/freebsd-security-notifications :freebsd-security-notifications: {freebsd-security-notifications-url}[{freebsd-security-notifications-desc}] :freebsd-snapshots-desc: FreeBSD Development Snapshot Announcements -:freebsd-snapshots-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-snapshots +:freebsd-snapshots-url: https://lists.FreeBSD.org/subscription/freebsd-snapshots :freebsd-snapshots: {freebsd-snapshots-url}[{freebsd-snapshots-desc}] :freebsd-sparc64-desc: FreeBSD SPARC porting -:freebsd-sparc64-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sparc64 +:freebsd-sparc64-url: https://lists.FreeBSD.org/subscription/freebsd-sparc64 :freebsd-sparc64: {freebsd-sparc64-url}[{freebsd-sparc64-desc}] :freebsd-stable-desc: FreeBSD-STABLE; -:freebsd-stable-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-stable +:freebsd-stable-url: https://lists.FreeBSD.org/subscription/freebsd-stable :freebsd-stable: {freebsd-stable-url}[{freebsd-stable-desc}] :freebsd-standards-desc: FreeBSD C99 and POSIX compliance -:freebsd-standards-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-standards +:freebsd-standards-url: https://lists.FreeBSD.org/subscription/freebsd-standards :freebsd-standards: {freebsd-standards-url}[{freebsd-standards-desc}] :freebsd-sun4v-desc: FreeBSD sun4v porting mailing list -:freebsd-sun4v-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sun4v +:freebsd-sun4v-url: https://lists.FreeBSD.org/subscription/freebsd-sun4v :freebsd-sun4v: {freebsd-sun4v-url}[{freebsd-sun4v-desc}] :svn-doc-all-desc: SVN commit messages for the entire doc tree (except for "user", "projects" and "translations") -:svn-doc-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-all +:svn-doc-all-url: https://lists.FreeBSD.org/subscription/svn-doc-all :svn-doc-all: {svn-doc-all-url}[{svn-doc-all-desc}] :svn-doc-head-desc: SVN commit messages for the doc tree for head -:svn-doc-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-head +:svn-doc-head-url: https://lists.FreeBSD.org/subscription/svn-doc-head :svn-doc-head: {svn-doc-head-url}[{svn-doc-head-desc}] :svn-doc-projects-desc: SVN commit messages for the doc "projects" tree -:svn-doc-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-projects +:svn-doc-projects-url: https://lists.FreeBSD.org/subscription/svn-doc-projects :svn-doc-projects: {svn-doc-projects-url}[{svn-doc-projects-desc}] :svn-doc-svnadmin-desc: SVN commit messages for the admin / configuration tree -:svn-doc-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-doc-svnadmin +:svn-doc-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-doc-svnadmin :svn-doc-svnadmin: {svn-doc-svnadmin-url}[{svn-doc-svnadmin-desc}] :svn-ports-all-desc: SVN commit messages for the entire ports tree -:svn-ports-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-all +:svn-ports-all-url: https://lists.FreeBSD.org/subscription/svn-ports-all :svn-ports-all: {svn-ports-all-url}[{svn-ports-all-desc}] :svn-ports-head-desc: SVN commit messages for the ports tree for head -:svn-ports-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-head +:svn-ports-head-url: https://lists.FreeBSD.org/subscription/svn-ports-head :svn-ports-head: {svn-ports-head-url}[{svn-ports-head-desc}] :svn-ports-svnadmin-desc: SVN commit messages for the ports admin / configuration tree -:svn-ports-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-ports-svnadmin +:svn-ports-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-ports-svnadmin :svn-ports-svnadmin: {svn-ports-svnadmin-url}[{svn-ports-svnadmin-desc}] :svn-src-all-desc: SVN commit messages for the entire src tree (except for "user" and "projects") -:svn-src-all-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-all +:svn-src-all-url: https://lists.FreeBSD.org/subscription/svn-src-all :svn-src-all: {svn-src-all-url}[{svn-src-all-desc}] :svn-src-head-desc: SVN commit messages for the src tree for head/-current -:svn-src-head-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-head +:svn-src-head-url: https://lists.FreeBSD.org/subscription/svn-src-head :svn-src-head: {svn-src-head-url}[{svn-src-head-desc}] :svn-src-projects-desc: SVN commit messages for the src "projects" tree -:svn-src-projects-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-projects +:svn-src-projects-url: https://lists.FreeBSD.org/subscription/svn-src-projects :svn-src-projects: {svn-src-projects-url}[{svn-src-projects-desc}] :svn-src-release-desc: SVN commit messages for releases in the src tree -:svn-src-release-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-release +:svn-src-release-url: https://lists.FreeBSD.org/subscription/svn-src-release :svn-src-release: {svn-src-release-url}[{svn-src-release-desc}] :svn-src-releng-desc: SVN commit messages for the release engineering / security commits to the src tree -:svn-src-releng-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-releng +:svn-src-releng-url: https://lists.FreeBSD.org/subscription/svn-src-releng :svn-src-releng: {svn-src-releng-url}[{svn-src-releng-desc}] :svn-src-stable-desc: SVN commit messages for all the -stable branches of the src tree -:svn-src-stable-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable +:svn-src-stable-url: https://lists.FreeBSD.org/subscription/svn-src-stable :svn-src-stable: {svn-src-stable-url}[{svn-src-stable-desc}] :svn-src-stable-6-desc: SVN commit messages for only the 6-stable src tree -:svn-src-stable-6-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-6 +:svn-src-stable-6-url: https://lists.FreeBSD.org/subscription/svn-src-stable-6 :svn-src-stable-6: {svn-src-stable-6-url}[{svn-src-stable-6-desc}] :svn-src-stable-7-desc: SVN commit messages for only the 7-stable src tree -:svn-src-stable-7-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-7 +:svn-src-stable-7-url: https://lists.FreeBSD.org/subscription/svn-src-stable-7 :svn-src-stable-7: {svn-src-stable-7-url}[{svn-src-stable-7-desc}] :svn-src stable-8-desc: SVN commit messages for only the 8-stable src tree -:svn-src stable-8-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-8 +:svn-src stable-8-url: https://lists.FreeBSD.org/subscription/svn-src-stable-8 :svn-src stable-8: {svn-src stable-8-url}[{svn-src stable-8-desc}] :svn-src-stable-9-desc: SVN commit messages for only the 9-stable src tree -:svn-src-stable-9-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-9 +:svn-src-stable-9-url: https://lists.FreeBSD.org/subscription/svn-src-stable-9 :svn-src-stable-9: {svn-src-stable-9-url}[{svn-src-stable-9-desc}] :svn-src-stable-10-desc: SVN commit messages for only the 10-stable src tree -:svn-src-stable-10-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-10 +:svn-src-stable-10-url: https://lists.FreeBSD.org/subscription/svn-src-stable-10 :svn-src-stable-10: {svn-src-stable-10-url}[{svn-src-stable-10-desc}] :svn-src-stable-11-desc: SVN commit messages for only the 11-stable src tree -:svn-src-stable-11-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-11 +:svn-src-stable-11-url: https://lists.FreeBSD.org/subscription/svn-src-stable-11 :svn-src-stable-11: {svn-src-stable-11-url}[{svn-src-stable-11-desc}] :svn-src-stable-12-desc: SVN commit messages for only the 12-stable src tree -:svn-src-stable-12-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-12 +:svn-src-stable-12-url: https://lists.FreeBSD.org/subscription/svn-src-stable-12 :svn-src-stable-12: {svn-src-stable-12-url}[{svn-src-stable-12-desc}] :svn-src-stable-other-desc: SVN commit messages for the old stable src trees -:svn-src-stable-other-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-stable-other +:svn-src-stable-other-url: https://lists.FreeBSD.org/subscription/svn-src-stable-other :svn-src-stable-other: {svn-src-stable-other-url}[{svn-src-stable-other-desc}] :svn-src-svnadmin-desc: SVN commit messages for the admin / configuration tree -:svn-src-svnadmin-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-svnadmin +:svn-src-svnadmin-url: https://lists.FreeBSD.org/subscription/svn-src-svnadmin :svn-src-svnadmin: {svn-src-svnadmin-url}[{svn-src-svnadmin-desc}] :svn-src-user-desc: SVN commit messages for the experimental "user" src tree -:svn-src-user-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-user +:svn-src-user-url: https://lists.FreeBSD.org/subscription/svn-src-user :svn-src-user: {svn-src-user-url}[{svn-src-user-desc}] :svn-src-vendor-desc: SVN commit messages for the vendor work area tree -:svn-src-vendor-url: http://lists.FreeBSD.org/mailman/listinfo/svn-src-vendor +:svn-src-vendor-url: https://lists.FreeBSD.org/subscription/svn-src-vendor :svn-src-vendor: {svn-src-vendor-url}[{svn-src-vendor-desc}] :freebsd-sysinstall-desc: Sysinstall development mailing list -:freebsd-sysinstall-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-sysinstall +:freebsd-sysinstall-url: https://lists.FreeBSD.org/subscription/freebsd-sysinstall :freebsd-sysinstall: {freebsd-sysinstall-url}[{freebsd-sysinstall-desc}] :freebsd-tcltk-desc: FreeBSD-specific Tcl/Tk discussions -:freebsd-tcltk-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tcltk +:freebsd-tcltk-url: https://lists.FreeBSD.org/subscription/freebsd-tcltk :freebsd-tcltk: {freebsd-tcltk-url}[{freebsd-tcltk-desc}] :freebsd-teaching-desc: FreeBSD teaching mailing list -:freebsd-teaching-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-teaching +:freebsd-teaching-url: https://lists.FreeBSD.org/subscription/freebsd-teaching :freebsd-teaching: {freebsd-teaching-url}[{freebsd-teaching-desc}] :freebsd-test-desc: FreeBSD test -:freebsd-test-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-test +:freebsd-test-url: https://lists.FreeBSD.org/subscription/freebsd-test :freebsd-test: {freebsd-test-url}[{freebsd-test-desc}] :freebsd-testing-desc: Testing on FreeBSD -:freebsd-testing-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-testing +:freebsd-testing-url: https://lists.FreeBSD.org/subscription/freebsd-testing :freebsd-testing: {freebsd-testing-url}[{freebsd-testing-desc}] :freebsd-tex-desc: Porting TeX and its applications to FreeBSD -:freebsd-tex-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tex +:freebsd-tex-url: https://lists.FreeBSD.org/subscription/freebsd-tex :freebsd-tex: {freebsd-tex-url}[{freebsd-tex-desc}] :freebsd-threads-desc: FreeBSD threads -:freebsd-threads-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-threads +:freebsd-threads-url: https://lists.FreeBSD.org/subscription/freebsd-threads :freebsd-threads: {freebsd-threads-url}[{freebsd-threads-desc}] :freebsd-tilera-desc: Porting FreeBSD to the Tilera family of CPUs -:freebsd-tilera-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tilera +:freebsd-tilera-url: https://lists.FreeBSD.org/subscription/freebsd-tilera :freebsd-tilera: {freebsd-tilera-url}[{freebsd-tilera-desc}] :freebsd-tokenring-desc: FreeBSD tokenring -:freebsd-tokenring-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-tokenring +:freebsd-tokenring-url: https://lists.FreeBSD.org/subscription/freebsd-tokenring :freebsd-tokenring: {freebsd-tokenring-url}[{freebsd-tokenring-desc}] :freebsd-toolchain-desc: FreeBSD integrated toolchain -:freebsd-toolchain-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-toolchain +:freebsd-toolchain-url: https://lists.FreeBSD.org/subscription/freebsd-toolchain :freebsd-toolchain: {freebsd-toolchain-url}[{freebsd-toolchain-desc}] :freebsd-translators-desc: FreeBSD translators mailing list -:freebsd-translators-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-translators +:freebsd-translators-url: https://lists.FreeBSD.org/subscription/freebsd-translators :freebsd-translators: {freebsd-translators-url}[{freebsd-translators-desc}] :freebsd-transport-desc: FreeBSD transport mailing list -:freebsd-transport-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-transport +:freebsd-transport-url: https://lists.FreeBSD.org/subscription/freebsd-transport :freebsd-transport: {freebsd-transport-url}[{freebsd-transport-desc}] :freebsd-usb-desc: FreeBSD USB -:freebsd-usb-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-usb +:freebsd-usb-url: https://lists.FreeBSD.org/subscription/freebsd-usb :freebsd-usb: {freebsd-usb-url}[{freebsd-usb-desc}] :freebsd-user-groups-desc: FreeBSD user group coordination -:freebsd-user-groups-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-user-groups +:freebsd-user-groups-url: https://lists.FreeBSD.org/subscription/freebsd-user-groups :freebsd-user-groups: {freebsd-user-groups-url}[{freebsd-user-groups-desc}] :freebsd-vendors-desc: FreeBSD vendors pre-release coordination -:freebsd-vendors-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vendors +:freebsd-vendors-url: https://lists.FreeBSD.org/subscription/freebsd-vendors :freebsd-vendors: {freebsd-vendors-url}[{freebsd-vendors-desc}] :freebsd-virtualization-desc: Discussion of various virtualization techniques supported by FreeBSD -:freebsd-virtualization-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-virtualization +:freebsd-virtualization-url: https://lists.FreeBSD.org/subscription/freebsd-virtualization :freebsd-virtualization: {freebsd-virtualization-url}[{freebsd-virtualization-desc}] :freebsd-vuxml-desc: Diskussion über die Infrastruktur von VuXML -:freebsd-vuxml-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-vuxml +:freebsd-vuxml-url: https://lists.FreeBSD.org/subscription/freebsd-vuxml :freebsd-vuxml: {freebsd-vuxml-url}[{freebsd-vuxml-desc}] :freebsd-wip-status-desc: FreeBSD Work-In-Progress Status -:freebsd-wip-status-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wip-status +:freebsd-wip-status-url: https://lists.FreeBSD.org/subscription/freebsd-wip-status :freebsd-wip-status: {freebsd-wip-status-url}[{freebsd-wip-status-desc}] :freebsd-wireless-desc: Discussions of 802.11 stack, tools, device driver development -:freebsd-wireless-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-wireless +:freebsd-wireless-url: https://lists.FreeBSD.org/subscription/freebsd-wireless :freebsd-wireless: {freebsd-wireless-url}[{freebsd-wireless-desc}] :freebsd-women-desc: FreeBSD advocacy for women -:freebsd-women-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-women +:freebsd-women-url: https://lists.FreeBSD.org/subscription/freebsd-women :freebsd-women: {freebsd-women-url}[{freebsd-women-desc}] :freebsd-www-desc: FreeBSD Webmaster -:freebsd-www-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-www +:freebsd-www-url: https://lists.FreeBSD.org/subscription/freebsd-www :freebsd-www: {freebsd-www-url}[{freebsd-www-desc}] :freebsd-x11-desc: FreeBSD X11 mailing list -:freebsd-x11-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-x11 +:freebsd-x11-url: https://lists.FreeBSD.org/subscription/freebsd-x11 :freebsd-x11: {freebsd-x11-url}[{freebsd-x11-desc}] :freebsd-xen-desc: FreeBSD port to Xen mailing list -:freebsd-xen-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-xen +:freebsd-xen-url: https://lists.FreeBSD.org/subscription/freebsd-xen :freebsd-xen: {freebsd-xen-url}[{freebsd-xen-desc}] :freebsd-xfce-desc: XFCE for FreeBSD mailing list -:freebsd-xfce-url: http://lists.FreeBSD.org/mailman/listinfo/freebsd-xfce +:freebsd-xfce-url: https://lists.FreeBSD.org/subscription/freebsd-xfce :freebsd-xfce: {freebsd-xfce-url}[{freebsd-xfce-desc}] :freebsd-zope-desc: Zope for FreeBSD mailing list *** 10787 LINES SKIPPED *** From nobody Tue Oct 12 21:32:43 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 7063112D6DA9 for ; Tue, 12 Oct 2021 21:32:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HTTR01N8Wz3ngv; Tue, 12 Oct 2021 21:32:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0FC151BD20; Tue, 12 Oct 2021 21:32:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19CLWhVF020420; Tue, 12 Oct 2021 21:32:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19CLWhvs020419; Tue, 12 Oct 2021 21:32:43 GMT (envelope-from git) Date: Tue, 12 Oct 2021 21:32:43 GMT Message-Id: <202110122132.19CLWhvs020419@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: "Danilo G. Baio" Subject: git: de30f24130 - main - articles/freebsd-questions: Update subscription instructions List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dbaio X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: de30f24130ad92029bb6c932e4b315dfcd0f882e Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=de30f24130ad92029bb6c932e4b315dfcd0f882e commit de30f24130ad92029bb6c932e4b315dfcd0f882e Author: Danilo G. Baio AuthorDate: 2021-10-12 21:31:14 +0000 Commit: Danilo G. Baio CommitDate: 2021-10-12 21:31:14 +0000 articles/freebsd-questions: Update subscription instructions Following mailing lists migration from Mailman to Mlmmj. --- .../en/articles/freebsd-questions/_index.adoc | 67 +++------------------- 1 file changed, 8 insertions(+), 59 deletions(-) diff --git a/documentation/content/en/articles/freebsd-questions/_index.adoc b/documentation/content/en/articles/freebsd-questions/_index.adoc index ba81c5ce28..2cee8e4da2 100644 --- a/documentation/content/en/articles/freebsd-questions/_index.adoc +++ b/documentation/content/en/articles/freebsd-questions/_index.adoc @@ -71,69 +71,18 @@ In the following section, I recommend how to submit a question; after that, we w FreeBSD-questions is a mailing list, so you need mail access. Point your WWW browser to the {freebsd-questions}. -In the section titled "Subscribing to freebsd-questions" fill in the "Your email address" field; the other fields are optional. +In the section titled "Subscribe or unsubscribe online" fill in the "Your email address" field and hit "Subscribe". +Or send an email to freebsd-questions+subscribe@freebsd.org. -[NOTE] -==== -The password fields in the subscription form provide only mild security, but should prevent others from messing with your subscription. -_Do not use a valuable password_ as it will occasionally be emailed back to you in cleartext. -==== - -You will receive a confirmation message from mailman; follow the included instructions to complete your subscription. - -Finally, when you get the "Welcome" message from mailman telling you the details of the list and subscription area password, __please save it__. -If you ever should want to leave the list, you will need the information there. -See the next section for more details. +You will receive a confirmation message from mlmmj; follow the included instructions to complete your subscription. == How to Unsubscribe from FreeBSD-questions -When you subscribed to FreeBSD-questions, you got a welcome message from mailman. -In this message, amongst other things, it told you how to unsubscribe. -Here is a typical message: - -.... -Welcome to the - freebsd-questions@freebsd.org mailing list! - -To post to this list, send your email to: - - freebsd-questions@freebsd.org - -General information about the mailing list is at: - - https://lists.freebsd.org/mailman/listinfo/freebsd-questions - -If you ever want to unsubscribe or change your options (e.g., switch to -or from digest mode, change your password, etc.), visit your -subscription page at: - -https://lists.freebsd.org/mailman/options/freebsd-questions/grog%40lemsi.de - -You can also make such adjustments via email by sending a message to: - - freebsd-questions-request@freebsd.org - -with the word 'help' in the subject or body (do not include the -quotes), and you will get back a message with instructions. - -You must know your password to change your options (including changing -the password, itself) or to unsubscribe. It is: - - 12345 - -Normally, Mailman will remind you of your freebsd.org mailing list -passwords once every month, although you can disable this if you -prefer. This reminder will also include instructions on how to -unsubscribe or change your account options. There is also a button on -your options page that will email your current password to you. -.... - -From the URL specified in your "Welcome" message you may visit the "Account management page" and enter a request to "Unsubscribe" you from FreeBSD-questions mailing list. - -A confirmation message will be sent to you from mailman; follow the included instructions to finish unsubscribing. +Point your WWW browser to the {freebsd-questions}. +In the section titled "Subscribe or unsubscribe online" fill in the "Your email address" field and hit "Unsubscribe". +Or send an email to freebsd-questions+unsubscribe@freebsd.org. -If you have done this, and you still cannot figure out what is going on, send a message to mailto:freebsd-questions-request@FreeBSD.org[freebsd-questions-request@FreeBSD.org], and they will sort things out for you. -_Do not_ send a message to FreeBSD-questions: they cannot help you. +A confirmation message will be sent to you from mlmmj; follow the included instructions to finish unsubscribing. == Should I ask `-questions` or `-hackers`? @@ -146,7 +95,7 @@ The following criteria should help for 99% of all questions, however: . If the question relates to a bug, and you are _sure_ that it is a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to `FreeBSD-hackers`. . If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to `FreeBSD-hackers`. -There are also a number of other link:{handbook}#eresources-mail[specialized mailing lists], which caters to more specific interests. +There are also a number of other link:{handbook}eresources/#eresources-mail[specialized mailing lists], which caters to more specific interests. The criteria above still apply, and it is in your interest to stick to them, since you are more likely to get good results that way. == Before Submitting a Question From nobody Wed Oct 13 06:50:01 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 73E6818035EE for ; Wed, 13 Oct 2021 06:50:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HTjp12vK6z3gxh; Wed, 13 Oct 2021 06:50:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 438B123392; Wed, 13 Oct 2021 06:50:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19D6o1bh058153; Wed, 13 Oct 2021 06:50:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19D6o1Ld058139; Wed, 13 Oct 2021 06:50:01 GMT (envelope-from git) Date: Wed, 13 Oct 2021 06:50:01 GMT Message-Id: <202110130650.19D6o1Ld058139@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: d0b8158d66 - main - checkkey: Make the script work for logins starting with digits List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: 0mp X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: d0b8158d6634f602ca864eea102d674f83d2531c Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=d0b8158d6634f602ca864eea102d674f83d2531c commit d0b8158d6634f602ca864eea102d674f83d2531c Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-10-13 06:48:30 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-10-13 06:49:59 +0000 checkkey: Make the script work for logins starting with digits Differential Revision: https://reviews.freebsd.org/D16548 --- documentation/tools/checkkey.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/tools/checkkey.sh b/documentation/tools/checkkey.sh index 0806139725..deb7cbd640 100755 --- a/documentation/tools/checkkey.sh +++ b/documentation/tools/checkkey.sh @@ -88,10 +88,10 @@ if echo "${id}" | egrep -q '^[0-9A-F]{16}$'; then elif echo "${id}" | egrep -q '^[0-9A-F]{8}$'; then id_type="keyid" set -- "${id}" $@ -elif echo "${id}" | egrep -iq '^[a-z][-0-9a-z_]*@([-0-9a-z]+\.)[-0-9a-z]+$'; then +elif echo "${id}" | egrep -iq '^[0-9a-z][-0-9a-z_]*@([-0-9a-z]+\.)[-0-9a-z]+$'; then id_type="email" email="${id}" -elif echo "${id}" | egrep -iq '^[a-z][-0-9a-z_]*$'; then +elif echo "${id}" | egrep -iq '^[0-9a-z][-0-9a-z_]*$'; then id_type="login" login="${id}" email="${id}@FreeBSD.org" From nobody Wed Oct 13 11:31:08 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 6852617F3061 for ; Wed, 13 Oct 2021 11:31:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HTr2P1cGzz3snd; Wed, 13 Oct 2021 11:31:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 17EF72700C; Wed, 13 Oct 2021 11:31:09 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19DBV98G041565; Wed, 13 Oct 2021 11:31:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19DBV8LR041564; Wed, 13 Oct 2021 11:31:08 GMT (envelope-from git) Date: Wed, 13 Oct 2021 11:31:08 GMT Message-Id: <202110131131.19DBV8LR041564@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: 77a07a9384 - main - checkkey: Fix typos in comments List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: 0mp X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 77a07a9384a491311b2bcd6b47cd73ae8018f9e2 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=77a07a9384a491311b2bcd6b47cd73ae8018f9e2 commit 77a07a9384a491311b2bcd6b47cd73ae8018f9e2 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-10-13 11:30:35 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-10-13 11:30:35 +0000 checkkey: Fix typos in comments Reported by: Pau Amma --- documentation/tools/checkkey.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/tools/checkkey.sh b/documentation/tools/checkkey.sh index deb7cbd640..c4772f13b3 100755 --- a/documentation/tools/checkkey.sh +++ b/documentation/tools/checkkey.sh @@ -80,8 +80,8 @@ fi # Now let's try to figure out what kind of thing we have as an ID. # We'll check for a keyid first, as it's readily distinguishable # from other things, but if we see that we have one, we push it back -# onto the argument list for later processing (becasue we may have -# been given a list of keyods). +# onto the argument list for later processing (because we may have +# been given a list of keys). if echo "${id}" | egrep -q '^[0-9A-F]{16}$'; then id_type="keyid" set -- "${id}" $@ From nobody Wed Oct 13 13:44:49 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 9C432180A265 for ; Wed, 13 Oct 2021 13:44:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HTv0d3z0Xz3GmW; Wed, 13 Oct 2021 13:44:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5D96B28D06; Wed, 13 Oct 2021 13:44:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19DDinlg018700; Wed, 13 Oct 2021 13:44:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19DDinuo018699; Wed, 13 Oct 2021 13:44:49 GMT (envelope-from git) Date: Wed, 13 Oct 2021 13:44:49 GMT Message-Id: <202110131344.19DDinuo018699@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= Subject: git: 5c2757dff4 - main - [tools] Add spell checking scripts List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5c2757dff4fdc315f56a31bd6ba642a17d030a36 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=5c2757dff4fdc315f56a31bd6ba642a17d030a36 commit 5c2757dff4fdc315f56a31bd6ba642a17d030a36 Author: Fernando Apesteguía AuthorDate: 2021-10-12 16:00:52 +0000 Commit: Fernando Apesteguía CommitDate: 2021-10-13 13:37:03 +0000 [tools] Add spell checking scripts Summary: Add two small scripts to do spell checking in .po files. When working with Weblate, the web browser provides some spell checking with visual hints for every translation entry. These scripts provide spell checking for the whole file showing the faulting words in context. Relies on `msgexec(1)` and `aspell(1)` from `devel/gettext-tools` and `textproc/aspell`. It can be tested with: `./po_spellcheck.sh ../documentation/content/es/articles/bsdl-gpl/_index.po es` Reviewed by: carlavilla@, dbaio@ Differential Revision: https://reviews.freebsd.org/D32465 --- tools/po_check_entry.sh | 59 +++++++++++++++++++++++++++++++++++++++++++++++++ tools/po_spellcheck.sh | 51 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 110 insertions(+) diff --git a/tools/po_check_entry.sh b/tools/po_check_entry.sh new file mode 100755 index 0000000000..00d9eb7b5a --- /dev/null +++ b/tools/po_check_entry.sh @@ -0,0 +1,59 @@ +#!/bin/sh +# +# Copyright (c) 2021 Fernando Apesteguia +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# +# 1. Redistributions of source code must retain the above copyright notice, this +# list of conditions and the following disclaimer. +# +# 2. Redistributions in binary form must reproduce the above copyright notice, +# this list of conditions and the following disclaimer in the documentation +# and/or other materials provided with the distribution. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +# Check for aspell. Everything else is in base. +COMMAND=aspell +if ! command -v ${COMMAND} >/dev/null; then + echo "${COMMAND} not found, please run 'pkg install aspell $your_lang-aspell'" + exit 1 +fi + +LANG="${1}" + +if [ -z "${LANG}" ]; then + echo "No language specified" + exit 1 +fi + +translation=$(cat /dev/stdin) + +# Build a grep(1) filter with all the words aspell(1) could not find in this +# translated text. + +filter= +for word in $(echo "${translation}" | aspell list --lang="${LANG}");do + tmp=$(printf "%s" "${word}|") + filter="${filter}${tmp}" +done + +filter=$(echo "${filter}" | sed -e 's/|$//g') + +# Hilight the translation in the text providing the user with some context about +# where the reported words are used. +if [ -n "${filter}" ]; then + echo "----------- translation -----------" + echo "${translation}" | grep -Ew --color "${filter}" + echo +fi diff --git a/tools/po_spellcheck.sh b/tools/po_spellcheck.sh new file mode 100755 index 0000000000..c8802e40de --- /dev/null +++ b/tools/po_spellcheck.sh @@ -0,0 +1,51 @@ +#!/bin/sh +# +# Copyright (c) 2021 Fernando Apesteguia +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# +# 1. Redistributions of source code must retain the above copyright notice, this +# list of conditions and the following disclaimer. +# +# 2. Redistributions in binary form must reproduce the above copyright notice, +# this list of conditions and the following disclaimer in the documentation +# and/or other materials provided with the distribution. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +# Check for aspell. Everything else is in base. +COMMAND=msgexec +if ! command -v ${COMMAND} >/dev/null; then + echo "${COMMAND} not found, please run 'pkg install docproj'" + exit 1 +fi + +usage() +{ + echo "${0} " + echo "Example: ${0} documentation/content/es/articles/bsdl-gpl/_index.po es" +} + +if [ ${#} -ne 2 ]; then + usage + exit 1 +fi + +PO_FILE="${1}" +LANG="${2}" + +# msgexec acts as a driver, invoking a command for every +# translated text + +CURDIR=$(dirname "${0}") +msgexec -i "${PO_FILE}" "${CURDIR}"/po_check_entry.sh "${LANG}" From nobody Wed Oct 13 18:46:44 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 7077518020F5 for ; Wed, 13 Oct 2021 18:46:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HV1j02myrz4d4S; Wed, 13 Oct 2021 18:46:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F3D22CD79; Wed, 13 Oct 2021 18:46:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19DIkiki020570; Wed, 13 Oct 2021 18:46:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19DIki42020569; Wed, 13 Oct 2021 18:46:44 GMT (envelope-from git) Date: Wed, 13 Oct 2021 18:46:44 GMT Message-Id: <202110131846.19DIki42020569@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Glen Barber Subject: git: 2f34a1cb34 - main - Comment links to -STABLE release notes List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gjb X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2f34a1cb343f550eaff86851cfca8b838e199540 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by gjb: URL: https://cgit.FreeBSD.org/doc/commit/?id=2f34a1cb343f550eaff86851cfca8b838e199540 commit 2f34a1cb343f550eaff86851cfca8b838e199540 Author: Glen Barber AuthorDate: 2021-10-13 18:45:45 +0000 Commit: Glen Barber CommitDate: 2021-10-13 18:45:45 +0000 Comment links to -STABLE release notes As a side effect of moving the release notes from the src/ tree to the doc/ tree, the -STABLE release notes have not been functional. It does not seem feasible to reimplement them at this point, since the conversion from XML to AsciiDoc. PR: 259148 Submitted by: freebsd@frost _dot_ kiwi Sponsored by: Rubicon Communications, LLC ("Netgate") --- website/content/en/relnotes.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/content/en/relnotes.adoc b/website/content/en/relnotes.adoc index a0dd8085a2..7d0debae58 100644 --- a/website/content/en/relnotes.adoc +++ b/website/content/en/relnotes.adoc @@ -26,6 +26,7 @@ The release documentation for each -RELEASE version of FreeBSD (for example, {re These files are located in the top-level directory of each distribution. Both HTML and text forms are usually provided. +//// == Snapshot Versions of FreeBSD The release documentation files for snapshots are generally in the top-level directory of each snapshot. @@ -60,3 +61,4 @@ HTML versions of the release documentation for FreeBSD -CURRENT and FreeBSD -STA * link:../relnotes/11-STABLE/relnotes/[Release Notes] * link:../relnotes/11-STABLE/hardware/[Hardware Notes] * link:../relnotes/11-STABLE/errata/[Errata] +//// From nobody Wed Oct 13 18:46:45 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 8F231180235E for ; Wed, 13 Oct 2021 18:46:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HV1j13XcSz4d07; Wed, 13 Oct 2021 18:46:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 594FC2CEFE; Wed, 13 Oct 2021 18:46:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19DIkjhn020594; Wed, 13 Oct 2021 18:46:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19DIkjSA020593; Wed, 13 Oct 2021 18:46:45 GMT (envelope-from git) Date: Wed, 13 Oct 2021 18:46:45 GMT Message-Id: <202110131846.19DIkjSA020593@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Glen Barber Subject: git: 374b12c1a1 - main - Bump example FreeBSD version List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gjb X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 374b12c1a1ae6a8ffdf02c05e31a1337a793c794 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by gjb: URL: https://cgit.FreeBSD.org/doc/commit/?id=374b12c1a1ae6a8ffdf02c05e31a1337a793c794 commit 374b12c1a1ae6a8ffdf02c05e31a1337a793c794 Author: Glen Barber AuthorDate: 2021-10-13 18:46:23 +0000 Commit: Glen Barber CommitDate: 2021-10-13 18:46:23 +0000 Bump example FreeBSD version Sponsored by: Rubicon Communications, LLC ("Netgate") --- website/content/en/relnotes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/relnotes.adoc b/website/content/en/relnotes.adoc index 7d0debae58..77c51fbb38 100644 --- a/website/content/en/relnotes.adoc +++ b/website/content/en/relnotes.adoc @@ -22,7 +22,7 @@ The release notes, hardware notes, and installation instructions are customized == RELEASE versions of FreeBSD -The release documentation for each -RELEASE version of FreeBSD (for example, {rel120-current}-RELEASE) can be found on the link:../releases/[releases] page of the FreeBSD web site and on mirror sites. +The release documentation for each -RELEASE version of FreeBSD (for example, {rel122-current}-RELEASE) can be found on the link:../releases/[releases] page of the FreeBSD web site and on mirror sites. These files are located in the top-level directory of each distribution. Both HTML and text forms are usually provided. From nobody Wed Oct 13 23:08:17 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 55CB717F10D0 for ; Wed, 13 Oct 2021 23:08:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HV7Vp1ZyMz3mpm; Wed, 13 Oct 2021 23:08:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1561E5DA; Wed, 13 Oct 2021 23:08:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19DN8IQk074654; Wed, 13 Oct 2021 23:08:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19DN8HZY074653; Wed, 13 Oct 2021 23:08:17 GMT (envelope-from git) Date: Wed, 13 Oct 2021 23:08:17 GMT Message-Id: <202110132308.19DN8HZY074653@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: "Danilo G. Baio" Subject: git: 915f3a0fe5 - main - Replace mailman-lists* variables with mailing-lists* List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dbaio X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 915f3a0fe5cedd939a2faaed25b2e3e2f50765a7 Auto-Submitted: auto-generated X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=915f3a0fe5cedd939a2faaed25b2e3e2f50765a7 commit 915f3a0fe5cedd939a2faaed25b2e3e2f50765a7 Author: Danilo G. Baio AuthorDate: 2021-10-13 23:03:08 +0000 Commit: Danilo G. Baio CommitDate: 2021-10-13 23:03:08 +0000 Replace mailman-lists* variables with mailing-lists* mailman-lists-desc --> mailing-lists-desc mailman-lists-url --> mailing-lists-url mailman-lists --> mailing-lists Following mailing lists migration from Mailman to Mlmmj. --- documentation/content/de/books/handbook/cutting-edge/_index.adoc | 4 ++-- documentation/content/de/books/handbook/eresources/_index.adoc | 2 +- documentation/content/el/books/handbook/cutting-edge/_index.adoc | 4 ++-- documentation/content/el/books/handbook/eresources/_index.adoc | 2 +- documentation/content/el/books/handbook/jails/_index.adoc | 2 +- documentation/content/el/books/handbook/mirrors/_index.adoc | 2 +- documentation/content/en/books/handbook/cutting-edge/_index.adoc | 4 ++-- documentation/content/en/books/handbook/eresources/_index.adoc | 2 +- documentation/content/es/books/handbook/jails/_index.adoc | 2 +- documentation/content/fr/books/handbook/cutting-edge/_index.adoc | 4 ++-- documentation/content/fr/books/handbook/eresources/_index.adoc | 2 +- documentation/content/fr/books/handbook/jails/_index.adoc | 2 +- documentation/content/fr/books/handbook/mirrors/_index.adoc | 2 +- documentation/content/hu/books/handbook/cutting-edge/_index.adoc | 4 ++-- documentation/content/hu/books/handbook/eresources/_index.adoc | 2 +- documentation/content/hu/books/handbook/jails/_index.adoc | 2 +- documentation/content/hu/books/handbook/mirrors/_index.adoc | 2 +- documentation/content/it/books/handbook/eresources/_index.adoc | 2 +- documentation/content/it/books/handbook/jails/_index.adoc | 2 +- documentation/content/it/books/handbook/mirrors/_index.adoc | 2 +- documentation/content/ja/books/handbook/cutting-edge/_index.adoc | 4 ++-- documentation/content/ja/books/handbook/eresources/_index.adoc | 2 +- documentation/content/mn/books/handbook/cutting-edge/_index.adoc | 4 ++-- documentation/content/mn/books/handbook/eresources/_index.adoc | 2 +- documentation/content/mn/books/handbook/jails/_index.adoc | 2 +- documentation/content/mn/books/handbook/mirrors/_index.adoc | 2 +- documentation/content/nl/books/handbook/cutting-edge/_index.adoc | 4 ++-- documentation/content/nl/books/handbook/eresources/_index.adoc | 2 +- documentation/content/nl/books/handbook/jails/_index.adoc | 2 +- documentation/content/nl/books/handbook/mirrors/_index.adoc | 2 +- documentation/content/pl/books/handbook/cutting-edge/_index.adoc | 4 ++-- documentation/content/pl/books/handbook/eresources/_index.adoc | 2 +- documentation/content/ru/books/handbook/cutting-edge/_index.adoc | 4 ++-- documentation/content/ru/books/handbook/eresources/_index.adoc | 2 +- documentation/content/zh-cn/books/handbook/cutting-edge/_index.adoc | 4 ++-- documentation/content/zh-cn/books/handbook/eresources/_index.adoc | 2 +- documentation/content/zh-cn/books/handbook/jails/_index.adoc | 2 +- documentation/content/zh-cn/books/handbook/mirrors/_index.adoc | 2 +- shared/da/mailing-lists.adoc | 6 +++--- shared/de/mailing-lists.adoc | 6 +++--- shared/el/mailing-lists.adoc | 6 +++--- shared/en/mailing-lists.adoc | 6 +++--- shared/es/mailing-lists.adoc | 6 +++--- shared/fr/mailing-lists.adoc | 6 +++--- shared/hu/mailing-lists.adoc | 6 +++--- shared/it/mailing-lists.adoc | 6 +++--- shared/ja/mailing-lists.adoc | 6 +++--- shared/mn/mailing-lists.adoc | 6 +++--- shared/nl/mailing-lists.adoc | 6 +++--- shared/pl/mailing-lists.adoc | 6 +++--- shared/pt-br/mailing-lists.adoc | 6 +++--- shared/ru/mailing-lists.adoc | 6 +++--- shared/tr/mailing-lists.adoc | 6 +++--- shared/zh-cn/mailing-lists.adoc | 6 +++--- shared/zh-tw/mailing-lists.adoc | 6 +++--- 55 files changed, 100 insertions(+), 100 deletions(-) diff --git a/documentation/content/de/books/handbook/cutting-edge/_index.adoc b/documentation/content/de/books/handbook/cutting-edge/_index.adoc index 0f10b96083..64d12e64fa 100644 --- a/documentation/content/de/books/handbook/cutting-edge/_index.adoc +++ b/documentation/content/de/books/handbook/cutting-edge/_index.adoc @@ -556,7 +556,7 @@ Um FreeBSD-CURRENT zu folgen: + Die {svn-src-head} Mailingliste erfasst die Commit-Logs für jede Änderung und enthält alle relevanten Informationen zu möglichen Seiteneffekten. + -Um diese Listen zu abonnieren, besuchen Sie {mailman-lists-url}, klicken Sie auf die gewünschte Liste und folgen Sie den Anweisungen. Wenn Sie die Änderungen am gesamten Quellbaum verfolgen möchten, abonnieren Sie die {svn-src-all} Liste. +Um diese Listen zu abonnieren, besuchen Sie {mailing-lists-url}, klicken Sie auf die gewünschte Liste und folgen Sie den Anweisungen. Wenn Sie die Änderungen am gesamten Quellbaum verfolgen möchten, abonnieren Sie die {svn-src-all} Liste. . Synchronisieren Sie die Quellen für FreeBSD-CURRENT. In der Regel wird crossref:mirrors[svn,svnlite] benutzt, um die Quellen für -CURRENT aus dem Zweig `head` zu laden. Verwenden Sie dazu einen Subversion Spiegel aus crossref:mirrors[svn-mirrors,“Subversion Mirror Sites”]. . Aufgrund der Größe des Repositories ist es empfehlenswert, nur die gewünschten Teilbäume auszuchecken. Wenn Sie die Quellen einsetzen und nicht nur darin lesen wollen, laden Sie sich die _kompletten_ Quellen von FreeBSD-CURRENT und nicht nur ausgesuchte Teile. + @@ -578,7 +578,7 @@ Um FreeBSD-STABLE zu folgen: + Abonnieren Sie die passende svn-Liste für den jeweiligen Zweig, den Sie verfolgen. Wenn Sie beispielsweise den Zweig 9-STABLE verfolgen, lesen Sie {svn-src-stable-9}. Diese Liste enthält zu jeder Änderung das Commit-Log, das Informationen zu möglichen Seiteneffekten enthält. + -Um diese Listen zu abonnieren, besuchen Sie die Seite {mailman-lists-url}. Klicken Sie auf die gewünschte Liste und folgen Sie den Anweisungen. Wenn Sie daran interessiert sind, Änderungen am gesamten Quellbaum zu verfolgen, abonnieren Sie {svn-src-all}. +Um diese Listen zu abonnieren, besuchen Sie die Seite {mailing-lists-url}. Klicken Sie auf die gewünschte Liste und folgen Sie den Anweisungen. Wenn Sie daran interessiert sind, Änderungen am gesamten Quellbaum zu verfolgen, abonnieren Sie {svn-src-all}. . Wenn Sie ein neues System installieren und dazu einen der monatlich aus FreeBSD-STABLE erzeugten Snapshots verwenden wollen, sollten Sie zuerst link:https://www.FreeBSD.org/snapshots[www.freebsd.org/snapshots"] auf aktuelle Informationen überprüfen. Alternativ können Sie auch das neueste FreeBSD-STABLE-Release von den crossref:mirrors[mirrors,FreeBSD Spiegeln] beziehen. + Um ein bestehendes FreeBSD-System auf FreeBSD-STABLE zu aktualisieren, benutzen Sie crossref:mirrors[svn,svn] um den gewünschten Entwicklungs- oder Release-Zweig auszuchecken. Die Zweige, wie beispielsweise `stable/9`, sind unter link:https://www.FreeBSD.org/releng/[ www.freebsd.org/releng] aufgeführt. diff --git a/documentation/content/de/books/handbook/eresources/_index.adoc b/documentation/content/de/books/handbook/eresources/_index.adoc index 20e72df12c..52ca92dbb1 100644 --- a/documentation/content/de/books/handbook/eresources/_index.adoc +++ b/documentation/content/de/books/handbook/eresources/_index.adoc @@ -520,7 +520,7 @@ _SVN Listen:_ Die folgenden Listen versenden die Log-Einträge zu Änderungen an [[eresources-subscribe]] === Mailinglisten abonnieren -Um eine Liste zu abonnieren, besuchen die Webseite {mailman-lists-url} und klicken dort auf die Liste, die Sie abonnieren wollen. Sie gelangen dann auf die Webseite der Liste, die weitere Anweisungen für diese Liste enthält. +Um eine Liste zu abonnieren, besuchen die Webseite {mailing-lists-url} und klicken dort auf die Liste, die Sie abonnieren wollen. Sie gelangen dann auf die Webseite der Liste, die weitere Anweisungen für diese Liste enthält. Um eine Nachricht an eine Mailingliste zu schicken, schreiben Sie einfach eine E-Mail an mailto:Liste@FreeBSD.org[Liste@FreeBSD.org]. Die E-Mail wird dann an alle Mitglieder der Mailingliste verteilt. diff --git a/documentation/content/el/books/handbook/cutting-edge/_index.adoc b/documentation/content/el/books/handbook/cutting-edge/_index.adoc index 7fe8feacc0..1174367f3d 100644 --- a/documentation/content/el/books/handbook/cutting-edge/_index.adoc +++ b/documentation/content/el/books/handbook/cutting-edge/_index.adoc @@ -698,7 +698,7 @@ H {doceng} προετοιμάζει μηνιαία στιγμιότυπα πακ + Η λίστα {svn-src-head} θα σας επιτρέψει να βλέπετε τις καταχωρήσεις στο commit log για κάθε αλλαγή που γίνεται, καθώς και πληροφορίες για πιθανές παρενέργειες που μπορεί να έχει. + -Για να γραφτείτε σε αυτές, ή σε οποιεσδήποτε από τις υπάρχουσες λίστες, επισκεφθείτε την τοποθεσία {mailman-lists-url} και επιλέξτε τη λίστα στην οποία θέλετε να γίνετε συνδρομητής. Οδηγίες για την υπόλοιπη διαδικασία θα βρείτε επιτόπου. Αν σας ενδιαφέρει να παρακολουθείτε τις αλλαγές σε όλο το δέντρο πηγαίου κώδικα, σας συνιστούμε να εγγραφείτε στη λίστα {svn-src-all}. +Για να γραφτείτε σε αυτές, ή σε οποιεσδήποτε από τις υπάρχουσες λίστες, επισκεφθείτε την τοποθεσία {mailing-lists-url} και επιλέξτε τη λίστα στην οποία θέλετε να γίνετε συνδρομητής. Οδηγίες για την υπόλοιπη διαδικασία θα βρείτε επιτόπου. Αν σας ενδιαφέρει να παρακολουθείτε τις αλλαγές σε όλο το δέντρο πηγαίου κώδικα, σας συνιστούμε να εγγραφείτε στη λίστα {svn-src-all}. . Ανακτήστε τον πηγαίο κώδικα από ένα crossref:mirrors[mirrors,mirror site] του FreeBSD. Αυτό μπορεί να γίνει με δύο τρόπους: .. Χρησιμοποιήστε το πρόγραμμα crossref:mirrors[cvsup,cvsup] σε συνδυασμό με το [.filename]#supfile# με την ονομασία [.filename]#standard-supfile# το οποίο θα βρείτε στον κατάλογο [.filename]#/usr/shared/examples/cvsup#. Αυτή είναι και η πλέον συνιστώμενη μέθοδος, καθώς σας επιτρέπει να ανακτήσετε όλη τη συλλογή με μια κίνηση, και στις επόμενες ανανεώσεις θα παίρνετε μόνο τις αλλαγές. Πολλοί χρήστες εκτελούν το `cvsup` μέσω του `cron` ώστε να κρατάνε τον πηγαίο κώδικα του συστήματος τους πάντα ανανεωμένο αυτόματα. Θα πρέπει να προσαρμόσετε το υπόδειγμα του [.filename]#supfile# που δίνουμε παραπάνω, και να ρυθμί σετε το crossref:mirrors[cvsup,cvsup] για το περιβάλλον σας. + @@ -753,7 +753,7 @@ H {doceng} προετοιμάζει μηνιαία στιγμιότυπα πακ + Θα πρέπει να εγγραφείτε στην κατάλληλη λίστα SVN ανάλογα με τον κλάδο που παρακολουθείτε. Για παράδειγμα, αν παρακολουθείτε τον κλάδο 7-STABLE, η κατάλληλη λίστα είναι η link:{svn-src-stable-7-url}[svn-src-stable-7]. Αυτό θα σας επιτρέψει να βλέπετε τις καταχωρήσεις στο commit log για κάθε αλλαγή που γίνεται, καθώς και πληροφορίες για πιθανές παρενέργειες που μπορεί να έχει. + -Για να γραφτείτε σε αυτές, ή σε οποιεσδήποτε από τις υπάρχουσες λίστες, επισκεφθείτε την τοποθεσία {mailman-lists-url} και επιλέξτε τη λίστα στην οποία θέλετε να γίνετε συνδρομητής. Οδηγίες για την υπόλοιπη διαδικασία θα βρείτε επιτόπου. Αν σας ενδιαφέρει να παρακολουθείτε τις αλλαγές σε όλο το δέντρο πηγαίου κώδικα, σας συνιστούμε να εγγραφείτε στη λίστα {svn-src-all}. +Για να γραφτείτε σε αυτές, ή σε οποιεσδήποτε από τις υπάρχουσες λίστες, επισκεφθείτε την τοποθεσία {mailing-lists-url} και επιλέξτε τη λίστα στην οποία θέλετε να γίνετε συνδρομητής. Οδηγίες για την υπόλοιπη διαδικασία θα βρείτε επιτόπου. Αν σας ενδιαφέρει να παρακολουθείτε τις αλλαγές σε όλο το δέντρο πηγαίου κώδικα, σας συνιστούμε να εγγραφείτε στη λίστα {svn-src-all}. . Αν πρόκειται να εγκαταστήσετε ένα νέο σύστημα με σκοπό να εκτελείτε τα μηνιαία snapshot του FreeBSD-STABLE, παρακαλούμε να ελέγξετε την τοποθεσία link:https://www.FreeBSD.org/snapshots/[Snapshots] για περισσότερες πληροφορίες. Εναλλακτικά, είναι δυνατόν να εγκαταστήσετε το πιο πρόσφατο FreeBSD-STABLE από κάποιο crossref:mirrors[mirrors,mirror site] ακολουθώντας τις παρακάτω οδηγίες ώστε να αναβαθμίσετε το σύστημα σας στην πλέον πρόσφατη έκδοση πηγαίου κώδικα του FreeBSD-STABLE. + Αν διαθέτετε ήδη κάποια προηγούμενη έκδοση του FreeBSD και επιθυμείτε να αναβαθμιστείτε μέσω του πηγαίου κώδικα, μπορείτε εύκολα να χρησιμοποιήσετε κάποιο crossref:mirrors[mirrors,mirror site] του FreeBSD. Υπάρχουν δύο τρόποι για να γίνει αυτό: diff --git a/documentation/content/el/books/handbook/eresources/_index.adoc b/documentation/content/el/books/handbook/eresources/_index.adoc index c41d4aeeae..39eba3df83 100644 --- a/documentation/content/el/books/handbook/eresources/_index.adoc +++ b/documentation/content/el/books/handbook/eresources/_index.adoc @@ -464,7 +464,7 @@ _Λίστες SVN:_ Οι ακόλουθες λίστες είναι για όσ [[eresources-subscribe]] === Πως να Εγγραφείτε -Για να εγγραφείτε σε μία λίστα, επιλέξτε το όνομα της από τους παραπάνω δεσμούς ή πηγαίνετε στο {mailman-lists-url} και επιλέξτε την λίστα για την οποία ενδιαφέρεστε. Η σελίδα της λίστας πρέπει να περιέχει όλες τις απαραίτητες πληροφορίες εγγραφής. +Για να εγγραφείτε σε μία λίστα, επιλέξτε το όνομα της από τους παραπάνω δεσμούς ή πηγαίνετε στο {mailing-lists-url} και επιλέξτε την λίστα για την οποία ενδιαφέρεστε. Η σελίδα της λίστας πρέπει να περιέχει όλες τις απαραίτητες πληροφορίες εγγραφής. Για να γράψετε σε μια λίστα, στείλτε το μήνυμα σας στο mailto:όνομα-λίστας@FreeBSD.org[όνομα-λίστας@FreeBSD.org]. Το μήνυμα σας θα διανεμηθεί σε όλα τα μέλη της λίστας, σε οποιοδήποτε σημείο του κόσμου και αν βρίσκονται. diff --git a/documentation/content/el/books/handbook/jails/_index.adoc b/documentation/content/el/books/handbook/jails/_index.adoc index 41e407867f..4fd0134578 100644 --- a/documentation/content/el/books/handbook/jails/_index.adoc +++ b/documentation/content/el/books/handbook/jails/_index.adoc @@ -59,7 +59,7 @@ toc::[] Άλλες πηγές χρήσιμων πληροφοριών σχετικά με τα jails είναι: * Η σελίδα manual του man:jail[8]. Περιέχει πλήρη αναφορά του βοηθητικού προγράμματος `jail` - του διαχειριστικού εργαλείου που μπορεί να χρησιμοποιηθεί στο FreeBSD για την εκκίνηση, διακοπή, και έλεγχο των jails. -* Οι λίστες ταχυδρομείου και τα αρχεία τους. Τα αρχεία από την {freebsd-questions} και άλλες λίστες που εξυπηρετούνται από τον {mailman-lists} περιέχουν πλήρη οδηγό για τα jails. Είναι πάντοτε ενδιαφέρον να ψάχνετε τα αρχεία ή να δημοσιεύετε νέες ερωτήσεις στη λίστα link:{freebsd-questions-url}[freebsd-questions]. +* Οι λίστες ταχυδρομείου και τα αρχεία τους. Τα αρχεία από την {freebsd-questions} και άλλες λίστες που εξυπηρετούνται από τον {mailing-lists} περιέχουν πλήρη οδηγό για τα jails. Είναι πάντοτε ενδιαφέρον να ψάχνετε τα αρχεία ή να δημοσιεύετε νέες ερωτήσεις στη λίστα link:{freebsd-questions-url}[freebsd-questions]. [[jails-terms]] == Όροι των Jails diff --git a/documentation/content/el/books/handbook/mirrors/_index.adoc b/documentation/content/el/books/handbook/mirrors/_index.adoc index 707cd043e9..4342511289 100644 --- a/documentation/content/el/books/handbook/mirrors/_index.adoc +++ b/documentation/content/el/books/handbook/mirrors/_index.adoc @@ -614,7 +614,7 @@ link:ftp://ftp.FreeBSD.org/pub/FreeBSD/CTM/[ftp://ftp.FreeBSD.org/pub/FreeBSD/CT Αν θέλετε να λαμβάνετε τα deltas μέσω email: -Γραφτείτε συνδρομητής σε μια από τις λίστες διανομής του CTM. Η λίστα link:{ctm-cvs-cur-url}[ctm-cvs-cur-desc] υποστηρίζει ολόκληρο το δέντρο του CVS. Η λίστα link:{ctm-src-cur-url}[ctm-src-cur-desc] υποστηρίζει την κεφαλή (head) του κλάδου ανάπτυξης (development branch). Η λίστα link:{ctm-src-7-url}[ctm-src-7-desc] υποστηρίζει την έκδοση 7.X κ.ο.κ. Αν δεν γνωρίζετε πως να εγγραφείτε σε μια λίστα, κάντε κλικ στο όνομα της λίστας που εμφανίζεται παραπάνω ή πηγαίνετε στο {mailman-lists-url} και κάντε κλικ στη λίστα που θέλετε να εγγραφείτε. Η σελίδα της λίστας θα πρέπει να περιέχει όλες τις απαραίτητες πληροφορίες σχετικά ε τις συνδρομές. +Γραφτείτε συνδρομητής σε μια από τις λίστες διανομής του CTM. Η λίστα link:{ctm-cvs-cur-url}[ctm-cvs-cur-desc] υποστηρίζει ολόκληρο το δέντρο του CVS. Η λίστα link:{ctm-src-cur-url}[ctm-src-cur-desc] υποστηρίζει την κεφαλή (head) του κλάδου ανάπτυξης (development branch). Η λίστα link:{ctm-src-7-url}[ctm-src-7-desc] υποστηρίζει την έκδοση 7.X κ.ο.κ. Αν δεν γνωρίζετε πως να εγγραφείτε σε μια λίστα, κάντε κλικ στο όνομα της λίστας που εμφανίζεται παραπάνω ή πηγαίνετε στο {mailing-lists-url} και κάντε κλικ στη λίστα που θέλετε να εγγραφείτε. Η σελίδα της λίστας θα πρέπει να περιέχει όλες τις απαραίτητες πληροφορίες σχετικά ε τις συνδρομές. Όταν αρχίσετε να λαμβάνετε ανανεώσεις CTM μέσω mail, μπορείτε να χρησιμοποιήσετε το πρόγραμμα `ctm_rmail` για να τις αποσυμπιέσετε και να τις εφαρμόσετε. Μπορείτε στην πραγματικότητα να χρησιμοποιήσετε το πρόγραμμα `ctm_rmail` απευθείας μέσω μιας εγγραφής στο [.filename]#/etc/aliases# αν θέλετε η διαδικασία να εκτελείται αυτοματοποιημένα. Δείτε τη σελίδα manual του `ctm_rmail` για περισσότερες λεπτομέρειες. diff --git a/documentation/content/en/books/handbook/cutting-edge/_index.adoc b/documentation/content/en/books/handbook/cutting-edge/_index.adoc index ec253c59d2..c0c9684dfd 100644 --- a/documentation/content/en/books/handbook/cutting-edge/_index.adoc +++ b/documentation/content/en/books/handbook/cutting-edge/_index.adoc @@ -555,7 +555,7 @@ To track FreeBSD-CURRENT: + The {dev-commits-src-main} list records the commit log entry for each change as it is made, along with any pertinent information on possible side effects. + -To join these lists, go to {mailman-lists}, click on the list to subscribe to, and follow the instructions. +To join these lists, go to {mailing-lists}, click on the list to subscribe to, and follow the instructions. In order to track changes to the whole source tree, not just the changes to FreeBSD-CURRENT, subscribe to the {dev-commits-src-all}. . Synchronize with the FreeBSD-CURRENT sources. Typically, `git` is used to check out the -CURRENT code from the `main` branch of the FreeBSD Git repository (see crossref:mirrors[git,“Using Git”] for details). . Due to the size of the repository, some users choose to only synchronize the sections of source that interest them or which they are contributing patches to. However, users that plan to compile the operating system from source must download _all_ of FreeBSD-CURRENT, not just selected portions. @@ -588,7 +588,7 @@ Join the relevant git list for the branch being tracked. For example, users tracking the {betarel-current-major}-STABLE branch should join the {dev-commits-src-branches}. This list records the commit log entry for each change as it is made, along with any pertinent information on possible side effects. + -To join these lists, go to {mailman-lists}, click on the list to subscribe to, and follow the instructions. +To join these lists, go to {mailing-lists}, click on the list to subscribe to, and follow the instructions. In order to track changes for the whole source tree, subscribe to {dev-commits-src-all}. . To install a new FreeBSD-STABLE system, install the most recent FreeBSD-STABLE release from the crossref:mirrors[mirrors,FreeBSD mirror sites] or use a monthly snapshot built from FreeBSD-STABLE. Refer to link:https://www.FreeBSD.org/snapshots/[www.freebsd.org/snapshots] for more information about snapshots. + diff --git a/documentation/content/en/books/handbook/eresources/_index.adoc b/documentation/content/en/books/handbook/eresources/_index.adoc index 08922502dd..3335096c10 100644 --- a/documentation/content/en/books/handbook/eresources/_index.adoc +++ b/documentation/content/en/books/handbook/eresources/_index.adoc @@ -587,7 +587,7 @@ After the SVN to Git Migration, the following lists no longer receives new commi [[eresources-subscribe]] === How to Subscribe -To subscribe to a list, click the list name at {mailman-lists-url}. +To subscribe to a list, click the list name at {mailing-lists-url}. The page that is displayed should contain all of the necessary subscription instructions for that list. To actually post to a given list, send mail to mailto:listname@FreeBSD.org[listname@FreeBSD.org]. diff --git a/documentation/content/es/books/handbook/jails/_index.adoc b/documentation/content/es/books/handbook/jails/_index.adoc index 215a65f786..b2b9e1d6d5 100644 --- a/documentation/content/es/books/handbook/jails/_index.adoc +++ b/documentation/content/es/books/handbook/jails/_index.adoc @@ -59,7 +59,7 @@ Tras leer este capítulo sabrá usted: Otras fuentes de información útil sobre las jaulas: * La página de manual man:jail[8]. Es la referencia completa de `jail`, la herramienta administrativa de FreeBSD con la que se arrancan, paran y controlan las jaulas. -* Las listas de correo y sus respectivos archivos. Los archivos de la {freebsd-questions}, entre otras listas de correo alojadas en el {mailman-lists} contienen una enorme cantidad de información sobre jaulas. La ayuda que está buscando puede obtenerla, por tanto, de una búsqueda en los archivos de las listas o de enviar una pregunta que nadie haya hecho en la lista de correo link:{freebsd-questions-url}[freebsd-questions]. +* Las listas de correo y sus respectivos archivos. Los archivos de la {freebsd-questions}, entre otras listas de correo alojadas en el {mailing-lists} contienen una enorme cantidad de información sobre jaulas. La ayuda que está buscando puede obtenerla, por tanto, de una búsqueda en los archivos de las listas o de enviar una pregunta que nadie haya hecho en la lista de correo link:{freebsd-questions-url}[freebsd-questions]. [[jails-terms]] == Términos relacionados con las jaulas diff --git a/documentation/content/fr/books/handbook/cutting-edge/_index.adoc b/documentation/content/fr/books/handbook/cutting-edge/_index.adoc index ae44f5906a..9b6368e66f 100644 --- a/documentation/content/fr/books/handbook/cutting-edge/_index.adoc +++ b/documentation/content/fr/books/handbook/cutting-edge/_index.adoc @@ -477,7 +477,7 @@ FreeBSD-CURRENT est mis à disposition pour 3 types de personnes: + La liste {svn-src-head} vous permettra de voir les courriers de trace des soumissions de toutes les modifications dès qu'elles sont faites et des informations pertinentes sur les éventuels effets de bord. + -Pour vous inscrire à ces listes, ou à une autre, rendez vous à {mailman-lists-url} et cliquez sur la liste à laquelle vous désirez vous inscrire. Des instructions sur le reste de la procédure sont alors données. Si vous êtes intéressé par le suivi des modifications appliquées à l'ensemble de l'arborescence des sources, nous vous recommandons de vous inscrire à {svn-src-all}. +Pour vous inscrire à ces listes, ou à une autre, rendez vous à {mailing-lists-url} et cliquez sur la liste à laquelle vous désirez vous inscrire. Des instructions sur le reste de la procédure sont alors données. Si vous êtes intéressé par le suivi des modifications appliquées à l'ensemble de l'arborescence des sources, nous vous recommandons de vous inscrire à {svn-src-all}. . Récupérez les sources sur un crossref:mirrors[mirrors,site miroir] FreeBSD. Vous pouvez le faire de deux manières: .. Utilisez le programme crossref:mirrors[cvsup,cvsup] avec le fichier [.filename]#supfile# nommé [.filename]#standard-supfile# disponible dans le répertoire [.filename]#/usr/shared/examples/cvsup#. C'est la méthode recommandée, puisqu'elle permet de récupérer la totalité des sources la première fois et par la suite uniquement ce qui a été modifié. De nombreuses personnes exécutent `cvsup` depuis `cron` et maintiennent ainsi automatiquement à jour leurs sources. Vous devez personnaliser l'exemple de [.filename]#supfile# précédent, et configurer crossref:mirrors[cvsup,cvsup] pour votre environnement. + @@ -531,7 +531,7 @@ Si vous ne disposez pas des ressources pour faire cela alors nous recommandons q + Inscrivez-vous à la liste SVN correspondant à la branche que vous suivez. Par exemple, si vous suivez la branche 7-STABLE, inscrivez-vous à la liste link:{svn-src-stable-7-url}[svn-src-stable-7]. Cela vous permettra de lire les courriers de trace des soumissions de toutes les modifications dès qu'elles sont faites et des informations pertinentes sur les éventuels effets de bord. + -Pour vous inscrire à ces listes, ou à une autre, rendez vous à {mailman-lists-url} et cliquez sur la liste à laquelle vous désirez vous inscrire. Des instructions sur le reste de la procédure sont alors données. Si vous êtes intéressé par le suivi des modifications appliquées à l'ensemble de l'arborescence des sources, nous vous recommandons de vous inscrire à {svn-src-all}. +Pour vous inscrire à ces listes, ou à une autre, rendez vous à {mailing-lists-url} et cliquez sur la liste à laquelle vous désirez vous inscrire. Des instructions sur le reste de la procédure sont alors données. Si vous êtes intéressé par le suivi des modifications appliquées à l'ensemble de l'arborescence des sources, nous vous recommandons de vous inscrire à {svn-src-all}. . Si vous installez un nouveau système et vous voulez qu'il utilise le dernier instantané publié tous les mois à partir de la branche FreeBSD-STABLE, consultez la page sur les link:https://www.FreeBSD.org/snapshots/[instantanés] pour plus d'information. D'autre part, vous pouvez installer la version FreeBSD-STABLE la plus récente à partir des crossref:mirrors[mirrors,sites miroirs] et suivre les instructions ci-dessous pour mettre à jour votre système avec les sources FreeBSDstable; les plus récentes. + Si vous faites tourner une version précédente de FreeBSD et que vous désirez mettre à jour via les sources vous pouvez aisément le faire à partir d'un crossref:mirrors[mirrors,site miroir] FreeBSD. Cela peut être fait de deux manières: diff --git a/documentation/content/fr/books/handbook/eresources/_index.adoc b/documentation/content/fr/books/handbook/eresources/_index.adoc index af6f527cd1..0bfbb1abf1 100644 --- a/documentation/content/fr/books/handbook/eresources/_index.adoc +++ b/documentation/content/fr/books/handbook/eresources/_index.adoc @@ -381,7 +381,7 @@ _Listes CVS lists:_ Les listes suivantes sont destinées aux personnes intéress [[eresources-subscribe]] === Comment s'inscrire -Pour s'inscrire à une liste, cliquez sur le nom d'une liste ci-dessus où sur {mailman-lists-url} et cliquez ensuite sur la liste qui vous intéresse. La page de la liste devrait contenir toutes les instructions nécessaires à l'inscription. +Pour s'inscrire à une liste, cliquez sur le nom d'une liste ci-dessus où sur {mailing-lists-url} et cliquez ensuite sur la liste qui vous intéresse. La page de la liste devrait contenir toutes les instructions nécessaires à l'inscription. Pour poster réellement sur une liste, envoyez simplement un courrier électronique à l'adresse mailto:nom-de-la-liste@FreeBSD.org[nom-de-la-liste@FreeBSD.org]. Ce courrier sera alors redistribué à l'ensemble des membres de la liste de par le monde. diff --git a/documentation/content/fr/books/handbook/jails/_index.adoc b/documentation/content/fr/books/handbook/jails/_index.adoc index 6c45458301..8709ea4fb0 100644 --- a/documentation/content/fr/books/handbook/jails/_index.adoc +++ b/documentation/content/fr/books/handbook/jails/_index.adoc @@ -58,7 +58,7 @@ Après avoir lu ce chapitre, vous connaîtrez: D'autres sources d'information utiles concernant les environnements jail sont: * La page de manuel man:jail[8]. C'est la référence pour l'emploi de l'utilitaire `jail` - l'outil d'administration qui peut être utilisé sous FreeBSD pour démarrer, arrêter, et contrôler les environnements jail FreeBSD. -* Les listes de diffusion et leurs archives. Les archives de la {freebsd-questions} et d'autres listes hébergées par le {mailman-lists} contiennent déjà quantité d'information sur les environnements jail. Il sera toujours conseillé de chercher dans les archives ou de poster une nouvelle question sur la liste de diffusion link:{freebsd-questions-url}[freebsd-questions]. +* Les listes de diffusion et leurs archives. Les archives de la {freebsd-questions} et d'autres listes hébergées par le {mailing-lists} contiennent déjà quantité d'information sur les environnements jail. Il sera toujours conseillé de chercher dans les archives ou de poster une nouvelle question sur la liste de diffusion link:{freebsd-questions-url}[freebsd-questions]. [[jails-terms]] == Termes relatifs aux environnements jail diff --git a/documentation/content/fr/books/handbook/mirrors/_index.adoc b/documentation/content/fr/books/handbook/mirrors/_index.adoc index 3c03c3785e..43172f564b 100644 --- a/documentation/content/fr/books/handbook/mirrors/_index.adoc +++ b/documentation/content/fr/books/handbook/mirrors/_index.adoc @@ -653,7 +653,7 @@ Allez dans le répertoire vous concernant et commencez par télécharger le fich Si vous souhaitez récupérer vos deltas par courrier électronique: -Abonnez-vous à l'une des listes de distribution CTM. link:{ctm-cvs-cur-url}[ctm-cvs-cur-desc] comprend toute l'arborescence -CURRENT. {ctm-src-4} concerne la branche 4.X, etc... (Si vous ne savez pas comment vous abonner à une liste, cliquez sur le nom de la liste ci-dessus ou sur {mailman-lists-url} puis cliquez sur la liste à laquelle vous désirez vous abonner. La page devrait contenir toutes les instructions nécessaires à l'abonnement.) +Abonnez-vous à l'une des listes de distribution CTM. link:{ctm-cvs-cur-url}[ctm-cvs-cur-desc] comprend toute l'arborescence -CURRENT. {ctm-src-4} concerne la branche 4.X, etc... (Si vous ne savez pas comment vous abonner à une liste, cliquez sur le nom de la liste ci-dessus ou sur {mailing-lists-url} puis cliquez sur la liste à laquelle vous désirez vous abonner. La page devrait contenir toutes les instructions nécessaires à l'abonnement.) Dès que vous commencez à recevoir vos mises à jour CTM par courrier électronique, vous pouvez utiliser le programme `ctm_rmail` pour les décompacter et les appliquer. Vous pouvez en fait utiliser directement le programme `ctm_rmail` à partir d'une entrée dans [.filename]#/etc/aliases# si vous voulez automatiser complètement le processus. Consultez les pages de manuel de `ctm_rmail` pour plus de détails. diff --git a/documentation/content/hu/books/handbook/cutting-edge/_index.adoc b/documentation/content/hu/books/handbook/cutting-edge/_index.adoc index 43ffef9b95..1c93d1cb73 100644 --- a/documentation/content/hu/books/handbook/cutting-edge/_index.adoc +++ b/documentation/content/hu/books/handbook/cutting-edge/_index.adoc @@ -689,7 +689,7 @@ A FreeBSD-CURRENT használata elsõsorban az alábbi 3 csoportot érinti: + Az {svn-src-head} listán láthatjuk az a forráskód egyes változtatásaihoz tartozó naplóbejegyzéseket, a hozzájuk tartozó esetleges mellékhatások ismertetésével együtt. + -A listákra vagy a {mailman-lists-url} oldalon található többi lista valamelyikére úgy tudunk feliratkozni, ha rákattintunk a nevére. A további lépésekrõl ezt követõen itt kapunk értesítést. Amennyiben a teljes forrásfa változásai érdekelnek minket, javasoljuk az {svn-src-all} lista olvasását. +A listákra vagy a {mailing-lists-url} oldalon található többi lista valamelyikére úgy tudunk feliratkozni, ha rákattintunk a nevére. A további lépésekrõl ezt követõen itt kapunk értesítést. Amennyiben a teljes forrásfa változásai érdekelnek minket, javasoljuk az {svn-src-all} lista olvasását. . A crossref:mirrors[mirrors,tükrözések] egyikérõl töltsük le a FreeBSD forrását. Erre két mód is kínálkozik: .. Használjuk a crossref:mirrors[cvsup,cvsup] programot a [.filename]#/usr/shared/examples/cvsup# könyvtárban található [.filename]#standard-supfile# állománnyal. Ez a leginkább ajánlott módszer, hiszen így csak egyszer kell letölteni az egész gyûjteményt, majd ezután már csak a változásokat. Sokan a `cvsup` parancsot a `cron` parancson keresztül adják ki, és ezzel mindig automatikusan frissítik a forrásaikat. A crossref:mirrors[cvsup,cvsup] mûködését a fentebb említett minta [.filename]#supfile# állomány megfelelõ módosításával tudjuk a saját környezetünkhöz igazítani. + @@ -744,7 +744,7 @@ Ha ehhez nem rendelkezünk elegendõ erõforrással, akkor egyszerûen használj + Iratkozzunk fel a követni kívánt ághoz tartozó SVN levelezési listára. Például ha a 7-STABLE ág változásait követjük, akkor az link:{svn-src-stable-7-url}[svn-src-stable-7] listára érdemes feliratkoznunk. Ennek segítségével elolvashatjuk az egyes változtatásokhoz tartozó naplóbejegyzéseket, a rájuk vonatkozó esetleges mellékhatások ismertetésével együtt. + -Ezekre, valamint a {mailman-lists-url} címen elérhetõ listák valamelyikére úgy tudunk feliratkozni, ha a nevükre kattintunk. A további teendõk ezután itt jelennek meg. +Ezekre, valamint a {mailing-lists-url} címen elérhetõ listák valamelyikére úgy tudunk feliratkozni, ha a nevükre kattintunk. A további teendõk ezután itt jelennek meg. . Amennyiben egy új rendszert akarunk telepíteni és a FreeBSD-STABLE havonta készült pillanatképeit akarjuk rajta futtatni, akkor errõl bõvebb felvilágosítást a link:https://www.FreeBSD.org/snapshots/[Pillanatképek] honlapján találhatunk (angolul). Emellett a legfrissebb FreeBSD-STABLE kiadást telepíthetjük a crossref:mirrors[mirrors,tükrözések] valamelyikérõl is, majd innen a lentebb található utasítások szerint tudunk hozzáférni a FreeBSD-STABLE forráskódjának legfrissebb változatához. + Ha már fut a gépünkön a FreeBSD egy korábbi kiadása, és ezt akarjuk forráson keresztül frissíteni, akkor ezt a FreeBSD crossref:mirrors[mirrors,tükrözéseivel] könnyedén megtehetjük. Két módon is: diff --git a/documentation/content/hu/books/handbook/eresources/_index.adoc b/documentation/content/hu/books/handbook/eresources/_index.adoc index f525b82229..a94005547b 100644 --- a/documentation/content/hu/books/handbook/eresources/_index.adoc +++ b/documentation/content/hu/books/handbook/eresources/_index.adoc @@ -455,7 +455,7 @@ _CVS és SVN listák:_ (CVS SVN lists) A következõ listák a forrásfa külön [[eresources-subscribe]] === Hogyan iratkozzunk fel -Ha fel akarunk iratkozni valamelyik listára, kattintsunk a nevére, vagy menjünk a {mailman-lists-url} címre és a válasszuk ki onnan a keresett listát. A lista oldalán megtalálunk minden feliratkozással kapcsolatos utasítást. +Ha fel akarunk iratkozni valamelyik listára, kattintsunk a nevére, vagy menjünk a {mailing-lists-url} címre és a válasszuk ki onnan a keresett listát. A lista oldalán megtalálunk minden feliratkozással kapcsolatos utasítást. Ténylegesen úgy tudunk üzenni egy listára, ha levelet küldünk az mailto:listanév@FreeBSD.org[listanév@FreeBSD.org] címre, amely ezután a lista tagjai között kézbesítésre kerül a világban. diff --git a/documentation/content/hu/books/handbook/jails/_index.adoc b/documentation/content/hu/books/handbook/jails/_index.adoc index d0ea971402..cbe49c9e5c 100644 --- a/documentation/content/hu/books/handbook/jails/_index.adoc +++ b/documentation/content/hu/books/handbook/jails/_index.adoc @@ -59,7 +59,7 @@ A fejezet elolvasása során megismerjük: A jail alrendszerrõl még több hasznos információt a következõ helyekrõl tudhatunk meg: * A man:jail[8] man oldal. Ez tartalmazza a `jail` segédprogram teljes referenciáját - ez az a karbantartásra használható eszköz, amellyel el tudjuk indítani, le tudjuk állítani és vezérelni tudjuk a jaileket a FreeBSD-ben. -* A levelezési listák és azok archívumai. A {freebsd-questions} archívuma és a {mailman-lists}en található többi levelezési lista rengeteg olvasnivalót tartogat a jailekkel kapcsolatban. Mindig érdemes keresni ezekben az archívumokban, vagy beküldeni a kérdésünket a link:{freebsd-questions-url}[freebsd-questions] levelezési listára. +* A levelezési listák és azok archívumai. A {freebsd-questions} archívuma és a {mailing-lists}en található többi levelezési lista rengeteg olvasnivalót tartogat a jailekkel kapcsolatban. Mindig érdemes keresni ezekben az archívumokban, vagy beküldeni a kérdésünket a link:{freebsd-questions-url}[freebsd-questions] levelezési listára. [[jails-terms]] == A jail alrendszerhez kapcsolódó fogalmak diff --git a/documentation/content/hu/books/handbook/mirrors/_index.adoc b/documentation/content/hu/books/handbook/mirrors/_index.adoc index 474fd6df33..08d8bf94df 100644 --- a/documentation/content/hu/books/handbook/mirrors/_index.adoc +++ b/documentation/content/hu/books/handbook/mirrors/_index.adoc @@ -648,7 +648,7 @@ FTP-n keresztül lépjünk be a könyvtárba, töltsük le a [.filename]#README# Ha viszont e-mailen keresztül akarjuk megszerezni a deltákat: -Iratkozzunk fel a CTM terjesztési listáinak egyikére. A link:{ctm-cvs-cur-url}[ctm-cvs-cur-desc] lista az egész CVS-fát, míg a link:{ctm-src-cur-url}[ctm-src-cur-desc] a fõ fejlesztési ágat teszi elérhetõvé. A {ctm-src-4} a 4.X kiadásaihoz ágakat tartalmazza, és így tovább. (Ha nem tudjuk, hogyan kell feliratkozni egy levelezési listára, akkor kattintsunk a lista nevére vagy kövessük a {mailman-lists-url} linket, majd kattintsunk arra a listára, ahova fel akarunk iratkozni. Ezen az oldalon az összes, a feliratkozáshoz nélkülözhetetlen információnak szerepelnie kell.) +Iratkozzunk fel a CTM terjesztési listáinak egyikére. A link:{ctm-cvs-cur-url}[ctm-cvs-cur-desc] lista az egész CVS-fát, míg a link:{ctm-src-cur-url}[ctm-src-cur-desc] a fõ fejlesztési ágat teszi elérhetõvé. A {ctm-src-4} a 4.X kiadásaihoz ágakat tartalmazza, és így tovább. (Ha nem tudjuk, hogyan kell feliratkozni egy levelezési listára, akkor kattintsunk a lista nevére vagy kövessük a {mailing-lists-url} linket, majd kattintsunk arra a listára, ahova fel akarunk iratkozni. Ezen az oldalon az összes, a feliratkozáshoz nélkülözhetetlen információnak szerepelnie kell.) Miután elkezdenek megérkezni a CTM-frissítéseket tartalmazó levelek, a tartalmukat a `ctm_rmail` programmal tudjuk kicsomagolni és felhasználni. Az [.filename]#/etc/aliases# állományba akár közvetlenül is beírhatjuk a `ctm_rmail` programot, és ezzel a önállósítani tudjuk a levélben érkezõ frissítések feldolgozását. A `ctm_rmail` man oldalán olvashatjuk ennek részleteit. diff --git a/documentation/content/it/books/handbook/eresources/_index.adoc b/documentation/content/it/books/handbook/eresources/_index.adoc index 13ac19e02f..f35a96956d 100644 --- a/documentation/content/it/books/handbook/eresources/_index.adoc +++ b/documentation/content/it/books/handbook/eresources/_index.adoc @@ -378,7 +378,7 @@ _Liste CVS:_ Le liste seguenti sono per le persone interessate a vedere i messag [[eresources-subscribe]] === Come iscriversi -Per iscriverti ad una lista, clicca sul nome della lista qui sopra o vai su {mailman-lists-url} e clicca sulla lista a cui sei interessato. La pagina delle liste dovrebbe contenere tutte le informazioni necessarie all'iscrizione. +Per iscriverti ad una lista, clicca sul nome della lista qui sopra o vai su {mailing-lists-url} e clicca sulla lista a cui sei interessato. La pagina delle liste dovrebbe contenere tutte le informazioni necessarie all'iscrizione. Per mandare un messaggio ad una lista basta inviare una mail a mailto:listname@FreeBSD.org[listname@FreeBSD.org]. Sarà poi redisribuita a tutti i membri della lista. diff --git a/documentation/content/it/books/handbook/jails/_index.adoc b/documentation/content/it/books/handbook/jails/_index.adoc index 2e41775cde..907d81d112 100644 --- a/documentation/content/it/books/handbook/jails/_index.adoc +++ b/documentation/content/it/books/handbook/jails/_index.adoc @@ -58,7 +58,7 @@ Dopo aver letto questo capitolo, saprai: Altre fonti di informazioni utili a proposito delle jail sono: * La pagina man man:jail[8]. Questo è un riferimento completo dell'utility `jail` - il tool di amministrazione che può essere usato in FreeBSD per avviare, fermare e controllare le jail in FreeBSD. -* Le mailing list ed i loro archivi. Gli archivi della {freebsd-questions} ed altre mailing list ospitate sul {mailman-lists} contengono già una varietà di materiale per le jail. Si dovrebbe sempre cercare negli archivi, o inviare una nuova domanda alla mailing list link:{freebsd-questions-url}[freebsd-questions]. +* Le mailing list ed i loro archivi. Gli archivi della {freebsd-questions} ed altre mailing list ospitate sul {mailing-lists} contengono già una varietà di materiale per le jail. Si dovrebbe sempre cercare negli archivi, o inviare una nuova domanda alla mailing list link:{freebsd-questions-url}[freebsd-questions]. [[jails-terms]] == Termini Relativi alle Jail diff --git a/documentation/content/it/books/handbook/mirrors/_index.adoc b/documentation/content/it/books/handbook/mirrors/_index.adoc index 1dd1bdb2a8..b1bcc823f1 100644 --- a/documentation/content/it/books/handbook/mirrors/_index.adoc +++ b/documentation/content/it/books/handbook/mirrors/_index.adoc @@ -657,7 +657,7 @@ Entra via FTP nella directory giusta e, da lì, inizia col trasferire il file [. Se invece desideri ricevere le delta per email: -Iscriviti ad una delle liste di distribuzione di CTM. link:{ctm-cvs-cur-url}[ctm-cvs-cur-desc] supporta l'interno albero CVS. link:{ctm-src-cur-url}[ctm-src-cur-desc] supporta il ramo di sviluppo current. {ctm-src-4} supporta il ramo della release 4.X, ecc. (Se non sai come iscriverti a una lista, clicca sul nome della lista o raggiungi la pagina {mailman-lists-url} e clicca sulla lista a cui ti vuoi iscrivere. La pagina della lista dovrebbe contenere tutte le informazioni necessarie per l'iscrizione.) +Iscriviti ad una delle liste di distribuzione di CTM. link:{ctm-cvs-cur-url}[ctm-cvs-cur-desc] supporta l'interno albero CVS. link:{ctm-src-cur-url}[ctm-src-cur-desc] supporta il ramo di sviluppo current. {ctm-src-4} supporta il ramo della release 4.X, ecc. (Se non sai come iscriverti a una lista, clicca sul nome della lista o raggiungi la pagina {mailing-lists-url} e clicca sulla lista a cui ti vuoi iscrivere. La pagina della lista dovrebbe contenere tutte le informazioni necessarie per l'iscrizione.) Quando inizierai a ricevere gli aggiornamenti CTM via email, puoi usare il programma `ctm_rmail` per scompattarli e per applicarli. In realtà, se vuoi avere un processo completamente automatizzato, puoi usare il programma `ctm_rmail` direttamente in un elemento di [.filename]#/etc/aliases#. Esamina la pagina man di `ctm_rmail` per maggiori dettagli. diff --git a/documentation/content/ja/books/handbook/cutting-edge/_index.adoc b/documentation/content/ja/books/handbook/cutting-edge/_index.adoc index 18f77315e1..8d924451d4 100644 --- a/documentation/content/ja/books/handbook/cutting-edge/_index.adoc +++ b/documentation/content/ja/books/handbook/cutting-edge/_index.adoc @@ -554,7 +554,7 @@ FreeBSD-CURRENT を追いかけるには {dev-commits-src-main} メーリングリストでは、それぞれの変更についての commit ログが記録されています。 また、それに関して起こり得る副作用の情報を得ることができますので、参加する価値のあるメーリングリストです。 + -これらのメーリングリストに入るには、 {mailman-lists} をたどって参加したいメーリングリストをクリックし、手順の説明にしたがってください。 +これらのメーリングリストに入るには、 {mailing-lists} をたどって参加したいメーリングリストをクリックし、手順の説明にしたがってください。 FreeBSD-CURRENT だけでなく、ソースツリー全体の変更点を追いかけるのであれば、 {dev-commits-src-all} メーリングリストを購読してください。 . FreeBSD-CURRENT のソースを同期してください。 通常は `git` を使って FreeBSD Git リポジトリの `main` ブランチから -CURRENT コードをチェックアウトしてください (crossref:mirrors[git,「Git を使う」] を参照してください)。 @@ -590,7 +590,7 @@ FreeBSD-STABLE を追いかけるには たとえば、{betarel-current-major}-STABLE ブランチを追いかけているユーザは {dev-commits-src-branches} メーリングリストに参加してください。 このリストでは、変更がなされるごとに作成される commit log やそれに伴う起こりうる副作用についての情報が記録されています。 + -これらのメーリングリストに入るには、 {mailman-lists} をたどって参加したいメーリングリストをクリックし、手順の説明にしたがってください。 +これらのメーリングリストに入るには、 {mailing-lists} をたどって参加したいメーリングリストをクリックし、手順の説明にしたがってください。 ソースツリー全体の変更点を追いかけるには、 {dev-commits-src-all} メーリングリストを購読してください。 . 新しい FreeBSD-STABLE システムをインストールするには、 crossref:mirrors[mirrors,ミラーサイト] から最近の FreeBSD-STABLE リリースをインストールするか、毎月公開されている FreeBSD-STABLE からビルドされたスナップショットを使ってください。 スナップショットの詳細については、link:https://www.FreeBSD.org/ja/snapshots/[www.freebsd.org/ja/snapshots] をご覧ください。 diff --git a/documentation/content/ja/books/handbook/eresources/_index.adoc b/documentation/content/ja/books/handbook/eresources/_index.adoc index f7fd863d59..385ce15ee1 100644 --- a/documentation/content/ja/books/handbook/eresources/_index.adoc +++ b/documentation/content/ja/books/handbook/eresources/_index.adoc @@ -573,7 +573,7 @@ SVN から Git への移行後は、以下のメーリングリストには、 [[eresources-subscribe]] === 参加方法 -メーリングリストに参加するには、{mailman-lists-url} で、 希望のメーリングリストをクリックしてください。 表示されるページには、 各メーリングリストに登録するために必要な手順が書かれています。 +メーリングリストに参加するには、{mailing-lists-url} で、 希望のメーリングリストをクリックしてください。 表示されるページには、 各メーリングリストに登録するために必要な手順が書かれています。 メーリングリストにメールを送るには、 mailto:listname@FreeBSD.org[listname@FreeBSD.org] にメールを送ってください。すると、 メーリングリストに登録されている世界中のメンバに再配布されます。 diff --git a/documentation/content/mn/books/handbook/cutting-edge/_index.adoc b/documentation/content/mn/books/handbook/cutting-edge/_index.adoc index d2033dd800..9b0537506f 100644 --- a/documentation/content/mn/books/handbook/cutting-edge/_index.adoc +++ b/documentation/content/mn/books/handbook/cutting-edge/_index.adoc @@ -667,7 +667,7 @@ FreeBSD-CURRENT нь үндсэн 3 сонирхлын бүлэгт зориул + {svn-src-head} жагсаалт нь кодонд оруулсан өөрчлөлт бүрийн бүртгэл оруулгыг болзошгүй сөрөг нөлөөнүүдийн талаар тохирсон мэдээллийн хамтаар танд харах боломжийг олгодог. + -Эдгээр жагсаалтууд эсвэл байгаа бусдын аль нэгэнд элсэхийн тулд {mailman-lists-url} хаяг уруу орж элсэхийг хүссэн жагсаалтаа сонгоорой. Дарааллын үлдсэн зааврууд тэнд байгаа болно. Хэрэв та бүх л эх модон дахь өөрчлөлтийг дагах сонирхолтой байгаа бол {svn-src-all} жагсаалтад бүртгүүлэхийг бид зөвлөж байна. +Эдгээр жагсаалтууд эсвэл байгаа бусдын аль нэгэнд элсэхийн тулд {mailing-lists-url} хаяг уруу орж элсэхийг хүссэн жагсаалтаа сонгоорой. Дарааллын үлдсэн зааврууд тэнд байгаа болно. Хэрэв та бүх л эх модон дахь өөрчлөлтийг дагах сонирхолтой байгаа бол {svn-src-all} жагсаалтад бүртгүүлэхийг бид зөвлөж байна. . FreeBSD-ийн crossref:mirrors[mirrors,толин тусгал]аас эхийг авна. Та үүнийг гурван аргаар хийж болно: .. Хүссэн хөгжүүлэлт эсвэл салбар хувилбарыг татаж авахдаа crossref:mirrors[svn,svn] програмыг ашиглах хэрэгтэй. Энэ аргыг FreeBSD-н хөгжүүлэлтэд хандахад зөвлөдөг. -CURRENT суурь системийн Subversion татаж авах үндсэн URL нь `http://svn.freebsd.org/base/head/` бөгөөд репозиторын хэмжээ их тул зөвхөн хүссэн дэд модоо татаж авахыг зөвлөдөг. .. [.filename]#/usr/shared/examples/cvsup# санд байх [.filename]#standard-supfile# гэж нэрлэгдсэн [.filename]#supfile#-тай цуг crossref:mirrors[cvsup,cvsup] програм ашигла. Та дээр дурдсан жишээ [.filename]#supfile#-г өөрчлөн crossref:mirrors[cvsup,cvsup]-г өөрийн орчны хувьд тохируулах хэрэгтэй. @@ -729,7 +729,7 @@ FreeBSD-STABLE нь үндсэн хувилбарууд гардаг бидни + Өөрийн дагаж байгаа салбарын тохирох SVN жагсаалтад элсэн орох хэрэгтэй. Жишээ нь хэрэв та 9-STABLE салбарыг дагаж байгаа бол {svn-src-stable-9} жагсаалтад элсэн ороорой. Энэ нь кодонд оруулсан өөрчлөлт бүрийн бүртгэл оруулгыг болзошгүй сөрөг нөлөөнүүдийн талаар тохирсон мэдээллийн хамтаар танд харах боломжийг олгодог. + -Эдгээр жагсаалтууд эсвэл байгаа бусдын аль нэгэнд элсэхийн тулд {mailman-lists-url} хаяг уруу орж элсэхийг хүссэн жагсаалтаа сонгоорой. Дарааллын үлдсэн зааврууд тэнд байгаа болно. Хэрэв та бүх л эх модон дахь өөрчлөлтийг дагах сонирхолтой байгаа бол {svn-src-all} жагсаалтад бүртгүүлэхийг бид зөвлөж байна. +Эдгээр жагсаалтууд эсвэл байгаа бусдын аль нэгэнд элсэхийн тулд {mailing-lists-url} хаяг уруу орж элсэхийг хүссэн жагсаалтаа сонгоорой. Дарааллын үлдсэн зааврууд тэнд байгаа болно. Хэрэв та бүх л эх модон дахь өөрчлөлтийг дагах сонирхолтой байгаа бол {svn-src-all} жагсаалтад бүртгүүлэхийг бид зөвлөж байна. . Хэрэв та шинэ систем суулгаж FreeBSD-STABLE-ээс бүтээсэн сар бүрийн хормын агшны хувилбарыг түүн дээр ажиллуулахыг хүсэж байгаа бол дэлгэрэнгүй мэдээллийн талаар link:https://www.FreeBSD.org/snapshots/[Хормын агшны хувилбарууд] вэб хуудаснаас шалгана уу. Үүнээс гадна хамгийн сүүлийн үеийн FreeBSD-STABLE хувилбарыг crossref:mirrors[mirrors,толин тусгалын хаягууд]аас татан авч суулгах боломжтой бөгөөд доор дурдсан заавруудыг дагаж өөрийн системийг хамгийн сүүлийн үеийн FreeBSD-STABLE эх код уруу шинэчилж болох юм. + Хэрэв та FreeBSD-ийн урдны хувилбар аль хэдийн ажиллуулж байгаа бөгөөд эхээс шинэчлэхийг хүсэж байгаа бол FreeBSD-ийн crossref:mirrors[mirrors,толин тусгал хуудас]аас хялбараар хийж болно. Үүнийг гурван аргаар хийж болно: diff --git a/documentation/content/mn/books/handbook/eresources/_index.adoc b/documentation/content/mn/books/handbook/eresources/_index.adoc index d93177a044..8db29ae913 100644 --- a/documentation/content/mn/books/handbook/eresources/_index.adoc +++ b/documentation/content/mn/books/handbook/eresources/_index.adoc @@ -464,7 +464,7 @@ _SVN жагсаалтууд:_ Дараах жагсаалтууд нь эх мо [[eresources-subscribe]] === Хэрхэн бүртгүүлэх вэ -Жагсаалтанд бүртгүүлэхийн тулд дээр байгаа жагсаалтын нэрэн дээр дарах юм уу эсвэл {mailman-lists-url} руу очоод сонирхож байгаа жагсаалт дээрээ дарах хэрэгтэй. Жагсаалтын хуудас бүртгүүлэхэд хэрэгтэй бүх заавруудыг агуулсан байх ёстой. +Жагсаалтанд бүртгүүлэхийн тулд дээр байгаа жагсаалтын нэрэн дээр дарах юм уу эсвэл {mailing-lists-url} руу очоод сонирхож байгаа жагсаалт дээрээ дарах хэрэгтэй. Жагсаалтын хуудас бүртгүүлэхэд хэрэгтэй бүх заавруудыг агуулсан байх ёстой. Өгөгдсөн жагсаалт уруу илгээхийн тулд ердөө л mailto:жагсаалтын_нэр@FreeBSD.org[жагсаалтын_нэр@FreeBSD.org] хаяг уруу захидал илгээнэ. Дараа нь захидлын жагсаалтын дэлхий даяарх гишүүдэд тараагдах болно. diff --git a/documentation/content/mn/books/handbook/jails/_index.adoc b/documentation/content/mn/books/handbook/jails/_index.adoc index 7185b3eceb..ca5d5081a2 100644 --- a/documentation/content/mn/books/handbook/jails/_index.adoc +++ b/documentation/content/mn/books/handbook/jails/_index.adoc @@ -66,7 +66,7 @@ toc::[] Шоронгийн тухай ашигтай мэдээллийн өөр бусад эхүүдийг дурдвал: * man:jail[8] гарын авлагын хуудас. Энэ нь `jail` хэрэгслийн бүрэн гүйцэд авлага юм - `jail` нь FreeBSD дээр FreeBSD шоронгуудыг эхлүүлэх, зогсоох, болон хянахад ашиглагдаж болох удирдлагын хэрэгсэл юм. -* Захидлын жагсаалтууд болон тэдгээрийн архивууд. {freebsd-questions} болон бусад захидлын жагсаалтуудын архивууд нь {mailman-lists} дээр байрладаг бөгөөд шоронгуудын талаар маш баялаг материалуудыг агуулсан байдаг. Архивуудаас хайх юм уу эсвэл link:{freebsd-questions-url}[freebsd-questions] захидлын жагсаалт уруу шинэ асуултаа илгээх нь үргэлж сонирхолтой байдаг. +* Захидлын жагсаалтууд болон тэдгээрийн архивууд. {freebsd-questions} болон бусад захидлын жагсаалтуудын архивууд нь {mailing-lists} дээр байрладаг бөгөөд шоронгуудын талаар маш баялаг материалуудыг агуулсан байдаг. Архивуудаас хайх юм уу эсвэл link:{freebsd-questions-url}[freebsd-questions] захидлын жагсаалт уруу шинэ асуултаа илгээх нь үргэлж сонирхолтой байдаг. [[jails-terms]] == Шоронгуудтай холбоотой ойлголтууд diff --git a/documentation/content/mn/books/handbook/mirrors/_index.adoc b/documentation/content/mn/books/handbook/mirrors/_index.adoc index 7a421a9c7a..0b9ffb90b4 100644 --- a/documentation/content/mn/books/handbook/mirrors/_index.adoc +++ b/documentation/content/mn/books/handbook/mirrors/_index.adoc @@ -444,7 +444,7 @@ link:ftp://ftp.FreeBSD.org/pub/FreeBSD/CTM/[ftp://ftp.FreeBSD.org/pub/FreeBSD/CT Хэрэв та өөрийн дельтануудыг цахим захидлаар авахыг хүсэж байгаа бол: -CTM түгээлтийн жагсаалтуудын аль нэгэнд бүртгүүлэх хэрэгтэй. link:{ctm-cvs-cur-url}[ctm-cvs-cur-desc] нь бүхэл CVS модыг дэмждэг. link:{ctm-src-cur-url}[ctm-src-cur-desc] нь хөгжүүлэлтийн салбарын толгойг дэмждэг. link:{ctm-src-9-url}[ctm-src-9-desc] нь 9.X хувилбарыг дэмждэг, гэх мэт. (Хэрэв та өөрийгөө жагсаалтад хэрхэн бүртгүүлэхийг мэдэхгүй байгаа бол дээрх жагсаалтын нэрэн дээр дарах юм уу эсвэл {mailman-lists-url} уруу очоод өөрийн хүсэж байгаа жагсаалтан дээрээ дарах хэрэгтэй. Бүртгэхэд шаардлагатай бүгдийг жагсаалтын хуудас агуулсан байх ёстой.) +CTM түгээлтийн жагсаалтуудын аль нэгэнд бүртгүүлэх хэрэгтэй. link:{ctm-cvs-cur-url}[ctm-cvs-cur-desc] нь бүхэл CVS модыг дэмждэг. link:{ctm-src-cur-url}[ctm-src-cur-desc] нь хөгжүүлэлтийн салбарын толгойг дэмждэг. link:{ctm-src-9-url}[ctm-src-9-desc] нь 9.X хувилбарыг дэмждэг, гэх мэт. (Хэрэв та өөрийгөө жагсаалтад хэрхэн бүртгүүлэхийг мэдэхгүй байгаа бол дээрх жагсаалтын нэрэн дээр дарах юм уу эсвэл {mailing-lists-url} уруу очоод өөрийн хүсэж байгаа жагсаалтан дээрээ дарах хэрэгтэй. Бүртгэхэд шаардлагатай бүгдийг жагсаалтын хуудас агуулсан байх ёстой.) Өөрийн CTM шинэчлэлтүүдийг хүлээн авч эхлэхдээ та тэдгээрийг задалж ашиглахдаа `ctm_rmail` тушаал ашиглаж болох юм. Хэрэв та процессийг бүрэн автомат загвараар ажилладаг байлгахыг хүсэж байгаа бол [.filename]#/etc/aliases# файл дахь оруулгаас `ctm_rmail` програмыг шууд ашиглаж болох юм. Илүү дэлгэрэнгүйг `ctm_rmail`-ийн гарын авлагын хуудаснаас шалгана уу. diff --git a/documentation/content/nl/books/handbook/cutting-edge/_index.adoc b/documentation/content/nl/books/handbook/cutting-edge/_index.adoc index d5ae41ac6d..55d48123f6 100644 --- a/documentation/content/nl/books/handbook/cutting-edge/_index.adoc +++ b/documentation/content/nl/books/handbook/cutting-edge/_index.adoc @@ -669,7 +669,7 @@ FreeBSD-CURRENT is beschikbaar voor drie primaire aandachtsgroepen: + De lijst {svn-src-head} biedt de mogelijkheid de wijzigingsboodschap te zien voor elke wijziging die gemaakt wordt, samen met relevante informatie over mogelijke bijwerkingen. + -Ga om op deze lijsten of één van de andere beschikbare lijsten te abonneren naar {mailman-lists-url} en klik op de gewenste lijst. Instructies over de rest van de procedure zijn daar beschikbaar. Als u geïnteresseerd bent in het volgen van veranderingen voor de gehele broncodeboom, raden wij u aan een abonnement te nemen op de lijst {svn-src-all}. +Ga om op deze lijsten of één van de andere beschikbare lijsten te abonneren naar {mailing-lists-url} en klik op de gewenste lijst. Instructies over de rest van de procedure zijn daar beschikbaar. Als u geïnteresseerd bent in het volgen van veranderingen voor de gehele broncodeboom, raden wij u aan een abonnement te nemen op de lijst {svn-src-all}. . Haal de broncode van een FreeBSD crossref:mirrors[mirrors,mirrorsite]. Dit kan op de volgende twee manieren: .. Gebruik het programma crossref:mirrors[cvsup,cvsup] met de [.filename]#supfile# genaamd [.filename]#standard-supfile# uit [.filename]#/usr/shared/examples/cvsup#. Dit is de geadviseerde methode, omdat de gehele collectie in één keer wordt binnengehaald en daarna alleen hetgeen wat gewijzigd is. Veel mensen draaien `cvsup` vanuit de `cron` en houden daarmee hun broncode automatisch bijgewerkt. De voorbeeld [.filename]#supfile# dient aangepast te worden om crossref:mirrors[cvsup,cvsup] in te stellen voor uw omgeving. + @@ -724,7 +724,7 @@ Als de mogelijkheden om dit te doen niet beschikbaar zijn, dan is het advies de + Wordt lid van de relevante SVN-lijst voor de tak die u volgt. Als u bijvoorbeeld de tak 7-STABLE volgt, wordt u lid van de link:{svn-src-stable-7-url}[svn-src-stable-7] lijst. Dit stelt u in staat om het commit-log-bericht te bekijken voor elke verandering die is gemaakt, tezamen met relevante informatie over mogelijke bijwerkingen. + -Ga om te abonneren op deze lijsten, of één van de andere beschikbare lijsten naar {mailman-lists-url} en klik op de lijst waarop een abonnement gewenst is. Instructies over de rest van de procedure zijn daar beschikbaar. Als u geïnteresseerd bent in het volgen van veranderingen voor de gehele broncodeboom, raden wij u aan een abonnement te nemen op de {svn-src-all} lijst. +Ga om te abonneren op deze lijsten, of één van de andere beschikbare lijsten naar {mailing-lists-url} en klik op de lijst waarop een abonnement gewenst is. Instructies over de rest van de procedure zijn daar beschikbaar. Als u geïnteresseerd bent in het volgen van veranderingen voor de gehele broncodeboom, raden wij u aan een abonnement te nemen op de {svn-src-all} lijst. . Kijk op de webpagina link:https://www.FreeBSD.org/snapshots/[Snapshots] om een systeem te installeren van een maandelijkse snapshot van FreeBSD-STABLE. Het is ook mogelijk om de meest recente FreeBSD-STABLE release te installeren van de crossref:mirrors[mirrors,mirrorsites]. Volg de onderstaande instructies om een systeem bij te werken naar de meest recente FreeBSD-STABLE broncode. + Als al een vorige release van FreeBSD draait en bijgewerkt moet worden via de broncodes dan kan dat via de FreeBSD crossref:mirrors[mirrors,mirrorsites]. Dit kan op één van de twee volgende manieren: diff --git a/documentation/content/nl/books/handbook/eresources/_index.adoc b/documentation/content/nl/books/handbook/eresources/_index.adoc index 8d40f019db..2ea4039a47 100644 --- a/documentation/content/nl/books/handbook/eresources/_index.adoc +++ b/documentation/content/nl/books/handbook/eresources/_index.adoc @@ -473,7 +473,7 @@ _SVN-lijsten:_ De volgende lijsten zijn voor mensen met interesse in het zien va [[eresources-subscribe]] === Hoe abonneren -Om te abonneren op een lijst kan geklikt worden op de naam van de lijst hierboven of kan op {mailman-lists-url} geklikt worden op de lijst waarin interesse bestaat. De pagina waarop de lijsten staan beschreven bevat alle informatie die nodig is om te abonneren. +Om te abonneren op een lijst kan geklikt worden op de naam van de lijst hierboven of kan op {mailing-lists-url} geklikt worden op de lijst waarin interesse bestaat. De pagina waarop de lijsten staan beschreven bevat alle informatie die nodig is om te abonneren. Om te posten op een lijst kan een email gestuurd worden naar mailto:lijstnaam@FreeBSD.org[lijstnaam@FreeBSD.org]. Daarna wordt die doorgestuurd aan leden van de lijst in de hele wereld. diff --git a/documentation/content/nl/books/handbook/jails/_index.adoc b/documentation/content/nl/books/handbook/jails/_index.adoc index 0ce5e0e0db..9296e90a12 100644 --- a/documentation/content/nl/books/handbook/jails/_index.adoc +++ b/documentation/content/nl/books/handbook/jails/_index.adoc @@ -66,7 +66,7 @@ Na het lezen van dit hoofdstuk weet de lezer: Andere bronnen met nuttige informatie over jails zijn: * De man:jail[8] handleiding. Hier kan de volledige referentie gevonden worden van het `jail` commando - de administratieve tool die in FreeBSD gebruikt kan worden om FreeBSD jails mee te beheren, te starten en te stoppen. -* De mailinglijsten en de archieven hiervan. De archieven van de {freebsd-questions} en andere mailing lijsten die gehost worden door de {mailman-lists} bevatten reeds een rijke bron van informatie over jails. Het zou altijd aantrekkelijk moeten zijn om informatie in de archieven te zoeken, of een nieuwe vraag stellen aan de link:{freebsd-questions-url}[freebsd-questions] mailinglijst. +* De mailinglijsten en de archieven hiervan. De archieven van de {freebsd-questions} en andere mailing lijsten die gehost worden door de {mailing-lists} bevatten reeds een rijke bron van informatie over jails. Het zou altijd aantrekkelijk moeten zijn om informatie in de archieven te zoeken, of een nieuwe vraag stellen aan de link:{freebsd-questions-url}[freebsd-questions] mailinglijst. [[jails-terms]] == Termen en begrippen van jails diff --git a/documentation/content/nl/books/handbook/mirrors/_index.adoc b/documentation/content/nl/books/handbook/mirrors/_index.adoc index 27e6eced71..a2a72cedfa 100644 --- a/documentation/content/nl/books/handbook/mirrors/_index.adoc +++ b/documentation/content/nl/books/handbook/mirrors/_index.adoc @@ -666,7 +666,7 @@ FTP de relevante map en download het bestand [.filename]#README# vanaf daar. Voor delta's via e-mail: -Er dient een abonnement genomen te worden op een van de CTM distributielijsten. link:{ctm-src-cur-url}[ctm-src-cur-desc] ondersteunt de complete Subversion structuur. link:{ctm-src-cur-url}[ctm-src-cur-desc] ondersteunt het hoofd van de ontwikkeltak. link:{ctm-src-9-url}[ctm-src-9-desc] ondersteunt de 9.X release tak, enzovoort. Om te abonneren kan geklikt worden op de bovenstaande links of via {mailman-lists-url} kan in een lijst geklikt worden op de lijst waarvoor een abonnement gewenst is. De lijstpagina bevat instructies over hoe te abonneren. +Er dient een abonnement genomen te worden op een van de CTM distributielijsten. link:{ctm-src-cur-url}[ctm-src-cur-desc] ondersteunt de complete Subversion structuur. link:{ctm-src-cur-url}[ctm-src-cur-desc] ondersteunt het hoofd van de ontwikkeltak. link:{ctm-src-9-url}[ctm-src-9-desc] ondersteunt de 9.X release tak, enzovoort. Om te abonneren kan geklikt worden op de bovenstaande links of via {mailing-lists-url} kan in een lijst geklikt worden op de lijst waarvoor een abonnement gewenst is. De lijstpagina bevat instructies over hoe te abonneren. Na het ontvangen van CTM updates per mail, kan `ctm_rmail` gebruikt worden voor het uitpakken en verwerken. `ctm_rmail` kan zelfs direct vanuit [.filename]#/etc/aliases# gebruikt worden om het proces volledig automatisch te laten verlopen. In de hulppagina van `ctm_rmail` staan meer details. diff --git a/documentation/content/pl/books/handbook/cutting-edge/_index.adoc b/documentation/content/pl/books/handbook/cutting-edge/_index.adoc index 678d686eea..efe2af8a14 100644 --- a/documentation/content/pl/books/handbook/cutting-edge/_index.adoc +++ b/documentation/content/pl/books/handbook/cutting-edge/_index.adoc @@ -556,7 +556,7 @@ To track FreeBSD-CURRENT: + The {svn-src-head} list records the commit log entry for each change as it is made, along with any pertinent information on possible side effects. + -To join these lists, go to {mailman-lists}, click on the list to subscribe to, and follow the instructions. In order to track changes to the whole source tree, not just the changes to FreeBSD-CURRENT, subscribe to the {svn-src-all}. +To join these lists, go to {mailing-lists}, click on the list to subscribe to, and follow the instructions. In order to track changes to the whole source tree, not just the changes to FreeBSD-CURRENT, subscribe to the {svn-src-all}. . Synchronize with the FreeBSD-CURRENT sources. Typically, <> is used to check out the -CURRENT code from the `head` branch of one of the Subversion mirror sites listed in crossref:mirrors[svn-mirrors,“Subversion Mirror Sites”]. . Due to the size of the repository, some users choose to only synchronize the sections of source that interest them or which they are contributing patches to. However, users that plan to compile the operating system from source must download _all_ of FreeBSD-CURRENT, not just selected portions. + @@ -578,7 +578,7 @@ To track FreeBSD-STABLE: + Join the relevant svn list for the branch being tracked. For example, users tracking the 9-STABLE branch should join the {svn-src-stable-9}. This list records the commit log entry for each change as it is made, along with any pertinent information on possible side effects. + -To join these lists, go to {mailman-lists}, click on the list to subscribe to, and follow the instructions. In order to track changes for the whole source tree, subscribe to {svn-src-all}. +To join these lists, go to {mailing-lists}, click on the list to subscribe to, and follow the instructions. In order to track changes for the whole source tree, subscribe to {svn-src-all}. . To install a new FreeBSD-STABLE system, install the most recent FreeBSD-STABLE release from the crossref:mirrors[mirrors,FreeBSD mirror sites] or use a monthly snapshot built from FreeBSD-STABLE. Refer to link:https://www.FreeBSD.org/snapshots/[www.freebsd.org/snapshots] for more information about snapshots. + To compile or upgrade to an existing FreeBSD system to FreeBSD-STABLE, use crossref:mirrors[svn,svn] to check out the source for the desired branch. Branch names, such as `stable/9`, are listed at link:https://www.FreeBSD.org/releng/[www.freebsd.org/releng]. diff --git a/documentation/content/pl/books/handbook/eresources/_index.adoc b/documentation/content/pl/books/handbook/eresources/_index.adoc index efc8aae875..5876a2c896 100644 --- a/documentation/content/pl/books/handbook/eresources/_index.adoc +++ b/documentation/content/pl/books/handbook/eresources/_index.adoc @@ -521,7 +521,7 @@ _SVN lists:_ The following lists are for people interested in seeing the log mes [[eresources-subscribe]] === How to Subscribe -To subscribe to a list, click the list name at {mailman-lists-url}. The page that is displayed should contain all of the necessary subscription instructions for that list. +To subscribe to a list, click the list name at {mailing-lists-url}. The page that is displayed should contain all of the necessary subscription instructions for that list. To actually post to a given list, send mail to mailto:listname@FreeBSD.org[listname@FreeBSD.org]. It will then be redistributed to mailing list members world-wide. diff --git a/documentation/content/ru/books/handbook/cutting-edge/_index.adoc b/documentation/content/ru/books/handbook/cutting-edge/_index.adoc index db62cec8c6..ed8e4b9dec 100644 --- a/documentation/content/ru/books/handbook/cutting-edge/_index.adoc +++ b/documentation/content/ru/books/handbook/cutting-edge/_index.adoc @@ -551,7 +551,7 @@ FreeBSD-CURRENT _не_ должна использоваться в качест + Список рассылки {svn-src-head} содержит записи из журнала коммитов по каждому изменению, а также сопутствующую информацию о возможных побочных эффектах. + -Чтобы подписаться на эти списки рассылки, перейдите по ссылке {mailman-lists-url}, щёлкните на нужном списке и следуйте дальнейшим инструкциям. Для того чтобы отслеживать изменения всего дерева исходных текстов, а не только FreeBSD-CURRENT, подпишитесь на {svn-src-all}. +Чтобы подписаться на эти списки рассылки, перейдите по ссылке {mailing-lists-url}, щёлкните на нужном списке и следуйте дальнейшим инструкциям. Для того чтобы отслеживать изменения всего дерева исходных текстов, а не только FreeBSD-CURRENT, подпишитесь на {svn-src-all}. . Загрузите исходные тексты FreeBSD-CURRENT. Обычно для этого используется crossref:mirrors[svn,svn], с помощью которого можно загрузить исходные тексты -CURRENT из ветки `head` с одного из зеркал Subversion, перечисленных в crossref:mirrors[svn-mirrors,Сайты зеркала Subversion]. + Пользователи с очень медленным или ограниченным подключением могут рассматривать использование CTM, который описывается в crossref:mirrors[ctm,Использование CTM], однако этот способ является менее надёжным по сравнению с рекомендуемым способом синхронизации исходных текстов посредством svn. @@ -575,7 +575,7 @@ FreeBSD-STABLE является веткой разработки, из кото + Подпишитесь на список рассылки svn, соответствующий используемой ветви. Например, при использовании 9-STABLE следует подписаться на {svn-src-stable-9}. Этот список рассылки содержит записи из журнала коммитов по каждому изменению, а также сопутствующую информацию о возможных побочных эффектах. + -Чтобы подписаться на эти списки рассылки, перейдите по ссылке {mailman-lists-url}, щёлкните на нужном списке, и следуйте дальнейшим инструкциям. Для того чтобы отслеживать изменения всего дерева исходных текстов, подпишитесь на {svn-src-all}. +Чтобы подписаться на эти списки рассылки, перейдите по ссылке {mailing-lists-url}, щёлкните на нужном списке, и следуйте дальнейшим инструкциям. Для того чтобы отслеживать изменения всего дерева исходных текстов, подпишитесь на {svn-src-all}. . Чтобы установить новую систему FreeBSD-STABLE, установите самый последний релиз FreeBSD-STABLE, загрузив его с crossref:mirrors[mirrors,зеркалирующих сайтов FreeBSD] или используйте ежемесячную стандартную сборку FreeBSD-STABLE. Обратитесь к link:https://www.FreeBSD.org/snapshots/[www.freebsd.org/snapshots] для получения дополнительной информации о снэпшотах. + Чтобы скомпилировать новую или обновить существующую систему FreeBSD до FreeBSD-STABLE, используйте crossref:mirrors[svn,svn] для загрузки исходных текстов нужной ветки. Имена веток вида `stable/9` перечислены на странице link:https://www.FreeBSD.org/releng/[www.freebsd.org/releng]. При отсутствии надёжного Интернет-соединения можно воспользоваться CTM (crossref:mirrors[ctm,Использование CTM]). diff --git a/documentation/content/ru/books/handbook/eresources/_index.adoc b/documentation/content/ru/books/handbook/eresources/_index.adoc index ab38313b46..e542e6e826 100644 --- a/documentation/content/ru/books/handbook/eresources/_index.adoc +++ b/documentation/content/ru/books/handbook/eresources/_index.adoc @@ -455,7 +455,7 @@ _CVS и SVN рассылки:_ Следующие рассылки предна [[eresources-subscribe]] === Как подписаться -Для подписки на рассылку, нажмите на название списка рассылки выше или воспользуйтесь ссылкой {mailman-lists-url} и нажмите на имя рассылки, которой вы заинтересовались. Страница списка рассылки содержит все необходимые инструкции по подписке. +Для подписки на рассылку, нажмите на название списка рассылки выше или воспользуйтесь ссылкой {mailing-lists-url} и нажмите на имя рассылки, которой вы заинтересовались. Страница списка рассылки содержит все необходимые инструкции по подписке. Для отправки сообщения в выбранный список рассылки, отправьте письмо в mailto:listname@FreeBSD.org[listname@FreeBSD.org]. Это письмо будет разослано участникам рассылки по всему миру. diff --git a/documentation/content/zh-cn/books/handbook/cutting-edge/_index.adoc b/documentation/content/zh-cn/books/handbook/cutting-edge/_index.adoc index 1d5090f28f..de0235edf3 100644 --- a/documentation/content/zh-cn/books/handbook/cutting-edge/_index.adoc +++ b/documentation/content/zh-cn/books/handbook/cutting-edge/_index.adoc @@ -690,7 +690,7 @@ FreeBSD-CURRENT 适合下边三种主要兴趣团体: + {svn-src-head} 列表允许您看到每个变化的提交记录, 因为这些记录与其它相关信息是同步的。 + -要加入这些列表,或其它可能的列表,请访问 {mailman-lists-url} ,并且点击您想订阅的列项。 关于其它步骤的说明那里有提供。 如果你有兴趣追踪整个原代码树的变更记录, 我们建议你订阅 {svn-src-all} 邮件列表。 +要加入这些列表,或其它可能的列表,请访问 {mailing-lists-url} ,并且点击您想订阅的列项。 关于其它步骤的说明那里有提供。 如果你有兴趣追踪整个原代码树的变更记录, 我们建议你订阅 {svn-src-all} 邮件列表。 . 从FreeBSD crossref:mirrors[mirrors,镜像站点] 获取源码。 您有两种方式选择: .. + @@ -747,7 +747,7 @@ FreeBSD-STABLE 是我们的发展分支,我们的主要发行版就由此而 + 加入相关的 SVN 列表来追踪你所关心的分支。比如,如果你在追踪 7-STABLE 分支,加入 link:{svn-src-stable-7-url}[svn-src-stable-7] 列表。 这样每次这个分支上有改动的时候就能让你看到提交记录, 还包括了修改可能引起的副作用之类的相关信息。 + -要加入这些列表或其他可用的,访问 {mailman-lists-url} 并点击您希望订阅的列表。关于其它步骤的说明可以在那里看到。 如果你有兴趣追踪整个原代码树的变更记录, 我们建议你订阅 {svn-src-all} 邮件列表。 +要加入这些列表或其他可用的,访问 {mailing-lists-url} 并点击您希望订阅的列表。关于其它步骤的说明可以在那里看到。 如果你有兴趣追踪整个原代码树的变更记录, 我们建议你订阅 {svn-src-all} 邮件列表。 . 如果您正安装一个新系统, 并希望它运行每月从 FreeBSD-STABLE 编译的快照, 请察看 link:https://www.FreeBSD.org/snapshots/[ Snapshots] 网页以了解更多信息。 另外, 也可以从 crossref:mirrors[mirrors,镜像站点] 安装最新的 FreeBSD-STABLE 发行版, 并按照其中的说明将系统更新到最新的 FreeBSD-STABLE 源代码。 + 如果您已经在运行较早的 FreeBSD 版本, 并希望通过源代码方式升级, 则可以通过 FreeBSD crossref:mirrors[mirrors,镜像站点] 来完成。 这可以通过两种方式来进行: diff --git a/documentation/content/zh-cn/books/handbook/eresources/_index.adoc b/documentation/content/zh-cn/books/handbook/eresources/_index.adoc index d8f7613122..def166d8dc 100644 --- a/documentation/content/zh-cn/books/handbook/eresources/_index.adoc +++ b/documentation/content/zh-cn/books/handbook/eresources/_index.adoc @@ -441,7 +441,7 @@ _CVS 和 SVN 列表:_ 以下的邮件是给对FreeBSD源代码的变更记录有 [[eresources-subscribe]] === 如何订阅 -订阅一个列表,点击上面的列表名字或到 {mailman-lists-url} 并点击进入您感兴趣的列表,这个列表的页面包含了所必需的订阅操作指南。 +订阅一个列表,点击上面的列表名字或到 {mailing-lists-url} 并点击进入您感兴趣的列表,这个列表的页面包含了所必需的订阅操作指南。 其实您只需发送邮件到 mailto:列表名@FreeBSD.org[列表名@FreeBSD.org]。 它将被再次转发到全世界的这个邮件列表的成员。 diff --git a/documentation/content/zh-cn/books/handbook/jails/_index.adoc b/documentation/content/zh-cn/books/handbook/jails/_index.adoc index 3fcd136ce6..d5ca770b56 100644 --- a/documentation/content/zh-cn/books/handbook/jails/_index.adoc +++ b/documentation/content/zh-cn/books/handbook/jails/_index.adoc @@ -59,7 +59,7 @@ toc::[] 其他一些能够为您提供关于 jail 的有用信息的地方还有: * man:jail[8] 联机手册。 这是关于 `jail` - 用于在 FreeBSD 中启动、 停止和控制 FreeBSD jails - 工具的完整说明书。 -* 邮件列表及其存档。 由 {mailman-lists} 提供的 {freebsd-questions} 和其他邮件列表的存档, 已经包含了一系列关于 jails 的有价值的信息。 通常搜索存档或询问 link:{freebsd-questions-url}[freebsd-questions] 邮件列表能够给您带来很多有用的信息。 +* 邮件列表及其存档。 由 {mailing-lists} 提供的 {freebsd-questions} 和其他邮件列表的存档, 已经包含了一系列关于 jails 的有价值的信息。 通常搜索存档或询问 link:{freebsd-questions-url}[freebsd-questions] 邮件列表能够给您带来很多有用的信息。 [[jails-terms]] == 与 Jail 相关的一些术语 diff --git a/documentation/content/zh-cn/books/handbook/mirrors/_index.adoc b/documentation/content/zh-cn/books/handbook/mirrors/_index.adoc index b5fc3f5939..8516dbc1c4 100644 --- a/documentation/content/zh-cn/books/handbook/mirrors/_index.adoc +++ b/documentation/content/zh-cn/books/handbook/mirrors/_index.adoc @@ -651,7 +651,7 @@ FTP 访问相关的目录并取得 [.filename]#README# 文件,从那里开始 如果您希望通过 email 得到您的 deltas: -订阅一个 CTM 分发列表。 link:{ctm-src-cur-url}[ctm-src-cur-desc] 支持最新的开发分支。 link:{ctm-src-7-url}[ctm-src-7-desc] 支持 7.X 发行分支, 等等。。(如果您不知道如何订阅邮件列表, 点击上面的列表名或者到 {mailman-lists-url} 点击您希望订阅的列表。 列表页包含了所有必要的订阅指导。) +订阅一个 CTM 分发列表。 link:{ctm-src-cur-url}[ctm-src-cur-desc] 支持最新的开发分支。 link:{ctm-src-7-url}[ctm-src-7-desc] 支持 7.X 发行分支, 等等。。(如果您不知道如何订阅邮件列表, 点击上面的列表名或者到 {mailing-lists-url} 点击您希望订阅的列表。 列表页包含了所有必要的订阅指导。) 当您开始接收到您邮件中的 CTM 升级时,您可以使用 `ctm_rmail` 程序来解压并应用它们。 事实上如果您想要让进程以全自动的形式运行的话,您可以通过在 [.filename]#/etc/aliases# 中设置直接使用 `ctm_rmail` 程序。 查看 `ctm_rmail` 手册页了解更多细节。 diff --git a/shared/da/mailing-lists.adoc b/shared/da/mailing-lists.adoc index 76e3bc8b8a..d7f240129e 100644 --- a/shared/da/mailing-lists.adoc +++ b/shared/da/mailing-lists.adoc @@ -3,9 +3,9 @@ // $FreeBSD$ // -:mailman-lists-desc: FreeBSD list server -:mailman-lists-url: https://lists.freebsd.org -:mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] +:mailing-lists-desc: FreeBSD list server +:mailing-lists-url: https://lists.freebsd.org +:mailing-lists: {mailing-lists-url}[{mailing-lists-desc}] :advocacy-desc: FreeBSD fremmelses mailing liste :advocacy-email: freebsd-advocacy@FreeBSD.org diff --git a/shared/de/mailing-lists.adoc b/shared/de/mailing-lists.adoc index 5ddfe949cb..79908c82ad 100644 --- a/shared/de/mailing-lists.adoc +++ b/shared/de/mailing-lists.adoc @@ -3,9 +3,9 @@ // $FreeBSD$ // -:mailman-lists-desc: FreeBSD list server -:mailman-lists-url: https://lists.freebsd.org -:mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] +:mailing-lists-desc: FreeBSD list server +:mailing-lists-url: https://lists.freebsd.org +:mailing-lists: {mailing-lists-url}[{mailing-lists-desc}] // Deutsche Mailinglisten :de-doc-desc: FreeBSD German Documentation Project diff --git a/shared/el/mailing-lists.adoc b/shared/el/mailing-lists.adoc index 44f59593b9..4fe6480877 100644 --- a/shared/el/mailing-lists.adoc +++ b/shared/el/mailing-lists.adoc @@ -7,9 +7,9 @@ // $FreeBSD$ // -:mailman-lists-desc: εξυπηρετητής για ηλεκτρονικές λίστες του FreeBSD -:mailman-lists-url: https://lists.freebsd.org -:mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] +:mailing-lists-desc: εξυπηρετητής για ηλεκτρονικές λίστες του FreeBSD +:mailing-lists-url: https://lists.freebsd.org +:mailing-lists: {mailing-lists-url}[{mailing-lists-desc}] :freebsd-acpi-desc: ηλεκτρονική λίστα για ACPI του FreeBSD :freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi diff --git a/shared/en/mailing-lists.adoc b/shared/en/mailing-lists.adoc index b7fb7cc40b..c730583949 100644 --- a/shared/en/mailing-lists.adoc +++ b/shared/en/mailing-lists.adoc @@ -3,9 +3,9 @@ // $FreeBSD$ // -:mailman-lists-desc: FreeBSD list server -:mailman-lists-url: https://lists.freebsd.org -:mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] +:mailing-lists-desc: FreeBSD list server +:mailing-lists-url: https://lists.freebsd.org +:mailing-lists: {mailing-lists-url}[{mailing-lists-desc}] :freebsd-acpi-desc: FreeBSD ACPI mailing list :freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi diff --git a/shared/es/mailing-lists.adoc b/shared/es/mailing-lists.adoc index 36dd5e30ec..1ba35958b9 100644 --- a/shared/es/mailing-lists.adoc +++ b/shared/es/mailing-lists.adoc @@ -4,9 +4,9 @@ // $FreeBSD$ // -:mailman-lists-desc: servidor de listas de FreeBSD -:mailman-lists-url: https://lists.freebsd.org -:mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] +:mailing-lists-desc: servidor de listas de FreeBSD +:mailing-lists-url: https://lists.freebsd.org +:mailing-lists: {mailing-lists-url}[{mailing-lists-desc}] :freebsd-acpi-desc: lista de correo sobre ACPI en FreeBSD :freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi diff --git a/shared/fr/mailing-lists.adoc b/shared/fr/mailing-lists.adoc index 406f951aae..0681ce875c 100644 --- a/shared/fr/mailing-lists.adoc +++ b/shared/fr/mailing-lists.adoc @@ -7,9 +7,9 @@ // $FreeBSD$ // -:mailman-lists-desc: serveur des listes de diffusion FreeBSD -:mailman-lists-url: https://lists.freebsd.org -:mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] +:mailing-lists-desc: serveur des listes de diffusion FreeBSD +:mailing-lists-url: https://lists.freebsd.org +:mailing-lists: {mailing-lists-url}[{mailing-lists-desc}] :freebsd-acpi-desc: liste de diffusion concernant ACPI sous FreeBSD :freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi diff --git a/shared/hu/mailing-lists.adoc b/shared/hu/mailing-lists.adoc index 8cd2b6686f..8cc6cc3d86 100644 --- a/shared/hu/mailing-lists.adoc +++ b/shared/hu/mailing-lists.adoc @@ -3,9 +3,9 @@ // $FreeBSD$ // -:mailman-lists-desc: FreeBSD lista szerver -:mailman-lists-url: https://lists.freebsd.org -:mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] +:mailing-lists-desc: FreeBSD lista szerver +:mailing-lists-url: https://lists.freebsd.org +:mailing-lists: {mailing-lists-url}[{mailing-lists-desc}] :freebsd-acpi-desc: FreeBSD ACPI levelezési lista :freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi diff --git a/shared/it/mailing-lists.adoc b/shared/it/mailing-lists.adoc index f6a88dbf22..f177a91d62 100644 --- a/shared/it/mailing-lists.adoc +++ b/shared/it/mailing-lists.adoc @@ -7,9 +7,9 @@ // $FreeBSD$ // -:mailman-lists-desc: server delle liste di FreeBSD -:mailman-lists-url: https://lists.freebsd.org -:mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] +:mailing-lists-desc: server delle liste di FreeBSD +:mailing-lists-url: https://lists.freebsd.org +:mailing-lists: {mailing-lists-url}[{mailing-lists-desc}] :freebsd-acpi-desc: mailing list su ACPI in FreeBSD :freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi diff --git a/shared/ja/mailing-lists.adoc b/shared/ja/mailing-lists.adoc index 6e03d15cc8..7d8ed64d15 100644 --- a/shared/ja/mailing-lists.adoc +++ b/shared/ja/mailing-lists.adoc @@ -6,9 +6,9 @@ // $FreeBSD$ // -:mailman-lists-desc: FreeBSD リストサーバ -:mailman-lists-url: https://lists.freebsd.org -:mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] +:mailing-lists-desc: FreeBSD リストサーバ +:mailing-lists-url: https://lists.freebsd.org +:mailing-lists: {mailing-lists-url}[{mailing-lists-desc}] :freebsd-acpi-desc: FreeBSD ACPI メーリングリスト :freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi diff --git a/shared/mn/mailing-lists.adoc b/shared/mn/mailing-lists.adoc index bc1b8a34a9..9189a3b0c3 100644 --- a/shared/mn/mailing-lists.adoc +++ b/shared/mn/mailing-lists.adoc @@ -6,9 +6,9 @@ // $FreeBSD$ // -:mailman-lists-desc: FreeBSD жагсаалтын сервер -:mailman-lists-url: https://lists.freebsd.org -:mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] +:mailing-lists-desc: FreeBSD жагсаалтын сервер +:mailing-lists-url: https://lists.freebsd.org +:mailing-lists: {mailing-lists-url}[{mailing-lists-desc}] :freebsd-acpi-desc: FreeBSD ACPI захидлын жагсаалт :freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi diff --git a/shared/nl/mailing-lists.adoc b/shared/nl/mailing-lists.adoc index d61aaff779..7ac289a6da 100644 --- a/shared/nl/mailing-lists.adoc +++ b/shared/nl/mailing-lists.adoc @@ -4,9 +4,9 @@ // $FreeBSD$ // -:mailman-lists-desc: FreeBSD nlijstserver -:mailman-lists-url: https://lists.freebsd.org -:mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] +:mailing-lists-desc: FreeBSD nlijstserver +:mailing-lists-url: https://lists.freebsd.org +:mailing-lists: {mailing-lists-url}[{mailing-lists-desc}] :freebsd-acpi-desc: FreeBSD ACPI mailinglijst :freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi diff --git a/shared/pl/mailing-lists.adoc b/shared/pl/mailing-lists.adoc index 1277f5572f..7094a5f453 100644 --- a/shared/pl/mailing-lists.adoc +++ b/shared/pl/mailing-lists.adoc @@ -3,9 +3,9 @@ // $FreeBSD$ // -:mailman-lists-desc: FreeBSD list server -:mailman-lists-url: https://lists.freebsd.org -:mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] +:mailing-lists-desc: FreeBSD list server +:mailing-lists-url: https://lists.freebsd.org +:mailing-lists: {mailing-lists-url}[{mailing-lists-desc}] :freebsd-acpi-desc: FreeBSD ACPI mailing list :freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi diff --git a/shared/pt-br/mailing-lists.adoc b/shared/pt-br/mailing-lists.adoc index 22aea515c8..b584d6129f 100644 --- a/shared/pt-br/mailing-lists.adoc +++ b/shared/pt-br/mailing-lists.adoc @@ -9,9 +9,9 @@ // $FreeBSD$ // -:mailman-lists-desc: servidor de listas do FreeBSD -:mailman-lists-url: https://lists.freebsd.org -:mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] +:mailing-lists-desc: servidor de listas do FreeBSD +:mailing-lists-url: https://lists.freebsd.org +:mailing-lists: {mailing-lists-url}[{mailing-lists-desc}] :freebsd-acpi-desc: lista de discussão sobre ACPI no FreeBSD :freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi diff --git a/shared/ru/mailing-lists.adoc b/shared/ru/mailing-lists.adoc index c18a74dd48..50828f8a32 100644 --- a/shared/ru/mailing-lists.adoc +++ b/shared/ru/mailing-lists.adoc @@ -6,9 +6,9 @@ // $FreeBSD$ // -:mailman-lists-desc: Сервер списков рассылки FreeBSD -:mailman-lists-url: https://lists.freebsd.org -:mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] +:mailing-lists-desc: Сервер списков рассылки FreeBSD +:mailing-lists-url: https://lists.freebsd.org +:mailing-lists: {mailing-lists-url}[{mailing-lists-desc}] :freebsd-acpi-desc: Список рассылки FreeBSD ACPI :freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi diff --git a/shared/tr/mailing-lists.adoc b/shared/tr/mailing-lists.adoc index 1c125ea9a2..7094a5f453 100644 --- a/shared/tr/mailing-lists.adoc +++ b/shared/tr/mailing-lists.adoc @@ -3,9 +3,9 @@ // $FreeBSD$ // -:mailman-lists-desc: FreeBSD list server -:mailman-lists-url: https://lists.freebsd.org -:mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] +:mailing-lists-desc: FreeBSD list server +:mailing-lists-url: https://lists.freebsd.org +:mailing-lists: {mailing-lists-url}[{mailing-lists-desc}] :freebsd-acpi-desc: FreeBSD ACPI mailing list :freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi diff --git a/shared/zh-cn/mailing-lists.adoc b/shared/zh-cn/mailing-lists.adoc index fea2a74dcb..72f0a080b5 100644 --- a/shared/zh-cn/mailing-lists.adoc +++ b/shared/zh-cn/mailing-lists.adoc @@ -5,9 +5,9 @@ // $FreeBSD$ // -:mailman-lists-desc: FreeBSD 邮件列表服务器 -:mailman-lists-url: https://lists.freebsd.org -:mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] +:mailing-lists-desc: FreeBSD 邮件列表服务器 +:mailing-lists-url: https://lists.freebsd.org +:mailing-lists: {mailing-lists-url}[{mailing-lists-desc}] :freebsd-acpi-desc: FreeBSD ACPI 邮件列表 :freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi diff --git a/shared/zh-tw/mailing-lists.adoc b/shared/zh-tw/mailing-lists.adoc index 7bad3ec4f0..b114e662ae 100644 --- a/shared/zh-tw/mailing-lists.adoc +++ b/shared/zh-tw/mailing-lists.adoc @@ -6,9 +6,9 @@ // $FreeBSD$ // -:mailman-lists-desc: FreeBSD list server -:mailman-lists-url: https://lists.freebsd.org -:mailman-lists: {mailman-lists-url}[{mailman-lists-desc}] +:mailing-lists-desc: FreeBSD list server +:mailing-lists-url: https://lists.freebsd.org +:mailing-lists: {mailing-lists-url}[{mailing-lists-desc}] :freebsd-acpi-desc: FreeBSD ACPI 郵遞論壇 :freebsd-acpi-url: https://lists.FreeBSD.org/subscription/freebsd-acpi From nobody Wed Oct 13 23:54:33 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id B81391807F12 for ; Wed, 13 Oct 2021 23:54:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HV8X94ZXTz4bX8; Wed, 13 Oct 2021 23:54:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7C68EFE0; Wed, 13 Oct 2021 23:54:33 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19DNsXLg039820; Wed, 13 Oct 2021 23:54:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19DNsXCB039819; Wed, 13 Oct 2021 23:54:33 GMT (envelope-from git) Date: Wed, 13 Oct 2021 23:54:33 GMT Message-Id: <202110132354.19DNsXCB039819@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: "Danilo G. Baio" Subject: git: dde5a3e98d - main - shared/*/mailing-lists: Remove variables for ctm-src-* lists List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dbaio X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: dde5a3e98de6a2029a92030e7b0a3c459c45c9c7 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=dde5a3e98de6a2029a92030e7b0a3c459c45c9c7 commit dde5a3e98de6a2029a92030e7b0a3c459c45c9c7 Author: Danilo G. Baio AuthorDate: 2021-10-13 23:52:47 +0000 Commit: Danilo G. Baio CommitDate: 2021-10-13 23:52:47 +0000 shared/*/mailing-lists: Remove variables for ctm-src-* lists These languages don't reference anymore ctm-src-* lists. There are still a few languages with outdated information which references them: - el - fr - hu - it - mn - nl - ru - zh-cn --- shared/de/mailing-lists.adoc | 28 ---------------------------- shared/en/mailing-lists.adoc | 32 -------------------------------- shared/es/mailing-lists.adoc | 12 ------------ shared/ja/mailing-lists.adoc | 32 -------------------------------- shared/pl/mailing-lists.adoc | 32 -------------------------------- shared/pt-br/mailing-lists.adoc | 32 -------------------------------- shared/tr/mailing-lists.adoc | 32 -------------------------------- shared/zh-tw/mailing-lists.adoc | 32 -------------------------------- 8 files changed, 232 deletions(-) diff --git a/shared/de/mailing-lists.adoc b/shared/de/mailing-lists.adoc index 79908c82ad..b2bdf0ba08 100644 --- a/shared/de/mailing-lists.adoc +++ b/shared/de/mailing-lists.adoc @@ -90,34 +90,6 @@ :ctm-announce-url: https://lists.FreeBSD.org/subscription/ctm-announce :ctm-announce: {ctm-announce-url}[{ctm-announce-desc}] -:ctm-src-4-desc: CTM 4-STABLE src branch distribution -:ctm-src-4-url: https://lists.FreeBSD.org/subscription/ctm-src-4 -:ctm-src-4: {ctm-src-4-url}[{ctm-src-4-desc}] - -:ctm-src-5-desc: CTM 5-STABLE src branch distribution mailing list -:ctm-src-5-url: https://lists.FreeBSD.org/subscription/ctm-src-5 -:ctm-src-5: {ctm-src-5-url}[{ctm-src-5-desc}] - -:ctm-src-6-desc: CTM 6-STABLE src branch distribution mailing list -:ctm-src-6-url: https://lists.FreeBSD.org/subscription/ctm-src-6 -:ctm-src-6: {ctm-src-6-url}[{ctm-src-6-desc}] - -:ctm-src-7-desc: CTM 7-STABLE src branch distribution mailing list -:ctm-src-7-url: https://lists.FreeBSD.org/subscription/ctm-src-7 -:ctm-src-7: {ctm-src-7-url}[{ctm-src-7-desc}] - -:ctm-src-8-desc: CTM 8-STABLE src branch distribution mailing list -:ctm-src-8-url: https://lists.FreeBSD.org/subscription/ctm-src-8 -:ctm-src-8: {ctm-src-8-url}[{ctm-src-8-desc}] - -:ctm-src-9-desc: CTM 9-STABLE src branch distribution mailing list -:ctm-src-9-url: https://lists.FreeBSD.org/subscription/ctm-src-9 -:ctm-src-9: {ctm-src-9-url}[{ctm-src-9-desc}] - -:ctm-src-cur-desc: CTM -CURRENT src branch distribution -:ctm-src-cur-url: https://lists.FreeBSD.org/subscription/ctm-src-cur -:ctm-src-cur: {ctm-src-cur-url}[{ctm-src-cur-desc}] - :ctm-users-desc: CTM user discussion :ctm-users-url: https://lists.FreeBSD.org/subscription/ctm-users :ctm-users: {ctm-users-url}[{ctm-users-desc}] diff --git a/shared/en/mailing-lists.adoc b/shared/en/mailing-lists.adoc index c730583949..d8924ed1ff 100644 --- a/shared/en/mailing-lists.adoc +++ b/shared/en/mailing-lists.adoc @@ -79,38 +79,6 @@ :ctm-announce-url: https://lists.FreeBSD.org/subscription/ctm-announce :ctm-announce: {ctm-announce-url}[{ctm-announce-desc}] -:ctm-src-4-desc: CTM 4-STABLE src branch distribution mailing list -:ctm-src-4-url: https://lists.FreeBSD.org/subscription/ctm-src-4 -:ctm-src-4: {ctm-src-4-url}[{ctm-src-4-desc}] - -:ctm-src-5-desc: CTM 5-STABLE src branch distribution mailing list -:ctm-src-5-url: https://lists.FreeBSD.org/subscription/ctm-src-5 -:ctm-src-5: {ctm-src-5-url}[{ctm-src-5-desc}] - -:ctm-src-6-desc: CTM 6-STABLE src branch distribution mailing list -:ctm-src-6-url: https://lists.FreeBSD.org/subscription/ctm-src-6 -:ctm-src-6: {ctm-src-6-url}[{ctm-src-6-desc}] - -:ctm-src-7-desc: CTM 7-STABLE src branch distribution mailing list -:ctm-src-7-url: https://lists.FreeBSD.org/subscription/ctm-src-7 -:ctm-src-7: {ctm-src-7-url}[{ctm-src-7-desc}] - -:ctm-src-8-desc: CTM 8-STABLE src branch distribution mailing list -:ctm-src-8-url: https://lists.FreeBSD.org/subscription/ctm-src-8 -:ctm-src-8: {ctm-src-8-url}[{ctm-src-8-desc}] - -:ctm-src-9-desc: CTM 9-STABLE src branch distribution mailing list -:ctm-src-9-url: https://lists.FreeBSD.org/subscription/ctm-src-9 -:ctm-src-9: {ctm-src-9-url}[{ctm-src-9-desc}] - -:ctm-src-10-desc: CTM 10-STABLE src branch distribution mailing list -:ctm-src-10-url: https://lists.FreeBSD.org/subscription/ctm-src-10 -:ctm-src-10: {ctm-src-10-url}[{ctm-src-10-desc}] - -:ctm-src-cur-desc: CTM -CURRENT src branch distribution mailing list -:ctm-src-cur-url: https://lists.FreeBSD.org/subscription/ctm-src-cur -:ctm-src-cur: {ctm-src-cur-url}[{ctm-src-cur-desc}] - :ctm-users-desc: CTM user discussion mailing list :ctm-users-url: https://lists.FreeBSD.org/subscription/ctm-users :ctm-users: {ctm-users-url}[{ctm-users-desc}] diff --git a/shared/es/mailing-lists.adoc b/shared/es/mailing-lists.adoc index 1ba35958b9..a49d37fbce 100644 --- a/shared/es/mailing-lists.adoc +++ b/shared/es/mailing-lists.adoc @@ -88,18 +88,6 @@ :ctm-announce-url: https://lists.FreeBSD.org/subscription/ctm-announce :ctm-announce: {ctm-announce-url}[{ctm-announce-desc}] -:ctm-cvs-cur-desc: distribución CTM de ficheros CVS -:ctm-cvs-cur-url: https://lists.FreeBSD.org/subscription/ctm-cvs-cur -:ctm-cvs-cur: {ctm-cvs-cur-url}[{ctm-cvs-cur-desc}] - -:ctm-src-4-desc: lista de correo para la distribución CTM de src de la rama 4-STABLE -:ctm-src-4-url: https://lists.FreeBSD.org/subscription/ctm-src-4 -:ctm-src-4: {ctm-src-4-url}[{ctm-src-4-desc}] - -:ctm-src-cur-desc: lista de correo para la distribución CTM de src de la rama -CURRENT -:ctm-src-cur-url: https://lists.FreeBSD.org/subscription/ctm-src-cur -:ctm-src-cur: {ctm-src-cur-url}[{ctm-src-cur-desc}] - :ctm-users-desc: lista de correo para usuarios de CTM :ctm-users-url: https://lists.FreeBSD.org/subscription/ctm-users :ctm-users: {ctm-users-url}[{ctm-users-desc}] diff --git a/shared/ja/mailing-lists.adoc b/shared/ja/mailing-lists.adoc index 7d8ed64d15..29bd71de5e 100644 --- a/shared/ja/mailing-lists.adoc +++ b/shared/ja/mailing-lists.adoc @@ -82,38 +82,6 @@ :ctm-announce-url: https://lists.FreeBSD.org/subscription/ctm-announce :ctm-announce: {ctm-announce-url}[{ctm-announce-desc}] -:ctm-src-4-desc: CTM 4-STABLE src branch distribution メーリングリスト -:ctm-src-4-url: https://lists.FreeBSD.org/subscription/ctm-src-4 -:ctm-src-4: {ctm-src-4-url}[{ctm-src-4-desc}] - -:ctm-src-5-desc: CTM 5-STABLE src branch distribution メーリングリスト -:ctm-src-5-url: https://lists.FreeBSD.org/subscription/ctm-src-5 -:ctm-src-5: {ctm-src-5-url}[{ctm-src-5-desc}] - -:ctm-src-6-desc: CTM 6-STABLE src branch distribution メーリングリスト -:ctm-src-6-url: https://lists.FreeBSD.org/subscription/ctm-src-6 -:ctm-src-6: {ctm-src-6-url}[{ctm-src-6-desc}] - -:ctm-src-7-desc: CTM 7-STABLE src branch distribution メーリングリスト -:ctm-src-7-url: https://lists.FreeBSD.org/subscription/ctm-src-7 -:ctm-src-7: {ctm-src-7-url}[{ctm-src-7-desc}] - -:ctm-src-8-desc: CTM 8-STABLE src branch distribution メーリングリスト -:ctm-src-8-url: https://lists.FreeBSD.org/subscription/ctm-src-8 -:ctm-src-8: {ctm-src-8-url}[{ctm-src-8-desc}] - -:ctm-src-9-desc: CTM 9-STABLE src branch distribution メーリングリスト -:ctm-src-9-url: https://lists.FreeBSD.org/subscription/ctm-src-9 -:ctm-src-9: {ctm-src-9-url}[{ctm-src-9-desc}] - -:ctm-src-10-desc: CTM 10-STABLE src branch distribution メーリングリスト -:ctm-src-10-url: https://lists.FreeBSD.org/subscription/ctm-src-10 -:ctm-src-10: {ctm-src-10-url}[{ctm-src-10-desc}] - -:ctm-src-cur-desc: CTM -CURRENT src branch distribution メーリングリスト -:ctm-src-cur-url: https://lists.FreeBSD.org/subscription/ctm-src-cur -:ctm-src-cur: {ctm-src-cur-url}[{ctm-src-cur-desc}] - :ctm-users-desc: CTM user discussion メーリングリスト :ctm-users-url: https://lists.FreeBSD.org/subscription/ctm-users :ctm-users: {ctm-users-url}[{ctm-users-desc}] diff --git a/shared/pl/mailing-lists.adoc b/shared/pl/mailing-lists.adoc index 7094a5f453..aadf613a45 100644 --- a/shared/pl/mailing-lists.adoc +++ b/shared/pl/mailing-lists.adoc @@ -79,38 +79,6 @@ :ctm-announce-url: https://lists.FreeBSD.org/subscription/ctm-announce :ctm-announce: {ctm-announce-url}[{ctm-announce-desc}] -:ctm-src-4-desc: CTM 4-STABLE src branch distribution mailing list -:ctm-src-4-url: https://lists.FreeBSD.org/subscription/ctm-src-4 -:ctm-src-4: {ctm-src-4-url}[{ctm-src-4-desc}] - -:ctm-src-5-desc: CTM 5-STABLE src branch distribution mailing list -:ctm-src-5-url: https://lists.FreeBSD.org/subscription/ctm-src-5 -:ctm-src-5: {ctm-src-5-url}[{ctm-src-5-desc}] - -:ctm-src-6-desc: CTM 6-STABLE src branch distribution mailing list -:ctm-src-6-url: https://lists.FreeBSD.org/subscription/ctm-src-6 -:ctm-src-6: {ctm-src-6-url}[{ctm-src-6-desc}] - -:ctm-src-7-desc: CTM 7-STABLE src branch distribution mailing list -:ctm-src-7-url: https://lists.FreeBSD.org/subscription/ctm-src-7 -:ctm-src-7: {ctm-src-7-url}[{ctm-src-7-desc}] - -:ctm-src-8-desc: CTM 8-STABLE src branch distribution mailing list -:ctm-src-8-url: https://lists.FreeBSD.org/subscription/ctm-src-8 -:ctm-src-8: {ctm-src-8-url}[{ctm-src-8-desc}] - -:ctm-src-9-desc: CTM 9-STABLE src branch distribution mailing list -:ctm-src-9-url: https://lists.FreeBSD.org/subscription/ctm-src-9 -:ctm-src-9: {ctm-src-9-url}[{ctm-src-9-desc}] - -:ctm-src-10-desc: CTM 10-STABLE src branch distribution mailing list -:ctm-src-10-url: https://lists.FreeBSD.org/subscription/ctm-src-10 -:ctm-src-10: {ctm-src-10-url}[{ctm-src-10-desc}] - -:ctm-src-cur-desc: CTM -CURRENT src branch distribution mailing list -:ctm-src-cur-url: https://lists.FreeBSD.org/subscription/ctm-src-cur -:ctm-src-cur: {ctm-src-cur-url}[{ctm-src-cur-desc}] - :ctm-users-desc: CTM user discussion mailing list :ctm-users-url: https://lists.FreeBSD.org/subscription/ctm-users :ctm-users: {ctm-users-url}[{ctm-users-desc}] diff --git a/shared/pt-br/mailing-lists.adoc b/shared/pt-br/mailing-lists.adoc index b584d6129f..097b0c9d53 100644 --- a/shared/pt-br/mailing-lists.adoc +++ b/shared/pt-br/mailing-lists.adoc @@ -89,38 +89,6 @@ :ctm-announce-url: https://lists.FreeBSD.org/subscription/ctm-announce :ctm-announce: {ctm-announce-url}[{ctm-announce-desc}] -:ctm-cvs-cur-desc: distribuição CTM dos arquivos do CVS -:ctm-cvs-cur-url: https://lists.FreeBSD.org/subscription/ctm-cvs-cur -:ctm-cvs-cur: {ctm-cvs-cur-url}[{ctm-cvs-cur-desc}] - -:ctm-src-4-desc: lista de distribuição CTM do branch 4-STABLE do src -:ctm-src-4-url: https://lists.FreeBSD.org/subscription/ctm-src-4 -:ctm-src-4: {ctm-src-4-url}[{ctm-src-4-desc}] - -:ctm-src-5-desc: lista de distribuição CTM do branch 5-STABLE do src -:ctm-src-5-url: https://lists.FreeBSD.org/subscription/ctm-src-5 -:ctm-src-5: {ctm-src-5-url}[{ctm-src-5-desc}] - -:ctm-src-6-desc: lista de distribuição CTM do branch 6-STABLE do src -:ctm-src-6-url: https://lists.FreeBSD.org/subscription/ctm-src-6 -:ctm-src-6: {ctm-src-6-url}[{ctm-src-6-desc}] - -:ctm-src-7-desc: lista de distribuição CTM do branch 7-STABLE do src -:ctm-src-7-url: https://lists.FreeBSD.org/subscription/ctm-src-7 -:ctm-src-7: {ctm-src-7-url}[{ctm-src-7-desc}] - -:ctm-src-8-desc: lista de distribuição CTM do branch 8-STABLE do src -:ctm-src-8-url: https://lists.FreeBSD.org/subscription/ctm-src-8 -:ctm-src-8: {ctm-src-8-url}[{ctm-src-8-desc}] - -:ctm-src-9-desc: lista de distribuição CTM do branch 9-STABLE do src -:ctm-src-9-url: https://lists.FreeBSD.org/subscription/ctm-src-9 -:ctm-src-9: {ctm-src-9-url}[{ctm-src-9-desc}] - -:ctm-src-cur-desc: lista de distribuição CTM do branch -CURRENT do src -:ctm-src-cur-url: https://lists.FreeBSD.org/subscription/ctm-src-cur -:ctm-src-cur: {ctm-src-cur-url}[{ctm-src-cur-desc}] - :ctm-users-desc: lista de discussão dos usuários do CTM :ctm-users-url: https://lists.FreeBSD.org/subscription/ctm-users :ctm-users: {ctm-users-url}[{ctm-users-desc}] diff --git a/shared/tr/mailing-lists.adoc b/shared/tr/mailing-lists.adoc index 7094a5f453..aadf613a45 100644 --- a/shared/tr/mailing-lists.adoc +++ b/shared/tr/mailing-lists.adoc @@ -79,38 +79,6 @@ :ctm-announce-url: https://lists.FreeBSD.org/subscription/ctm-announce :ctm-announce: {ctm-announce-url}[{ctm-announce-desc}] -:ctm-src-4-desc: CTM 4-STABLE src branch distribution mailing list -:ctm-src-4-url: https://lists.FreeBSD.org/subscription/ctm-src-4 -:ctm-src-4: {ctm-src-4-url}[{ctm-src-4-desc}] - -:ctm-src-5-desc: CTM 5-STABLE src branch distribution mailing list -:ctm-src-5-url: https://lists.FreeBSD.org/subscription/ctm-src-5 -:ctm-src-5: {ctm-src-5-url}[{ctm-src-5-desc}] - -:ctm-src-6-desc: CTM 6-STABLE src branch distribution mailing list -:ctm-src-6-url: https://lists.FreeBSD.org/subscription/ctm-src-6 -:ctm-src-6: {ctm-src-6-url}[{ctm-src-6-desc}] - -:ctm-src-7-desc: CTM 7-STABLE src branch distribution mailing list -:ctm-src-7-url: https://lists.FreeBSD.org/subscription/ctm-src-7 -:ctm-src-7: {ctm-src-7-url}[{ctm-src-7-desc}] - -:ctm-src-8-desc: CTM 8-STABLE src branch distribution mailing list -:ctm-src-8-url: https://lists.FreeBSD.org/subscription/ctm-src-8 -:ctm-src-8: {ctm-src-8-url}[{ctm-src-8-desc}] - -:ctm-src-9-desc: CTM 9-STABLE src branch distribution mailing list -:ctm-src-9-url: https://lists.FreeBSD.org/subscription/ctm-src-9 -:ctm-src-9: {ctm-src-9-url}[{ctm-src-9-desc}] - -:ctm-src-10-desc: CTM 10-STABLE src branch distribution mailing list -:ctm-src-10-url: https://lists.FreeBSD.org/subscription/ctm-src-10 -:ctm-src-10: {ctm-src-10-url}[{ctm-src-10-desc}] - -:ctm-src-cur-desc: CTM -CURRENT src branch distribution mailing list -:ctm-src-cur-url: https://lists.FreeBSD.org/subscription/ctm-src-cur -:ctm-src-cur: {ctm-src-cur-url}[{ctm-src-cur-desc}] - :ctm-users-desc: CTM user discussion mailing list :ctm-users-url: https://lists.FreeBSD.org/subscription/ctm-users :ctm-users: {ctm-users-url}[{ctm-users-desc}] diff --git a/shared/zh-tw/mailing-lists.adoc b/shared/zh-tw/mailing-lists.adoc index b114e662ae..f3f01d08f1 100644 --- a/shared/zh-tw/mailing-lists.adoc +++ b/shared/zh-tw/mailing-lists.adoc @@ -82,38 +82,6 @@ :ctm-announce-url: https://lists.FreeBSD.org/subscription/ctm-announce :ctm-announce: {ctm-announce-url}[{ctm-announce-desc}] -:ctm-src-4-desc: CTM 4-STABLE src branch distribution 郵遞論壇 -:ctm-src-4-url: https://lists.FreeBSD.org/subscription/ctm-src-4 -:ctm-src-4: {ctm-src-4-url}[{ctm-src-4-desc}] - -:ctm-src-5-desc: CTM 5-STABLE src branch distribution mailing list -:ctm-src-5-url: https://lists.FreeBSD.org/subscription/ctm-src-5 -:ctm-src-5: {ctm-src-5-url}[{ctm-src-5-desc}] - -:ctm-src-6-desc: CTM 6-STABLE src branch distribution mailing list -:ctm-src-6-url: https://lists.FreeBSD.org/subscription/ctm-src-6 -:ctm-src-6: {ctm-src-6-url}[{ctm-src-6-desc}] - -:ctm-src-7-desc: CTM 7-STABLE src branch distribution mailing list -:ctm-src-7-url: https://lists.FreeBSD.org/subscription/ctm-src-7 -:ctm-src-7: {ctm-src-7-url}[{ctm-src-7-desc}] - -:ctm-src-8-desc: CTM 8-STABLE src branch distribution mailing list -:ctm-src-8-url: https://lists.FreeBSD.org/subscription/ctm-src-8 -:ctm-src-8: {ctm-src-8-url}[{ctm-src-8-desc}] - -:ctm-src-9-desc: CTM 9-STABLE src branch distribution mailing list -:ctm-src-9-url: https://lists.FreeBSD.org/subscription/ctm-src-9 -:ctm-src-9: {ctm-src-9-url}[{ctm-src-9-desc}] - -:ctm-src-10-desc: CTM 10-STABLE src branch distribution mailing list -:ctm-src-10-url: https://lists.FreeBSD.org/subscription/ctm-src-10 -:ctm-src-10: {ctm-src-10-url}[{ctm-src-10-desc}] - -:ctm-src-cur-desc: CTM -CURRENT src branch distribution 郵遞論壇 -:ctm-src-cur-url: https://lists.FreeBSD.org/subscription/ctm-src-cur -:ctm-src-cur: {ctm-src-cur-url}[{ctm-src-cur-desc}] - :ctm-users-desc: CTM user discussion 郵遞論壇 :ctm-users-url: https://lists.FreeBSD.org/subscription/ctm-users :ctm-users: {ctm-users-url}[{ctm-users-desc}] From nobody Thu Oct 14 00:30:04 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id D3CEE1816863 for ; Thu, 14 Oct 2021 00:30:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HV9K83LPCz4nFw; Thu, 14 Oct 2021 00:30:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4F0121849; Thu, 14 Oct 2021 00:30:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19E0U4VI082426; Thu, 14 Oct 2021 00:30:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19E0U4Fd082423; Thu, 14 Oct 2021 00:30:04 GMT (envelope-from git) Date: Thu, 14 Oct 2021 00:30:04 GMT Message-Id: <202110140030.19E0U4Fd082423@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: "Danilo G. Baio" Subject: git: 9e45bdc5cf - main - Remove references of old mailing lists List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dbaio X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9e45bdc5cf8639c72ccc1991091a79b61759a548 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=9e45bdc5cf8639c72ccc1991091a79b61759a548 commit 9e45bdc5cf8639c72ccc1991091a79b61759a548 Author: Danilo G. Baio AuthorDate: 2021-10-14 00:27:32 +0000 Commit: Danilo G. Baio CommitDate: 2021-10-14 00:27:32 +0000 Remove references of old mailing lists - freebsd-eol - freebsd-lfs - freebsd-tilera - cvs-* It covers only English documents. --- .../en/books/handbook/eresources/_index.adoc | 14 ------------- shared/en/mailing-lists.adoc | 24 ---------------------- 2 files changed, 38 deletions(-) diff --git a/documentation/content/en/books/handbook/eresources/_index.adoc b/documentation/content/en/books/handbook/eresources/_index.adoc index 3335096c10..2466b78a14 100644 --- a/documentation/content/en/books/handbook/eresources/_index.adoc +++ b/documentation/content/en/books/handbook/eresources/_index.adoc @@ -192,9 +192,6 @@ Read the charter for each list carefully before joining or sending mail to one a |link:{freebsd-embedded-url}[freebsd-embedded] |Using FreeBSD in embedded applications -|link:{freebsd-eol-url}[freebsd-eol] -|Peer support of FreeBSD-related software that is no longer supported by the FreeBSD Project. - |link:{freebsd-emulation-url}[freebsd-emulation] |Emulation of other systems such as Linux/MS-DOS(R)/Windows(R) @@ -258,9 +255,6 @@ Read the charter for each list carefully before joining or sending mail to one a |link:{freebsd-kde-url}[freebsd-kde] |Porting KDE and KDE applications -|link:{freebsd-lfs-url}[freebsd-lfs] -|Porting LFS to FreeBSD - |link:{freebsd-mips-url}[freebsd-mips] |Porting FreeBSD to MIPS(R) @@ -366,9 +360,6 @@ Read the charter for each list carefully before joining or sending mail to one a |link:{freebsd-threads-url}[freebsd-threads] |Threading in FreeBSD -|link:{freebsd-tilera-url}[freebsd-tilera] -|Porting FreeBSD to the Tilera family of CPUs - |link:{freebsd-tokenring-url}[freebsd-tokenring] |Support Token Ring in FreeBSD @@ -749,11 +740,6 @@ _Enlightenment_ Discussions concerning the Enlightenment Desktop Environment for FreeBSD systems. This is a technical mailing list for which strictly technical content is expected. -link:{freebsd-eol-url}[freebsd-eol]:: -_Peer support of FreeBSD-related software that is no longer supported by the FreeBSD Project._ -+ -This list is for those interested in providing or making use of peer support of FreeBSD-related software for which the FreeBSD Project no longer provides official support in the form of security advisories and patches. - link:{freebsd-firewire-url}[freebsd-firewire]:: _FireWire(R) (iLink, IEEE 1394)_ + diff --git a/shared/en/mailing-lists.adoc b/shared/en/mailing-lists.adoc index d8924ed1ff..214d6c0b75 100644 --- a/shared/en/mailing-lists.adoc +++ b/shared/en/mailing-lists.adoc @@ -83,26 +83,6 @@ :ctm-users-url: https://lists.FreeBSD.org/subscription/ctm-users :ctm-users: {ctm-users-url}[{ctm-users-desc}] -:cvs-all-desc: FreeBSD CVS commit message mailing list -:cvs-all-url: https://lists.FreeBSD.org/subscription/cvs-all -:cvs-all: {cvs-all-url}[{cvs-all-desc}] - -:cvs-doc-desc: FreeBSD CVS doc commit list -:cvs-doc-url: https://lists.FreeBSD.org/subscription/cvs-doc -:cvs-doc: {cvs-doc-url}[{cvs-doc-desc}] - -:cvs-ports-desc: FreeBSD CVS ports commit list -:cvs-ports-url: https://lists.FreeBSD.org/subscription/cvs-ports -:cvs-ports: {cvs-ports-url}[{cvs-ports-desc}] - -:cvs-projects-desc: FreeBSD CVS projects commit list -:cvs-projects-url: https://lists.FreeBSD.org/subscription/cvs-projects -:cvs-projects: {cvs-projects-url}[{cvs-projects-desc}] - -:cvs-src-desc: FreeBSD CVS src commit list -:cvs-src-url: https://lists.FreeBSD.org/subscription/cvs-src -:cvs-src: {cvs-src-url}[{cvs-src-desc}] - :freebsd-database-desc: FreeBSD based Databases mailing list :freebsd-database-url: https://lists.FreeBSD.org/subscription/freebsd-database :freebsd-database: {freebsd-database-url}[{freebsd-database-desc}] @@ -555,10 +535,6 @@ :freebsd-threads-url: https://lists.FreeBSD.org/subscription/freebsd-threads :freebsd-threads: {freebsd-threads-url}[{freebsd-threads-desc}] -:freebsd-tilera-desc: Porting FreeBSD to the Tilera family of CPUs -:freebsd-tilera-url: https://lists.FreeBSD.org/subscription/freebsd-tilera -:freebsd-tilera: {freebsd-tilera-url}[{freebsd-tilera-desc}] - :freebsd-tokenring-desc: FreeBSD tokenring mailing list :freebsd-tokenring-url: https://lists.FreeBSD.org/subscription/freebsd-tokenring :freebsd-tokenring: {freebsd-tokenring-url}[{freebsd-tokenring-desc}] From nobody Thu Oct 14 14:25:33 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 89038180AB54 for ; Thu, 14 Oct 2021 14:25:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HVWsB2FQxz4RJG; Thu, 14 Oct 2021 14:25:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1710315180; Thu, 14 Oct 2021 14:25:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19EEPXMx001328; Thu, 14 Oct 2021 14:25:33 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19EEPXjb001327; Thu, 14 Oct 2021 14:25:33 GMT (envelope-from git) Date: Thu, 14 Oct 2021 14:25:33 GMT Message-Id: <202110141425.19EEPXjb001327@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= Subject: git: 040ca8beaf - main - [website][books]: Remove Fultus reference List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 040ca8beaf36e1ad14f57af62534b05e2abc2f00 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=040ca8beaf36e1ad14f57af62534b05e2abc2f00 commit 040ca8beaf36e1ad14f57af62534b05e2abc2f00 Author: Fernando Apesteguía AuthorDate: 2021-10-14 14:17:54 +0000 Commit: Fernando Apesteguía CommitDate: 2021-10-14 14:17:54 +0000 [website][books]: Remove Fultus reference We reference several FreeBSD books in https://www.freebsd.org/publish/#books However Fultus.com does not seem to contain FreeBSD related material anymore. PR: 259023 Reported by: grahamperrin@gmail.com --- website/content/en/publish.adoc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/website/content/en/publish.adoc b/website/content/en/publish.adoc index 5c4fadefda..c0c1b3dfb5 100644 --- a/website/content/en/publish.adoc +++ b/website/content/en/publish.adoc @@ -53,16 +53,6 @@ Japanese version: 2001, Pearson Education Japan. ISBN 4-89471-464-7 |http://www.bittreepress.com/FreeBSD/introbook/[image:../gifs/fbsd-ososfypc.jpg[book cover,width=150,height=188]] |"FreeBSD, An Open-Source Operating System for Your Personal Computer", Annelise Anderson. + An introduction to FreeBSD for users new to both FreeBSD and UNIX. This book includes a 4.4 installation CD-ROM and covers everything you need to know about installation of the system and third-party software; getting sound, X Window, your network, and printing working; building your own kernel; and upgrading. Second Edition. December 2001, The Bit Tree Press. ISBN 0-9712045-1-9 |http://www.AbsoluteBSD.com/[image:../gifs/abs_bsd_cov.gif[Absolute BSD book cover,width=165,height=207]] |Absolute BSD. This book discusses management of FreeBSD-based servers in high-performance enterprise environments. June 2002, http://www.nostarch.com/[No Starch Press.] ISBN 1-886411-74-3 -|http://elibrary.fultus.com/mergedProjects/FreeBSD%20Documentation/index.htm[image:../gifs/fultus-cover.gif[FreeBSD Open Documentation Library,width=150,height=211]] a| -http://www.fultus.com/[Fultus] presents *FreeBSD Open Documentation Library*. This is the *full up-to-date* FreeBSD documentation collection available http://elibrary.fultus.com/mergedProjects/FreeBSD%20Documentation/index.htm[online] in the Technical Literature section of the Fultus http://elibrary.fultus.com/[eLibrary] and Fultus Online Book http://store.fultus.com/advanced_search_result.php?keywords=FreeBSD[Superstore] in the following formats: - -* Online Web Help (searchable through all documents) (Mozilla, Netscape Navigator & IE compatible); -* Searchable Adobe PDF format with Bookmark link page (for desktop and PDA); -* Compiled HTML format (chm) (for Windows). - -Interested? + -Read about FreeBSD eBooks and download examples on the http://www.fultus.com/free/documentation.phtml[FreeBSD Documentation] page of the http://www.fultus.com/[Fultus] web site. - |link:../gifs/building_internet_servers.jpg[image:../gifs/building_internet_servers_small.jpg[book cover,width=150,height=226]] |"Building an Internet Server with FreeBSD 6" is a step-by-step guide for helping new and experienced users to FreeBSD install and configure the latest Internet server applications in a minimum of time. The guide includes descriptions of many of the Internet's most popular and widely deployed open source projects, detailed instructions on implementing each, and maintenance tasks important to an Internet server. May 2006, Lulu Press, ISBN 1411695747, 228 pages. |link:../gifs/kapak.jpg[image:../gifs/kapak_sml.jpg[book cover,width=140,height=212]] |Written by the professionals of EnderUNIX and Huseyin Yuce this book is the first Turkish FreeBSD book. The book is published by http://www.acikkod.com/[acikkod] publications. Book is available for sale on http://www.acikkod.com/siparis.php[this] page. Details of the book: + + From nobody Fri Oct 15 01:56:35 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 7D1B5181620C for ; Fri, 15 Oct 2021 01:56:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HVqBW2y5mz4vfc; Fri, 15 Oct 2021 01:56:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 45CD31DEDC; Fri, 15 Oct 2021 01:56:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19F1uZE4028319; Fri, 15 Oct 2021 01:56:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19F1uZwN028318; Fri, 15 Oct 2021 01:56:35 GMT (envelope-from git) Date: Fri, 15 Oct 2021 01:56:35 GMT Message-Id: <202110150156.19F1uZwN028318@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Glen Barber Subject: git: f4f6ddd977 - main - relnotes: prune EoL'd 11-STABLE links, although commented List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gjb X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f4f6ddd977842338e39f1fc00298a3b9626a800a Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by gjb: URL: https://cgit.FreeBSD.org/doc/commit/?id=f4f6ddd977842338e39f1fc00298a3b9626a800a commit f4f6ddd977842338e39f1fc00298a3b9626a800a Author: Glen Barber AuthorDate: 2021-10-15 01:55:53 +0000 Commit: Glen Barber CommitDate: 2021-10-15 01:55:53 +0000 relnotes: prune EoL'd 11-STABLE links, although commented Submitted by: Pau Amma Sponsored by: Rubicon Communications, LLC ("Netgate") --- website/content/en/relnotes.adoc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/website/content/en/relnotes.adoc b/website/content/en/relnotes.adoc index 77c51fbb38..804285102c 100644 --- a/website/content/en/relnotes.adoc +++ b/website/content/en/relnotes.adoc @@ -55,10 +55,4 @@ HTML versions of the release documentation for FreeBSD -CURRENT and FreeBSD -STA * link:../relnotes/12-STABLE/hardware/[Hardware Notes] * link:../relnotes/12-STABLE/errata/[Errata] -=== FreeBSD 11-STABLE Release Documentation - -* link:../relnotes/11-STABLE/readme/[README] -* link:../relnotes/11-STABLE/relnotes/[Release Notes] -* link:../relnotes/11-STABLE/hardware/[Hardware Notes] -* link:../relnotes/11-STABLE/errata/[Errata] ////