diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-08-27 23:37:10 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-27 23:37:10 +0000 |
commit | 9b7a44a60e11baaf94f68f81c4b30d26f31643b7 (patch) | |
tree | 2924a51e964369416a9c4fa35679d08926d4258c /etc/periodic/weekly | |
parent | 2a4562393f80633b81c11d4f7df00548d1cc3c48 (diff) | |
download | src-9b7a44a60e11baaf94f68f81c4b30d26f31643b7.tar.gz src-9b7a44a60e11baaf94f68f81c4b30d26f31643b7.zip |
$Id$ -> $FreeBSD$
Notes
Notes:
svn path=/head/; revision=50472
Diffstat (limited to 'etc/periodic/weekly')
-rwxr-xr-x | etc/periodic/weekly/120.clean-kvmdb | 2 | ||||
-rwxr-xr-x | etc/periodic/weekly/300.uucp | 2 | ||||
-rwxr-xr-x | etc/periodic/weekly/310.locate | 2 | ||||
-rwxr-xr-x | etc/periodic/weekly/320.whatis | 2 | ||||
-rwxr-xr-x | etc/periodic/weekly/330.catman | 2 | ||||
-rw-r--r-- | etc/periodic/weekly/340.noid | 2 | ||||
-rwxr-xr-x | etc/periodic/weekly/999.local | 2 | ||||
-rw-r--r-- | etc/periodic/weekly/Makefile | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/etc/periodic/weekly/120.clean-kvmdb b/etc/periodic/weekly/120.clean-kvmdb index abf00cd8f016..42079c28089d 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 a434f07e4183..eb915044d32b 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 f55d2ed9280e..b616a4ab4573 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 fc91e7f20813..bf159a8b472e 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 0444ada068fe..5a4f490d96c5 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 4848ee3aabfe..8a94924b6703 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 662750865611..bc9fac288c04 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 2c3d1c6b295f..33e4086f1657 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 \ |