summaryrefslogtreecommitdiffstats
path: root/libexec/lfs_cleanerd
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-09-22 21:56:57 +0000
committerwosch <wosch@FreeBSD.org>1996-09-22 21:56:57 +0000
commit361a15b8f4a83afeff37ca3cdf0689db0bad4dd7 (patch)
tree4867a3bdc9ae39645860d414e03dc04a0418a63a /libexec/lfs_cleanerd
parent880849a80eb75b12a7a46608998c601f529e2e36 (diff)
downloadFreeBSD-src-361a15b8f4a83afeff37ca3cdf0689db0bad4dd7.zip
FreeBSD-src-361a15b8f4a83afeff37ca3cdf0689db0bad4dd7.tar.gz
add forgotten $Id$
Diffstat (limited to 'libexec/lfs_cleanerd')
-rw-r--r--libexec/lfs_cleanerd/Makefile1
-rw-r--r--libexec/lfs_cleanerd/clean.h1
-rw-r--r--libexec/lfs_cleanerd/cleanerd.c2
-rw-r--r--libexec/lfs_cleanerd/lfs_cleanerd.81
-rw-r--r--libexec/lfs_cleanerd/library.c2
-rw-r--r--libexec/lfs_cleanerd/print.c2
6 files changed, 9 insertions, 0 deletions
diff --git a/libexec/lfs_cleanerd/Makefile b/libexec/lfs_cleanerd/Makefile
index dac065c..cda9236 100644
--- a/libexec/lfs_cleanerd/Makefile
+++ b/libexec/lfs_cleanerd/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
+# $Id$
PROG= lfs_cleanerd
CFLAGS+=-I/sys/ufs/lfs -I${.CURDIR} ${DEBUG}
diff --git a/libexec/lfs_cleanerd/clean.h b/libexec/lfs_cleanerd/clean.h
index 729d0f8..b28cffe 100644
--- a/libexec/lfs_cleanerd/clean.h
+++ b/libexec/lfs_cleanerd/clean.h
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)clean.h 8.1 (Berkeley) 6/4/93
+ * $Id$
*/
/*
diff --git a/libexec/lfs_cleanerd/cleanerd.c b/libexec/lfs_cleanerd/cleanerd.c
index 994992e..44bd702 100644
--- a/libexec/lfs_cleanerd/cleanerd.c
+++ b/libexec/lfs_cleanerd/cleanerd.c
@@ -29,6 +29,8 @@
* 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$
*/
#ifndef lint
diff --git a/libexec/lfs_cleanerd/lfs_cleanerd.8 b/libexec/lfs_cleanerd/lfs_cleanerd.8
index d8ce2b4..2163de6 100644
--- a/libexec/lfs_cleanerd/lfs_cleanerd.8
+++ b/libexec/lfs_cleanerd/lfs_cleanerd.8
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)lfs_cleanerd.8 8.2 (Berkeley) 12/11/93
+.\" $Id$
.\"
.Dd "December 11, 1993"
.Dt LFS_CLEANERD 8
diff --git a/libexec/lfs_cleanerd/library.c b/libexec/lfs_cleanerd/library.c
index 62f345a..0901030 100644
--- a/libexec/lfs_cleanerd/library.c
+++ b/libexec/lfs_cleanerd/library.c
@@ -29,6 +29,8 @@
* 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$
*/
#ifndef lint
diff --git a/libexec/lfs_cleanerd/print.c b/libexec/lfs_cleanerd/print.c
index 64320c5..8468f12 100644
--- a/libexec/lfs_cleanerd/print.c
+++ b/libexec/lfs_cleanerd/print.c
@@ -29,6 +29,8 @@
* 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$
*/
#ifndef lint
OpenPOWER on IntegriCloud