diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-08-22 01:32:01 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-08-23 17:43:30 +0000 |
commit | 023fc80ee38a117fa65b2ccb2abf8bdc7dbd6fd9 (patch) | |
tree | bdf05d4455073183dc86cf825f95b4a6632cbc89 /lib/libc/net | |
parent | 5510f79042fbd543de55807d0da7f8a2b8be2f89 (diff) |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Similar commit in main:
(cherry picked from commit d0b2dbfa0ecf)
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/Makefile.inc | 1 | ||||
-rw-r--r-- | lib/libc/net/hosts | 1 | ||||
-rw-r--r-- | lib/libc/net/hosts.equiv | 1 | ||||
-rw-r--r-- | lib/libc/net/networks | 1 | ||||
-rw-r--r-- | lib/libc/net/nsswitch.conf | 1 | ||||
-rw-r--r-- | lib/libc/net/protocols | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc index 683e2826c401..42a089f97d74 100644 --- a/lib/libc/net/Makefile.inc +++ b/lib/libc/net/Makefile.inc @@ -1,5 +1,4 @@ # from @(#)Makefile.inc 8.2 (Berkeley) 9/5/93 -# $FreeBSD$ # machine-independent net sources .PATH: ${LIBC_SRCTOP}/net diff --git a/lib/libc/net/hosts b/lib/libc/net/hosts index 2690a9ad48e1..03264e34f852 100644 --- a/lib/libc/net/hosts +++ b/lib/libc/net/hosts @@ -1,4 +1,3 @@ -# $FreeBSD$ # # Host Database # diff --git a/lib/libc/net/hosts.equiv b/lib/libc/net/hosts.equiv index d8a71c1ebc7f..77e9ccd4b12c 100644 --- a/lib/libc/net/hosts.equiv +++ b/lib/libc/net/hosts.equiv @@ -1,4 +1,3 @@ -# $FreeBSD$ # #localhost #my_very_good_friend.domain diff --git a/lib/libc/net/networks b/lib/libc/net/networks index a6b15d4519b7..71aeb5b05a53 100644 --- a/lib/libc/net/networks +++ b/lib/libc/net/networks @@ -1,4 +1,3 @@ -# $FreeBSD$ # @(#)networks 5.1 (Berkeley) 6/30/90 # # Your Local Networks Database diff --git a/lib/libc/net/nsswitch.conf b/lib/libc/net/nsswitch.conf index e0f14af76f2d..846b58754184 100644 --- a/lib/libc/net/nsswitch.conf +++ b/lib/libc/net/nsswitch.conf @@ -1,6 +1,5 @@ # # nsswitch.conf(5) - name service switch configuration file -# $FreeBSD$ # group: compat group_compat: nis diff --git a/lib/libc/net/protocols b/lib/libc/net/protocols index 05702d430da1..9810356b8973 100644 --- a/lib/libc/net/protocols +++ b/lib/libc/net/protocols @@ -1,7 +1,6 @@ # # Internet protocols # -# $FreeBSD$ # from: @(#)protocols 5.1 (Berkeley) 4/17/89 # # See also http://www.iana.org/assignments/protocol-numbers |