git: b67a8f006d3c - stable/13 - etc: remove leftover leading empty comments, blank lines
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Aug 2023 18:22:34 UTC
The branch stable/13 has been updated by karels:
URL: https://cgit.FreeBSD.org/src/commit/?id=b67a8f006d3c35062c506b2cf575eb55798493b6
commit b67a8f006d3c35062c506b2cf575eb55798493b6
Author: Mike Karels <karels@FreeBSD.org>
AuthorDate: 2023-08-22 18:03:28 +0000
Commit: Mike Karels <karels@FreeBSD.org>
CommitDate: 2023-08-26 18:20:25 +0000
etc: remove leftover leading empty comments, blank lines
Remove leftover empty leading comments/blank lines that had been
spacers between $FreeBSD$ and the following content in config files
in src/etc.
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D41548
(cherry picked from commit 9d6049d5da8ce70b3f815431bdedcee9c04f60cc)
---
etc/group | 1 -
etc/mail/Makefile | 2 --
etc/master.passwd | 1 -
etc/mtree/Makefile | 1 -
etc/mtree/README | 1 -
etc/root/dot.k5login | 1 -
etc/shells | 1 -
7 files changed, 8 deletions(-)
diff --git a/etc/group b/etc/group
index c9aa917b99f0..35df51838ae4 100644
--- a/etc/group
+++ b/etc/group
@@ -1,4 +1,3 @@
-#
wheel:*:0:root
daemon:*:1:
kmem:*:2:
diff --git a/etc/mail/Makefile b/etc/mail/Makefile
index bbbdc1a96dc6..fd4801b0c336 100644
--- a/etc/mail/Makefile
+++ b/etc/mail/Makefile
@@ -1,5 +1,3 @@
-#
-#
# This Makefile provides an easy way to generate the configuration
# file and database maps for the sendmail(8) daemon.
#
diff --git a/etc/master.passwd b/etc/master.passwd
index de05fbfca808..11707f401e5a 100644
--- a/etc/master.passwd
+++ b/etc/master.passwd
@@ -1,4 +1,3 @@
-#
root::0:0::0:0:Charlie &:/root:/bin/csh
toor:*:0:0::0:0:Bourne-again Superuser:/root:
daemon:*:1:1::0:0:Owner of many system processes:/root:/usr/sbin/nologin
diff --git a/etc/mtree/Makefile b/etc/mtree/Makefile
index 1fa51e4a8153..1a70f5fd3a52 100644
--- a/etc/mtree/Makefile
+++ b/etc/mtree/Makefile
@@ -1,4 +1,3 @@
-
.include <src.opts.mk>
PACKAGE= mtree
diff --git a/etc/mtree/README b/etc/mtree/README
index fd4a062552d9..bd813057b5bd 100644
--- a/etc/mtree/README
+++ b/etc/mtree/README
@@ -1,4 +1,3 @@
-
Note: If you modify these files, please keep hier(7) updated!
These files are used to create empty file hierarchies for building the
diff --git a/etc/root/dot.k5login b/etc/root/dot.k5login
index 5721e640fe21..c3b55dfc6f0b 100644
--- a/etc/root/dot.k5login
+++ b/etc/root/dot.k5login
@@ -1,3 +1,2 @@
-#
# user1/root@YOUR.REALM.WHEREVER
# user2/root@YOUR.REALM.WHEREVER
diff --git a/etc/shells b/etc/shells
index a8b2942e1257..0e8674ba884d 100644
--- a/etc/shells
+++ b/etc/shells
@@ -1,4 +1,3 @@
-#
# List of acceptable shells for chpass(1).
# Ftpd will not allow users to connect who are not using
# one of these shells.