summaryrefslogtreecommitdiff
path: root/usr.bin/at
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-03-20 08:47:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-03-20 08:47:53 +0000
commit7e6cd705f344de2f9f08475a0fa2ef9191f88dd0 (patch)
tree3ce9d5458d0d6e880d50e1e1f1e1ed7521a35ad1 /usr.bin/at
parent172a0f0d163415e05ea07968167b11145975a6cb (diff)
Diffstat (limited to 'usr.bin/at')
-rw-r--r--usr.bin/at/Makefile2
-rw-r--r--usr.bin/at/at.c2
-rw-r--r--usr.bin/at/at.man2
-rw-r--r--usr.bin/at/panic.c2
-rw-r--r--usr.bin/at/parsetime.c2
-rw-r--r--usr.bin/at/perm.c2
-rw-r--r--usr.bin/at/privs.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile
index df96d573b49b..10a405835d60 100644
--- a/usr.bin/at/Makefile
+++ b/usr.bin/at/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/at/Makefile,v 1.10 1999/08/28 00:59:08 peter Exp $
.include "${.CURDIR}/Makefile.inc"
diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c
index 909207a6eada..16d0594c0106 100644
--- a/usr.bin/at/at.c
+++ b/usr.bin/at/at.c
@@ -28,7 +28,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/at/at.c,v 1.18 1999/12/05 19:57:14 charnier Exp $";
#endif /* not lint */
#define _USE_BSD 1
diff --git a/usr.bin/at/at.man b/usr.bin/at/at.man
index 3cf878fad9b9..f94144f4587f 100644
--- a/usr.bin/at/at.man
+++ b/usr.bin/at/at.man
@@ -1,4 +1,4 @@
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/at/at.man,v 1.13 1999/12/05 19:57:14 charnier Exp $
.Dd April 12, 1995
.Dt "AT" 1
.Os FreeBSD 2.1
diff --git a/usr.bin/at/panic.c b/usr.bin/at/panic.c
index 9cabc1da0d5e..95e6c8e86178 100644
--- a/usr.bin/at/panic.c
+++ b/usr.bin/at/panic.c
@@ -25,7 +25,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/at/panic.c,v 1.10 1999/12/05 19:57:14 charnier Exp $";
#endif /* not lint */
/* System Headers */
diff --git a/usr.bin/at/parsetime.c b/usr.bin/at/parsetime.c
index bc8f899e2839..cf47238c54d1 100644
--- a/usr.bin/at/parsetime.c
+++ b/usr.bin/at/parsetime.c
@@ -35,7 +35,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/at/parsetime.c,v 1.19 1999/12/05 19:57:14 charnier Exp $";
#endif /* not lint */
/* System Headers */
diff --git a/usr.bin/at/perm.c b/usr.bin/at/perm.c
index e7bb9b1d555d..fbb2036ad81f 100644
--- a/usr.bin/at/perm.c
+++ b/usr.bin/at/perm.c
@@ -25,7 +25,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/at/perm.c,v 1.9 1999/12/05 19:57:14 charnier Exp $";
#endif /* not lint */
/* System Headers */
diff --git a/usr.bin/at/privs.h b/usr.bin/at/privs.h
index 2fce5c02e4a6..ad9909b9268f 100644
--- a/usr.bin/at/privs.h
+++ b/usr.bin/at/privs.h
@@ -22,7 +22,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.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/at/privs.h,v 1.7 1999/12/05 19:57:14 charnier Exp $
*/
#ifndef _PRIVS_H