summaryrefslogtreecommitdiffstats
path: root/etc/periodic/weekly
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-27 23:37:10 +0000
committerpeter <peter@FreeBSD.org>1999-08-27 23:37:10 +0000
commit289c0d262f52855ab454afdf7386d034fb2404b8 (patch)
tree8500936e97f809eca13f646b0a148ef28ff005be /etc/periodic/weekly
parent66312e4a8d4ad8bda7524141fcd8fd3fade9e807 (diff)
downloadFreeBSD-src-289c0d262f52855ab454afdf7386d034fb2404b8.zip
FreeBSD-src-289c0d262f52855ab454afdf7386d034fb2404b8.tar.gz
$Id$ -> $FreeBSD$
Diffstat (limited to 'etc/periodic/weekly')
-rwxr-xr-xetc/periodic/weekly/120.clean-kvmdb2
-rwxr-xr-xetc/periodic/weekly/300.uucp2
-rwxr-xr-xetc/periodic/weekly/310.locate2
-rwxr-xr-xetc/periodic/weekly/320.whatis2
-rwxr-xr-xetc/periodic/weekly/330.catman2
-rw-r--r--etc/periodic/weekly/340.noid2
-rwxr-xr-xetc/periodic/weekly/999.local2
-rw-r--r--etc/periodic/weekly/Makefile2
8 files changed, 8 insertions, 8 deletions
diff --git a/etc/periodic/weekly/120.clean-kvmdb b/etc/periodic/weekly/120.clean-kvmdb
index abf00cd..42079c2 100755
--- a/etc/periodic/weekly/120.clean-kvmdb
+++ b/etc/periodic/weekly/120.clean-kvmdb
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: 120.clean-kvmdb,v 1.2 1998/01/01 09:04:47 bde Exp $
+# $FreeBSD$
#
if [ -d /var/db ] ; then
diff --git a/etc/periodic/weekly/300.uucp b/etc/periodic/weekly/300.uucp
index a434f07..eb91504 100755
--- a/etc/periodic/weekly/300.uucp
+++ b/etc/periodic/weekly/300.uucp
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: 300.uucp,v 1.1.1.1 1997/08/16 17:04:02 pst Exp $
+# $FreeBSD$
#
# This is really here for backwards compatibility, clean.weekly is not
# created by default anymore.
diff --git a/etc/periodic/weekly/310.locate b/etc/periodic/weekly/310.locate
index f55d2ed..b616a4a 100755
--- a/etc/periodic/weekly/310.locate
+++ b/etc/periodic/weekly/310.locate
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: 310.locate,v 1.2 1997/11/01 15:00:40 wosch Exp $
+# $FreeBSD$
#
locdb=/var/db/locate.database
diff --git a/etc/periodic/weekly/320.whatis b/etc/periodic/weekly/320.whatis
index fc91e7f..bf159a8 100755
--- a/etc/periodic/weekly/320.whatis
+++ b/etc/periodic/weekly/320.whatis
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: 320.whatis,v 1.1.1.1 1997/08/16 17:04:02 pst Exp $
+# $FreeBSD$
#
if [ -x /usr/libexec/makewhatis.local -a -x /usr/bin/manpath ] ; then
diff --git a/etc/periodic/weekly/330.catman b/etc/periodic/weekly/330.catman
index 0444ada..5a4f490 100755
--- a/etc/periodic/weekly/330.catman
+++ b/etc/periodic/weekly/330.catman
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: 330.catman,v 1.1.1.1 1997/08/16 17:04:02 pst Exp $
+# $FreeBSD$
#
exit 0 # do not run by default
diff --git a/etc/periodic/weekly/340.noid b/etc/periodic/weekly/340.noid
index 4848ee3..8a94924 100644
--- a/etc/periodic/weekly/340.noid
+++ b/etc/periodic/weekly/340.noid
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id$
+# $FreeBSD$
exit 0 # do not run by default
diff --git a/etc/periodic/weekly/999.local b/etc/periodic/weekly/999.local
index 6627508..bc9fac2 100755
--- a/etc/periodic/weekly/999.local
+++ b/etc/periodic/weekly/999.local
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: 999.local,v 1.1.1.1 1997/08/16 17:04:02 pst Exp $
+# $FreeBSD$
#
if [ -f /etc/weekly.local ]; then
diff --git a/etc/periodic/weekly/Makefile b/etc/periodic/weekly/Makefile
index 2c3d1c6..33e4086 100644
--- a/etc/periodic/weekly/Makefile
+++ b/etc/periodic/weekly/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1997/08/18 16:49:40 pst Exp $
+# $FreeBSD$
BIN= 120.clean-kvmdb \
300.uucp \
OpenPOWER on IntegriCloud