Skip to content

Commit 17cdb97

Browse files
committed
src: strip all $FreeBSD$ tags to follow src.git
1 parent b188e11 commit 17cdb97

File tree

12 files changed

+0
-27
lines changed

12 files changed

+0
-27
lines changed

Diff for: Keywords/sample.ucl

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# $FreeBSD$
2-
#
31
# MAINTAINER: [email protected]
42
#
53
# @sample etc/somefile.conf.sample

Diff for: Keywords/shadow.ucl

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# $FreeBSD$
2-
#
31
# MAINTAINER: [email protected]
42
#
53
# @shadow etc/somefile.conf.sample

Diff for: src/etc/rc.d/configd

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/bin/sh
22
#
3-
# $FreeBSD$
4-
#
53
# PROVIDE: configd
64
# REQUIRE: SERVERS
75
# KEYWORD: shutdown

Diff for: src/etc/rc.d/flowd_aggregate

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/bin/sh
22
#
3-
# $FreeBSD$
4-
#
53
# PROVIDE: flowd_aggregate
64
# REQUIRE: SERVERS
75
# KEYWORD: shutdown

Diff for: src/etc/rc.subr.d/recover

-7
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
*/
3030

3131
$etc_group = <<<EOF
32-
# \$FreeBSD$
33-
#
3432
wheel:*:0:root
3533
daemon:*:1:
3634
kmem:*:2:
@@ -72,8 +70,6 @@ nobody:*:65534:
7270
EOF;
7371

7472
$etc_master_passwd = <<<EOF
75-
# \$FreeBSD$
76-
#
7773
root::0:0::0:0:Charlie &:/root:/bin/csh
7874
toor:*:0:0::0:0:Bourne-again Superuser:/root:
7975
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
106102
EOF;
107103

108104
$etc_shells = <<<EOF
109-
# \$FreeBSD$
110-
#
111105
# List of acceptable shells for chpass(1).
112106
# Ftpd will not allow users to connect who are not using
113107
# one of these shells.
@@ -134,7 +128,6 @@ foreach ($known_shells as $shell) {
134128

135129
$etc_ttys = <<<EOF
136130
#
137-
# \$FreeBSD$
138131
# @(#)ttys 5.1 (Berkeley) 4/17/89
139132
#
140133
# This file specifies various information about terminals on the system.

Diff for: src/etc/ssl/opnsense.cnf

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $FreeBSD$
21
#
32
# OpenSSL example configuration file.
43
# This is mostly being used for generation of certificate requests.

Diff for: src/opnsense/service/templates/OPNsense/Auth/csh.cshrc

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

Diff for: src/opnsense/service/templates/OPNsense/Auth/sshd.pam

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#
2-
# $FreeBSD$
3-
#
42
# PAM configuration for the "sshd" service
53
#
64

Diff for: src/opnsense/service/templates/OPNsense/Auth/system.pam

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#
2-
# $FreeBSD$
3-
#
42
# System-wide defaults
53
#
64

Diff for: src/opnsense/service/templates/OPNsense/Syslog/newsyslog.conf

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

Diff for: src/root/boot/lua/brand-opnsense.lua

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
-- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2525
-- SUCH DAMAGE.
2626
--
27-
-- $FreeBSD$
28-
--
2927

3028
local drawer = require("drawer")
3129

Diff for: src/root/boot/lua/logo-hourglass.lua.in

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
-- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2525
-- SUCH DAMAGE.
2626
--
27-
-- $FreeBSD$
28-
--
2927

3028
local drawer = require("drawer")
3129

0 commit comments

Comments
 (0)