src: strip all $FreeBSD$ tags to follow src.git

This commit is contained in:
Franco Fichtner 2023-09-06 08:20:29 +02:00
parent b188e119da
commit 17cdb97707
12 changed files with 0 additions and 27 deletions

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# MAINTAINER: portmgr@FreeBSD.org # MAINTAINER: portmgr@FreeBSD.org
# #
# @sample etc/somefile.conf.sample # @sample etc/somefile.conf.sample

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# MAINTAINER: franco@opnsense.org # MAINTAINER: franco@opnsense.org
# #
# @shadow etc/somefile.conf.sample # @shadow etc/somefile.conf.sample

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
# #
# $FreeBSD$
#
# PROVIDE: configd # PROVIDE: configd
# REQUIRE: SERVERS # REQUIRE: SERVERS
# KEYWORD: shutdown # KEYWORD: shutdown

View file

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
# #
# $FreeBSD$
#
# PROVIDE: flowd_aggregate # PROVIDE: flowd_aggregate
# REQUIRE: SERVERS # REQUIRE: SERVERS
# KEYWORD: shutdown # KEYWORD: shutdown

View file

@ -29,8 +29,6 @@
*/ */
$etc_group = <<<EOF $etc_group = <<<EOF
# \$FreeBSD$
#
wheel:*:0:root wheel:*:0:root
daemon:*:1: daemon:*:1:
kmem:*:2: kmem:*:2:
@ -72,8 +70,6 @@ nobody:*:65534:
EOF; EOF;
$etc_master_passwd = <<<EOF $etc_master_passwd = <<<EOF
# \$FreeBSD$
#
root::0:0::0:0:Charlie &:/root:/bin/csh root::0:0::0:0:Charlie &:/root:/bin/csh
toor:*:0:0::0:0:Bourne-again Superuser:/root: toor:*:0:0::0:0:Bourne-again Superuser:/root:
installer:*:0:0::0:0:Installer Superuser:/root:/usr/sbin/nologin installer:*:0:0::0:0:Installer Superuser:/root:/usr/sbin/nologin
@ -106,8 +102,6 @@ nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin
EOF; EOF;
$etc_shells = <<<EOF $etc_shells = <<<EOF
# \$FreeBSD$
#
# List of acceptable shells for chpass(1). # List of acceptable shells for chpass(1).
# Ftpd will not allow users to connect who are not using # Ftpd will not allow users to connect who are not using
# one of these shells. # one of these shells.
@ -134,7 +128,6 @@ foreach ($known_shells as $shell) {
$etc_ttys = <<<EOF $etc_ttys = <<<EOF
# #
# \$FreeBSD$
# @(#)ttys 5.1 (Berkeley) 4/17/89 # @(#)ttys 5.1 (Berkeley) 4/17/89
# #
# This file specifies various information about terminals on the system. # This file specifies various information about terminals on the system.

View file

@ -1,4 +1,3 @@
# $FreeBSD$
# #
# OpenSSL example configuration file. # OpenSSL example configuration file.
# This is mostly being used for generation of certificate requests. # This is mostly being used for generation of certificate requests.

View file

@ -1,5 +1,3 @@
# $FreeBSD$
#
# System-wide .cshrc file for csh(1). # System-wide .cshrc file for csh(1).
{% if not helpers.empty('system.autologout')%} {% if not helpers.empty('system.autologout')%}
set -r autologout={{system.autologout}} set -r autologout={{system.autologout}}

View file

@ -1,6 +1,4 @@
# #
# $FreeBSD$
#
# PAM configuration for the "sshd" service # PAM configuration for the "sshd" service
# #

View file

@ -1,6 +1,4 @@
# #
# $FreeBSD$
#
# System-wide defaults # System-wide defaults
# #

View file

@ -1,5 +1,4 @@
# autogenerated configuration file for newsyslog, do not edit # autogenerated configuration file for newsyslog, do not edit
# $FreeBSD$
# #
# Entries which do not specify the '/pid_file' field will cause the # Entries which do not specify the '/pid_file' field will cause the
# syslogd process to be signalled when that log file is rotated. This # syslogd process to be signalled when that log file is rotated. This

View file

@ -24,8 +24,6 @@
-- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-- SUCH DAMAGE. -- SUCH DAMAGE.
-- --
-- $FreeBSD$
--
local drawer = require("drawer") local drawer = require("drawer")

View file

@ -24,8 +24,6 @@
-- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-- SUCH DAMAGE. -- SUCH DAMAGE.
-- --
-- $FreeBSD$
--
local drawer = require("drawer") local drawer = require("drawer")