aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/locate
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:55:03 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:55:03 +0000
commitd0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf (patch)
tree37ee9e3a9af3eec3e1baf2793da82358c404479b /usr.bin/locate
parent031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff)
downloadsrc-d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf.tar.gz
src-d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf.zip
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Diffstat (limited to 'usr.bin/locate')
-rw-r--r--usr.bin/locate/Makefile1
-rw-r--r--usr.bin/locate/Makefile.inc1
-rw-r--r--usr.bin/locate/bigram/Makefile1
-rw-r--r--usr.bin/locate/bigram/Makefile.depend1
-rw-r--r--usr.bin/locate/code/Makefile1
-rw-r--r--usr.bin/locate/code/Makefile.depend1
-rw-r--r--usr.bin/locate/locate/Makefile1
-rw-r--r--usr.bin/locate/locate/Makefile.depend1
-rw-r--r--usr.bin/locate/locate/concatdb.sh1
-rw-r--r--usr.bin/locate/locate/locate.rc1
-rw-r--r--usr.bin/locate/locate/mklocatedb.sh1
-rw-r--r--usr.bin/locate/locate/updatedb.sh1
12 files changed, 0 insertions, 12 deletions
diff --git a/usr.bin/locate/Makefile b/usr.bin/locate/Makefile
index 05b13580bf7d..36cad5ca1e28 100644
--- a/usr.bin/locate/Makefile
+++ b/usr.bin/locate/Makefile
@@ -1,5 +1,4 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
SUBDIR= bigram code locate
diff --git a/usr.bin/locate/Makefile.inc b/usr.bin/locate/Makefile.inc
index 5ce397d85406..070f751c5aa4 100644
--- a/usr.bin/locate/Makefile.inc
+++ b/usr.bin/locate/Makefile.inc
@@ -1,4 +1,3 @@
-# $FreeBSD$
LIBEXECDIR?= /usr/libexec
diff --git a/usr.bin/locate/bigram/Makefile b/usr.bin/locate/bigram/Makefile
index 0591c4d53a91..0b627dea5388 100644
--- a/usr.bin/locate/bigram/Makefile
+++ b/usr.bin/locate/bigram/Makefile
@@ -1,5 +1,4 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
PROG= locate.bigram
MAN=
diff --git a/usr.bin/locate/bigram/Makefile.depend b/usr.bin/locate/bigram/Makefile.depend
index 8941ee6d8ae2..38d979787478 100644
--- a/usr.bin/locate/bigram/Makefile.depend
+++ b/usr.bin/locate/bigram/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/usr.bin/locate/code/Makefile b/usr.bin/locate/code/Makefile
index dc2075fbdcb9..779a5322065c 100644
--- a/usr.bin/locate/code/Makefile
+++ b/usr.bin/locate/code/Makefile
@@ -1,5 +1,4 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
PROG= locate.code
CFLAGS+=-I${.CURDIR}/../locate
diff --git a/usr.bin/locate/code/Makefile.depend b/usr.bin/locate/code/Makefile.depend
index 8d409f5263ac..6ef78fac5cbf 100644
--- a/usr.bin/locate/code/Makefile.depend
+++ b/usr.bin/locate/code/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/usr.bin/locate/locate/Makefile b/usr.bin/locate/locate/Makefile
index e2f5192d0b4a..18c3eb5a808e 100644
--- a/usr.bin/locate/locate/Makefile
+++ b/usr.bin/locate/locate/Makefile
@@ -1,5 +1,4 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
CONFS= locate.rc
PROG= locate
diff --git a/usr.bin/locate/locate/Makefile.depend b/usr.bin/locate/locate/Makefile.depend
index b9209eb15132..344a5d0e9310 100644
--- a/usr.bin/locate/locate/Makefile.depend
+++ b/usr.bin/locate/locate/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/usr.bin/locate/locate/concatdb.sh b/usr.bin/locate/locate/concatdb.sh
index 2ac8d2d80208..9693017ec676 100644
--- a/usr.bin/locate/locate/concatdb.sh
+++ b/usr.bin/locate/locate/concatdb.sh
@@ -32,7 +32,6 @@
#
# Please note: the sequence of databases is important.
#
-# $FreeBSD$
# stop on first error
set -e
diff --git a/usr.bin/locate/locate/locate.rc b/usr.bin/locate/locate/locate.rc
index 99655c5005c6..404af4cc4a64 100644
--- a/usr.bin/locate/locate/locate.rc
+++ b/usr.bin/locate/locate/locate.rc
@@ -1,7 +1,6 @@
#
# /etc/locate.rc - command script for updatedb(8)
#
-# $FreeBSD$
#
# All commented values are the defaults
diff --git a/usr.bin/locate/locate/mklocatedb.sh b/usr.bin/locate/locate/mklocatedb.sh
index 47e9ceab261a..40727fdd9e7a 100644
--- a/usr.bin/locate/locate/mklocatedb.sh
+++ b/usr.bin/locate/locate/mklocatedb.sh
@@ -30,7 +30,6 @@
#
# usage: mklocatedb [-presort] < filelist > database
#
-# $FreeBSD$
# stop on first error
set -e
diff --git a/usr.bin/locate/locate/updatedb.sh b/usr.bin/locate/locate/updatedb.sh
index 3f99ba6fc288..e874700afdb8 100644
--- a/usr.bin/locate/locate/updatedb.sh
+++ b/usr.bin/locate/locate/updatedb.sh
@@ -28,7 +28,6 @@
#
# updatedb - update locate database for local mounted filesystems
#
-# $FreeBSD$
if [ "$(id -u)" = "0" ]; then
echo ">>> WARNING" 1>&2