git: 1433fd8750 - main - handbook: Remove $FreeBSD$ tags from some examples
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Mar 2024 05:55:23 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/doc/commit/?id=1433fd87509842581ad0c11d13878c6750b87b29
commit 1433fd87509842581ad0c11d13878c6750b87b29
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-03-14 05:54:59 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-03-14 05:54:59 +0000
handbook: Remove $FreeBSD$ tags from some examples
Remove $FreeBSD$ tags in some examples in the configuration,
disk and mail chapters.
---
documentation/content/en/books/handbook/config/_index.adoc | 5 +----
documentation/content/en/books/handbook/disks/_index.adoc | 1 -
documentation/content/en/books/handbook/mail/_index.adoc | 2 --
3 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/documentation/content/en/books/handbook/config/_index.adoc b/documentation/content/en/books/handbook/config/_index.adoc
index c9ce62d599..e67ee10a3d 100644
--- a/documentation/content/en/books/handbook/config/_index.adoc
+++ b/documentation/content/en/books/handbook/config/_index.adoc
@@ -522,7 +522,7 @@ Here is a sample entry from the system crontab, [.filename]#/etc/crontab#:
....
# /etc/crontab - root's crontab for FreeBSD
#
-# $FreeBSD$ <.>
+# <.>
#
SHELL=/bin/sh
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin <.>
@@ -721,8 +721,6 @@ As an example, here is the default [.filename]#/etc/syslog.conf# from FreeBSD:
[.programlisting]
....
-# $FreeBSD$
-#
# Spaces ARE valid field separators in this file. However,
# other *nix-like systems still insist on using tabs as field
# separators. If you are sharing this file between systems, you
@@ -927,7 +925,6 @@ Here is the default configuration in FreeBSD, more information in man:newsyslog.
[.programlisting]
....
# configuration file for newsyslog
-# $FreeBSD$
#
# Entries which do not specify the '/pid_file' field will cause the
# syslogd process to be signalled when that log file is rotated. This
diff --git a/documentation/content/en/books/handbook/disks/_index.adoc b/documentation/content/en/books/handbook/disks/_index.adoc
index b452036936..862d5c5f46 100644
--- a/documentation/content/en/books/handbook/disks/_index.adoc
+++ b/documentation/content/en/books/handbook/disks/_index.adoc
@@ -1855,7 +1855,6 @@ For use with the UFS file system, set the sector_size to 2048:
[source,shell]
....
# gbde init /dev/ad4s1c -i -L /etc/gbde/ad4s1c.lock
-# $FreeBSD: src/sbin/gbde/template.txt,v 1.1.36.1 2009/08/03 08:13:06 kensmith Exp $
#
# Sector size is the smallest unit of data which can be read or written.
# Making it too small decreases performance and decreases available space.
diff --git a/documentation/content/en/books/handbook/mail/_index.adoc b/documentation/content/en/books/handbook/mail/_index.adoc
index 711ab931da..91d0ee0c7f 100644
--- a/documentation/content/en/books/handbook/mail/_index.adoc
+++ b/documentation/content/en/books/handbook/mail/_index.adoc
@@ -389,8 +389,6 @@ Then change all the entries in the file [.filename]#/etc/mail/mailer.conf# to ma
[.programlisting]
....
-# $FreeBSD$
-#
# Execute the "real" sendmail program, named /usr/libexec/sendmail/sendmail
#
# If dma(8) is installed, an example mailer.conf that uses dma(8) instead can