diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/df/ext2fs_df.c | 2 | ||||
-rw-r--r-- | bin/df/ffs_df.c | 2 | ||||
-rw-r--r-- | bin/df/lfs_df.c | 2 | ||||
-rw-r--r-- | bin/ksh/tests/bksl-nl.t | 2 | ||||
-rw-r--r-- | bin/ksh/tests/history.t | 2 | ||||
-rw-r--r-- | bin/ksh/tests/read.t | 2 | ||||
-rw-r--r-- | bin/ksh/tests/regress.t | 2 | ||||
-rw-r--r-- | bin/ksh/tests/th | 2 | ||||
-rw-r--r-- | bin/ksh/tests/th-sh | 2 | ||||
-rw-r--r-- | bin/ksh/tests/th.sh | 2 |
10 files changed, 20 insertions, 0 deletions
diff --git a/bin/df/ext2fs_df.c b/bin/df/ext2fs_df.c index 66314853ccd..60bef0bf5e2 100644 --- a/bin/df/ext2fs_df.c +++ b/bin/df/ext2fs_df.c @@ -1,3 +1,5 @@ +/* $OpenBSD: ext2fs_df.c,v 1.6 2001/01/28 23:04:55 niklas Exp $ */ + /* * This file is substantially derived from src/sys/ufs/ext2fs/ext2fs_vfsops.c:e2fs_statfs(). * That file's copyright is applied here. diff --git a/bin/df/ffs_df.c b/bin/df/ffs_df.c index d44fe740e80..f166b0c657d 100644 --- a/bin/df/ffs_df.c +++ b/bin/df/ffs_df.c @@ -1,3 +1,5 @@ +/* $OpenBSD: ffs_df.c,v 1.5 2001/01/28 23:04:55 niklas Exp $ */ + /* * Copyright (c) 1980, 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. diff --git a/bin/df/lfs_df.c b/bin/df/lfs_df.c index c64b9a2b65b..d876105f803 100644 --- a/bin/df/lfs_df.c +++ b/bin/df/lfs_df.c @@ -1,3 +1,5 @@ +/* $OpenBSD: lfs_df.c,v 1.5 2001/01/28 23:04:55 niklas Exp $ */ + /* * This file is substantially duplicated from src/sys/ufs/lfs/lfs_vfsops.c:lfs_statfs(). * That file's copyright is applied here. diff --git a/bin/ksh/tests/bksl-nl.t b/bin/ksh/tests/bksl-nl.t index 3fb92ff53b5..a4a6f5495f5 100644 --- a/bin/ksh/tests/bksl-nl.t +++ b/bin/ksh/tests/bksl-nl.t @@ -1,3 +1,5 @@ +# $OpenBSD: bksl-nl.t,v 1.2 2001/01/28 23:04:56 niklas Exp $ + # # These tests deal with how \newline is handled in various situations. The # first group of tests are places where it shouldn't be collapsed, the next diff --git a/bin/ksh/tests/history.t b/bin/ksh/tests/history.t index f45884e7979..cb94df89c43 100644 --- a/bin/ksh/tests/history.t +++ b/bin/ksh/tests/history.t @@ -1,3 +1,5 @@ +# $OpenBSD: history.t,v 1.5 2001/01/28 23:04:56 niklas Exp $ + # Not tested yet: # - commands in history file are not numbered negatively # (and a few hundred other things) diff --git a/bin/ksh/tests/read.t b/bin/ksh/tests/read.t index aced86adc32..ca7e3574a81 100644 --- a/bin/ksh/tests/read.t +++ b/bin/ksh/tests/read.t @@ -1,3 +1,5 @@ +# $OpenBSD: read.t,v 1.2 2001/01/28 23:04:56 niklas Exp $ + # # To test: # POSIX: diff --git a/bin/ksh/tests/regress.t b/bin/ksh/tests/regress.t index b5d7432e991..c40976d614e 100644 --- a/bin/ksh/tests/regress.t +++ b/bin/ksh/tests/regress.t @@ -1,3 +1,5 @@ +# $OpenBSD: regress.t,v 1.11 2001/01/28 23:04:56 niklas Exp $ + # # The first 39 of these tests are from the old Bugs script. # diff --git a/bin/ksh/tests/th b/bin/ksh/tests/th index 7834b968a36..e1109882507 100644 --- a/bin/ksh/tests/th +++ b/bin/ksh/tests/th @@ -1,4 +1,6 @@ #!/usr/local/bin/perl +# $OpenBSD: th,v 1.8 2001/01/28 23:04:56 niklas Exp $ + # # Test harness for pdksh tests. diff --git a/bin/ksh/tests/th-sh b/bin/ksh/tests/th-sh index 3ca78e8c955..fef8750c03d 100644 --- a/bin/ksh/tests/th-sh +++ b/bin/ksh/tests/th-sh @@ -1,4 +1,6 @@ #!/bin/sh +# $OpenBSD: th-sh,v 1.2 2001/01/28 23:04:57 niklas Exp $ + # # Simple script to find perl and run it diff --git a/bin/ksh/tests/th.sh b/bin/ksh/tests/th.sh index 3ca78e8c955..93b07582efb 100644 --- a/bin/ksh/tests/th.sh +++ b/bin/ksh/tests/th.sh @@ -1,4 +1,6 @@ #!/bin/sh +# $OpenBSD: th.sh,v 1.4 2001/01/28 23:04:57 niklas Exp $ + # # Simple script to find perl and run it |