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
#
# @sample etc/somefile.conf.sample

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,4 @@
# autogenerated configuration file for newsyslog, do not edit
# $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

View File

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

View File

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