summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/calendar/ostern.c4
-rw-r--r--usr.bin/gencat/gencat.16
-rw-r--r--usr.bin/locate/bigram/locate.bigram.c4
-rw-r--r--usr.bin/locate/code/locate.code.c4
-rw-r--r--usr.bin/locate/locate/Makefile3
-rw-r--r--usr.bin/locate/locate/fastfind.c4
-rw-r--r--usr.bin/locate/locate/locate.15
-rw-r--r--usr.bin/locate/locate/locate.c4
-rw-r--r--usr.bin/locate/locate/mklocatedb.sh3
-rw-r--r--usr.bin/locate/locate/updatedb.sh3
-rw-r--r--usr.bin/locate/locate/util.c4
11 files changed, 13 insertions, 31 deletions
diff --git a/usr.bin/calendar/ostern.c b/usr.bin/calendar/ostern.c
index 85d4d473400..536e7b8fb24 100644
--- a/usr.bin/calendar/ostern.c
+++ b/usr.bin/calendar/ostern.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ostern.c,v 1.8 2015/03/15 00:41:28 millert Exp $ */
+/* $OpenBSD: ostern.c,v 1.9 2019/01/17 06:15:44 tedu Exp $ */
/*
* Copyright (c) 1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
@@ -24,8 +24,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: ostern.c,v 1.8 2015/03/15 00:41:28 millert Exp $
*/
#include <stdio.h>
diff --git a/usr.bin/gencat/gencat.1 b/usr.bin/gencat/gencat.1
index 70742291d9d..f6778493e9d 100644
--- a/usr.bin/gencat/gencat.1
+++ b/usr.bin/gencat/gencat.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gencat.1,v 1.20 2015/11/01 21:26:48 jmc Exp $
+.\" $OpenBSD: gencat.1,v 1.21 2019/01/17 06:15:44 tedu Exp $
.\"
.\" Copyright (c) 1997 Ken Stailey
.\"
@@ -24,9 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: gencat.1,v 1.20 2015/11/01 21:26:48 jmc Exp $
-.\"
-.Dd $Mdocdate: November 1 2015 $
+.Dd $Mdocdate: January 17 2019 $
.Dt GENCAT 1
.Os
.Sh NAME
diff --git a/usr.bin/locate/bigram/locate.bigram.c b/usr.bin/locate/bigram/locate.bigram.c
index d4d2fa9f763..4cd44249af4 100644
--- a/usr.bin/locate/bigram/locate.bigram.c
+++ b/usr.bin/locate/bigram/locate.bigram.c
@@ -1,5 +1,5 @@
/*
- * $OpenBSD: locate.bigram.c,v 1.15 2015/12/09 01:58:34 jsg Exp $
+ * $OpenBSD: locate.bigram.c,v 1.16 2019/01/17 06:15:44 tedu Exp $
*
* Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
* Copyright (c) 1989, 1993
@@ -31,8 +31,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: locate.bigram.c,v 1.15 2015/12/09 01:58:34 jsg Exp $
*/
/*
diff --git a/usr.bin/locate/code/locate.code.c b/usr.bin/locate/code/locate.code.c
index 3711886e8e4..1e6a6b797e6 100644
--- a/usr.bin/locate/code/locate.code.c
+++ b/usr.bin/locate/code/locate.code.c
@@ -1,5 +1,5 @@
/*
- * $OpenBSD: locate.code.c,v 1.20 2018/05/30 15:13:22 espie Exp $
+ * $OpenBSD: locate.code.c,v 1.21 2019/01/17 06:15:44 tedu Exp $
*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -30,8 +30,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: locate.code.c,v 1.20 2018/05/30 15:13:22 espie Exp $
*/
/*
diff --git a/usr.bin/locate/locate/Makefile b/usr.bin/locate/locate/Makefile
index cc85a6d6006..bfd68a7e204 100644
--- a/usr.bin/locate/locate/Makefile
+++ b/usr.bin/locate/locate/Makefile
@@ -1,7 +1,6 @@
-# $OpenBSD: Makefile,v 1.12 2017/06/20 20:24:07 akfaew Exp $
+# $OpenBSD: Makefile,v 1.13 2019/01/17 06:15:44 tedu Exp $
#
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id: Makefile,v 1.12 2017/06/20 20:24:07 akfaew Exp $
PROG= locate
SRCS= util.c locate.c
diff --git a/usr.bin/locate/locate/fastfind.c b/usr.bin/locate/locate/fastfind.c
index 4512b6ebb62..1b8dd4c7b56 100644
--- a/usr.bin/locate/locate/fastfind.c
+++ b/usr.bin/locate/locate/fastfind.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fastfind.c,v 1.15 2019/01/14 09:06:04 schwarze Exp $ */
+/* $OpenBSD: fastfind.c,v 1.16 2019/01/17 06:15:44 tedu Exp $ */
/*
* Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
@@ -31,8 +31,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: fastfind.c,v 1.15 2019/01/14 09:06:04 schwarze Exp $
*/
#ifndef _LOCATE_STATISTIC_
diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1
index 750b2881094..7b48e30380b 100644
--- a/usr.bin/locate/locate/locate.1
+++ b/usr.bin/locate/locate/locate.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: locate.1,v 1.30 2019/01/14 09:58:11 schwarze Exp $
+.\" $OpenBSD: locate.1,v 1.31 2019/01/17 06:15:44 tedu Exp $
.\"
.\" Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
.\" Copyright (c) 1990, 1993
@@ -29,9 +29,8 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)locate.1 8.1 (Berkeley) 6/6/93
-.\" $Id: locate.1,v 1.30 2019/01/14 09:58:11 schwarze Exp $
.\"
-.Dd $Mdocdate: January 14 2019 $
+.Dd $Mdocdate: January 17 2019 $
.Dt LOCATE 1
.Os
.Sh NAME
diff --git a/usr.bin/locate/locate/locate.c b/usr.bin/locate/locate/locate.c
index dcb14211b89..16ae9513ce9 100644
--- a/usr.bin/locate/locate/locate.c
+++ b/usr.bin/locate/locate/locate.c
@@ -1,5 +1,5 @@
/*
- * $OpenBSD: locate.c,v 1.32 2019/01/14 09:06:04 schwarze Exp $
+ * $OpenBSD: locate.c,v 1.33 2019/01/17 06:15:44 tedu Exp $
*
* Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
* Copyright (c) 1989, 1993
@@ -31,8 +31,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: locate.c,v 1.32 2019/01/14 09:06:04 schwarze Exp $
*/
/*
diff --git a/usr.bin/locate/locate/mklocatedb.sh b/usr.bin/locate/locate/mklocatedb.sh
index ba14a8e02a8..87547d9cd38 100644
--- a/usr.bin/locate/locate/mklocatedb.sh
+++ b/usr.bin/locate/locate/mklocatedb.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $OpenBSD: mklocatedb.sh,v 1.13 2007/03/18 20:13:49 otto Exp $
+# $OpenBSD: mklocatedb.sh,v 1.14 2019/01/17 06:15:44 tedu Exp $
#
# Copyright (c) September 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
# All rights reserved.
@@ -30,7 +30,6 @@
#
# usage: mklocatedb [-presort] < filelist > database
#
-# $Id: mklocatedb.sh,v 1.13 2007/03/18 20:13:49 otto Exp $
# The directory containing locate subprograms
diff --git a/usr.bin/locate/locate/updatedb.sh b/usr.bin/locate/locate/updatedb.sh
index c4e2748890a..16e6bc88a69 100644
--- a/usr.bin/locate/locate/updatedb.sh
+++ b/usr.bin/locate/locate/updatedb.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $OpenBSD: updatedb.sh,v 1.13 2015/08/14 03:02:07 rzalamena Exp $
+# $OpenBSD: updatedb.sh,v 1.14 2019/01/17 06:15:44 tedu Exp $
#
# Copyright (c) September 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
# All rights reserved.
@@ -28,7 +28,6 @@
#
# updatedb - update locate database for local mounted filesystems
#
-# $Id: updatedb.sh,v 1.13 2015/08/14 03:02:07 rzalamena Exp $
LOCATE_CONFIG="/etc/locate.rc"
if [ -f "$LOCATE_CONFIG" -a -r "$LOCATE_CONFIG" ]; then
diff --git a/usr.bin/locate/locate/util.c b/usr.bin/locate/locate/util.c
index 49bdb96375d..f8c08eff41d 100644
--- a/usr.bin/locate/locate/util.c
+++ b/usr.bin/locate/locate/util.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: util.c,v 1.15 2019/01/14 09:06:04 schwarze Exp $
+/* $OpenBSD: util.c,v 1.16 2019/01/17 06:15:44 tedu Exp $
*
* Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
* Copyright (c) 1989, 1993
@@ -30,8 +30,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: util.c,v 1.15 2019/01/14 09:06:04 schwarze Exp $
*/