Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Aug 2023 18:05:14 GMT
From:      Mike Karels <karels@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 9d6049d5da8c - main - etc: remove leftover leading empty comments, blank lines
Message-ID:  <202308221805.37MI5EQZ084371@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by karels:

URL: https://cgit.FreeBSD.org/src/commit/?id=9d6049d5da8ce70b3f815431bdedcee9c04f60cc

commit 9d6049d5da8ce70b3f815431bdedcee9c04f60cc
Author:     Mike Karels <karels@FreeBSD.org>
AuthorDate: 2023-08-22 18:03:28 +0000
Commit:     Mike Karels <karels@FreeBSD.org>
CommitDate: 2023-08-22 18:03:28 +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
---
 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 0e8823492e83..784023d6f9c0 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 52acc3df998c..416b2b4e4874 100644
--- a/etc/master.passwd
+++ b/etc/master.passwd
@@ -1,4 +1,3 @@
-#
 root::0:0::0:0:Charlie &:/root:/bin/sh
 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 4bce54e5d5eb..fc1e81d97d66 100644
--- a/etc/mtree/Makefile
+++ b/etc/mtree/Makefile
@@ -1,4 +1,3 @@
-
 .include <src.opts.mk>
 
 .include <bsd.compat.pre.mk>
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 3f96d65c43a4..d840afb12bad 100644
--- a/etc/shells
+++ b/etc/shells
@@ -1,4 +1,3 @@
-#
 # List of acceptable shells for chpass(1).
 # ftpd(8) will not allow users to connect who are not using
 # one of these shells.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308221805.37MI5EQZ084371>