summaryrefslogtreecommitdiffstats
path: root/sbin/atm
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-28 00:22:10 +0000
committerpeter <peter@FreeBSD.org>1999-08-28 00:22:10 +0000
commit76f0c923fe4b2a1616453876611dc76b4f6b5355 (patch)
tree11c3e263d5f0f3acaf3b23fd63177baa9d93b750 /sbin/atm
parentc148814ac642685a549ea821e649cd359879c935 (diff)
downloadFreeBSD-src-76f0c923fe4b2a1616453876611dc76b4f6b5355.zip
FreeBSD-src-76f0c923fe4b2a1616453876611dc76b4f6b5355.tar.gz
$Id$ -> $FreeBSD$
Diffstat (limited to 'sbin/atm')
-rw-r--r--sbin/atm/Makefile2
-rw-r--r--sbin/atm/Makefile.inc2
-rw-r--r--sbin/atm/atm/Makefile2
-rw-r--r--sbin/atm/atm/atm.82
-rw-r--r--sbin/atm/atm/atm.c4
-rw-r--r--sbin/atm/atm/atm.h2
-rw-r--r--sbin/atm/atm/atm_eni.c4
-rw-r--r--sbin/atm/atm/atm_fore200.c4
-rw-r--r--sbin/atm/atm/atm_inet.c4
-rw-r--r--sbin/atm/atm/atm_print.c4
-rw-r--r--sbin/atm/atm/atm_set.c4
-rw-r--r--sbin/atm/atm/atm_show.c4
-rw-r--r--sbin/atm/atm/atm_subr.c4
-rw-r--r--sbin/atm/fore_dnld/Makefile2
-rw-r--r--sbin/atm/fore_dnld/fore_dnld.82
-rw-r--r--sbin/atm/fore_dnld/fore_dnld.c4
-rw-r--r--sbin/atm/ilmid/Makefile2
-rw-r--r--sbin/atm/ilmid/ilmid.82
-rw-r--r--sbin/atm/ilmid/ilmid.c4
19 files changed, 29 insertions, 29 deletions
diff --git a/sbin/atm/Makefile b/sbin/atm/Makefile
index 481f216..f17c173 100644
--- a/sbin/atm/Makefile
+++ b/sbin/atm/Makefile
@@ -23,7 +23,7 @@
# Copies of this Software may be made, however, the above copyright
# notice must be reproduced on all copies.
#
-# @(#) $Id: Makefile,v 1.5 1998/07/10 16:01:58 jpt Exp $
+# @(#) $FreeBSD$
#
SUBDIR= atm \
diff --git a/sbin/atm/Makefile.inc b/sbin/atm/Makefile.inc
index 2bf6722..8878187 100644
--- a/sbin/atm/Makefile.inc
+++ b/sbin/atm/Makefile.inc
@@ -23,7 +23,7 @@
# Copies of this Software may be made, however, the above copyright
# notice must be reproduced on all copies.
#
-# @(#) $Id: Makefile.inc,v 1.5 1998/07/10 16:01:58 jpt Exp $
+# @(#) $FreeBSD$
#
#
diff --git a/sbin/atm/atm/Makefile b/sbin/atm/atm/Makefile
index 6d5667b..dab4b34 100644
--- a/sbin/atm/atm/Makefile
+++ b/sbin/atm/atm/Makefile
@@ -23,7 +23,7 @@
# Copies of this Software may be made, however, the above copyright
# notice must be reproduced on all copies.
#
-# @(#) $Id: Makefile,v 1.2 1998/09/15 19:16:25 phk Exp $
+# @(#) $FreeBSD$
#
#
diff --git a/sbin/atm/atm/atm.8 b/sbin/atm/atm/atm.8
index 9dc9231..6776405 100644
--- a/sbin/atm/atm/atm.8
+++ b/sbin/atm/atm/atm.8
@@ -22,7 +22,7 @@
.\" Copies of this Software may be made, however, the above copyright
.\" notice must be reproduced on all copies.
.\"
-.\" @(#) $Id: atm.8,v 1.1 1998/09/15 08:22:45 phk Exp $
+.\" @(#) $FreeBSD$
.\"
.\"
.de EX \"Begin example
diff --git a/sbin/atm/atm/atm.c b/sbin/atm/atm/atm.c
index 9231207..77058a1 100644
--- a/sbin/atm/atm/atm.c
+++ b/sbin/atm/atm/atm.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: atm.c,v 1.1 1998/09/15 08:22:45 phk Exp $
+ * @(#) $FreeBSD$
*
*/
@@ -60,7 +60,7 @@
#include "atm.h"
#ifndef lint
-__RCSID("@(#) $Id: atm.c,v 1.1 1998/09/15 08:22:45 phk Exp $");
+__RCSID("@(#) $FreeBSD$");
#endif
diff --git a/sbin/atm/atm/atm.h b/sbin/atm/atm/atm.h
index bed5bad..6255680 100644
--- a/sbin/atm/atm/atm.h
+++ b/sbin/atm/atm/atm.h
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: atm.h,v 1.2 1999/01/20 18:36:58 mks Exp $
+ * @(#) $FreeBSD$
*
*/
diff --git a/sbin/atm/atm/atm_eni.c b/sbin/atm/atm/atm_eni.c
index 6bf0985..b2c5dee 100644
--- a/sbin/atm/atm/atm_eni.c
+++ b/sbin/atm/atm/atm_eni.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: atm_eni.c,v 1.1 1998/09/15 08:22:45 phk Exp $
+ * @(#) $FreeBSD$
*
*/
@@ -57,7 +57,7 @@
#include "atm.h"
#ifndef lint
-__RCSID("@(#) $Id: atm_eni.c,v 1.1 1998/09/15 08:22:45 phk Exp $");
+__RCSID("@(#) $FreeBSD$");
#endif
diff --git a/sbin/atm/atm/atm_fore200.c b/sbin/atm/atm/atm_fore200.c
index 0040aa4..f2522fd 100644
--- a/sbin/atm/atm/atm_fore200.c
+++ b/sbin/atm/atm/atm_fore200.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: atm_fore200.c,v 1.1 1998/09/15 08:22:45 phk Exp $
+ * @(#) $FreeBSD$
*
*/
@@ -59,7 +59,7 @@
#include "atm.h"
#ifndef lint
-__RCSID("@(#) $Id: atm_fore200.c,v 1.1 1998/09/15 08:22:45 phk Exp $");
+__RCSID("@(#) $FreeBSD$");
#endif
diff --git a/sbin/atm/atm/atm_inet.c b/sbin/atm/atm/atm_inet.c
index 9ca2ceb..4c8bb16 100644
--- a/sbin/atm/atm/atm_inet.c
+++ b/sbin/atm/atm/atm_inet.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: atm_inet.c,v 1.1 1998/09/15 08:22:45 phk Exp $
+ * @(#) $FreeBSD$
*
*/
@@ -56,7 +56,7 @@
#include "atm.h"
#ifndef lint
-__RCSID("@(#) $Id: atm_inet.c,v 1.1 1998/09/15 08:22:45 phk Exp $");
+__RCSID("@(#) $FreeBSD$");
#endif
diff --git a/sbin/atm/atm/atm_print.c b/sbin/atm/atm/atm_print.c
index 4b5e843..30bf2ec 100644
--- a/sbin/atm/atm/atm_print.c
+++ b/sbin/atm/atm/atm_print.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: atm_print.c,v 1.1 1998/09/15 08:22:45 phk Exp $
+ * @(#) $FreeBSD$
*
*/
@@ -64,7 +64,7 @@
#include "atm.h"
#ifndef lint
-__RCSID("@(#) $Id: atm_print.c,v 1.1 1998/09/15 08:22:45 phk Exp $");
+__RCSID("@(#) $FreeBSD$");
#endif
diff --git a/sbin/atm/atm/atm_set.c b/sbin/atm/atm/atm_set.c
index 413116b..6522e83 100644
--- a/sbin/atm/atm/atm_set.c
+++ b/sbin/atm/atm/atm_set.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: atm_set.c,v 1.1 1998/09/15 08:22:45 phk Exp $
+ * @(#) $FreeBSD$
*
*/
@@ -58,7 +58,7 @@
#include "atm.h"
#ifndef lint
-__RCSID("@(#) $Id: atm_set.c,v 1.1 1998/09/15 08:22:45 phk Exp $");
+__RCSID("@(#) $FreeBSD$");
#endif
diff --git a/sbin/atm/atm/atm_show.c b/sbin/atm/atm/atm_show.c
index 7e29685..8ab7a22 100644
--- a/sbin/atm/atm/atm_show.c
+++ b/sbin/atm/atm/atm_show.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: atm_show.c,v 1.1 1998/09/15 08:22:46 phk Exp $
+ * @(#) $FreeBSD$
*
*/
@@ -57,7 +57,7 @@
#include "atm.h"
#ifndef lint
-__RCSID("@(#) $Id: atm_show.c,v 1.1 1998/09/15 08:22:46 phk Exp $");
+__RCSID("@(#) $FreeBSD$");
#endif
diff --git a/sbin/atm/atm/atm_subr.c b/sbin/atm/atm/atm_subr.c
index 6c2cbb9..c923c28 100644
--- a/sbin/atm/atm/atm_subr.c
+++ b/sbin/atm/atm/atm_subr.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: atm_subr.c,v 1.1 1998/09/15 08:22:46 phk Exp $
+ * @(#) $FreeBSD$
*
*/
@@ -57,7 +57,7 @@
#include "atm.h"
#ifndef lint
-__RCSID("@(#) $Id: atm_subr.c,v 1.1 1998/09/15 08:22:46 phk Exp $");
+__RCSID("@(#) $FreeBSD$");
#endif
diff --git a/sbin/atm/fore_dnld/Makefile b/sbin/atm/fore_dnld/Makefile
index fef11f3..8162a1d 100644
--- a/sbin/atm/fore_dnld/Makefile
+++ b/sbin/atm/fore_dnld/Makefile
@@ -23,7 +23,7 @@
# Copies of this Software may be made, however, the above copyright
# notice must be reproduced on all copies.
#
-# @(#) $Id: Makefile,v 1.2 1998/09/15 19:16:32 phk Exp $
+# @(#) $FreeBSD$
#
#
diff --git a/sbin/atm/fore_dnld/fore_dnld.8 b/sbin/atm/fore_dnld/fore_dnld.8
index 770f85d..b41a941 100644
--- a/sbin/atm/fore_dnld/fore_dnld.8
+++ b/sbin/atm/fore_dnld/fore_dnld.8
@@ -22,7 +22,7 @@
.\" Copies of this Software may be made, however, the above copyright
.\" notice must be reproduced on all copies.
.\"
-.\" @(#) $Id: fore_dnld.1,v 1.4 1997/05/09 17:29:37 mks Exp $
+.\" @(#) $FreeBSD$
.\"
.\"
.de EX \"Begin example
diff --git a/sbin/atm/fore_dnld/fore_dnld.c b/sbin/atm/fore_dnld/fore_dnld.c
index ecf0567..8b98cc1 100644
--- a/sbin/atm/fore_dnld/fore_dnld.c
+++ b/sbin/atm/fore_dnld/fore_dnld.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: fore_dnld.c,v 1.3 1999/05/23 23:18:34 imp Exp $
+ * @(#) $FreeBSD$
*
*/
@@ -64,7 +64,7 @@
#include <unistd.h>
#ifndef lint
-__RCSID("@(#) $Id: fore_dnld.c,v 1.3 1999/05/23 23:18:34 imp Exp $");
+__RCSID("@(#) $FreeBSD$");
#endif
diff --git a/sbin/atm/ilmid/Makefile b/sbin/atm/ilmid/Makefile
index 6082855..bdeb248 100644
--- a/sbin/atm/ilmid/Makefile
+++ b/sbin/atm/ilmid/Makefile
@@ -23,7 +23,7 @@
# Copies of this Software may be made, however, the above copyright
# notice must be reproduced on all copies.
#
-# @(#) $Id: Makefile,v 1.2 1998/09/15 19:16:32 phk Exp $
+# @(#) $FreeBSD$
#
#
diff --git a/sbin/atm/ilmid/ilmid.8 b/sbin/atm/ilmid/ilmid.8
index e837adb..9ee2958 100644
--- a/sbin/atm/ilmid/ilmid.8
+++ b/sbin/atm/ilmid/ilmid.8
@@ -22,7 +22,7 @@
.\" Copies of this Software may be made, however, the above copyright
.\" notice must be reproduced on all copies.
.\"
-.\" @(#) $Id:$
+.\" @(#) $FreeBSD$
.\"
.\"
.de EX \"Begin example
diff --git a/sbin/atm/ilmid/ilmid.c b/sbin/atm/ilmid/ilmid.c
index 7c2e0f3..4bb136c 100644
--- a/sbin/atm/ilmid/ilmid.c
+++ b/sbin/atm/ilmid/ilmid.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: ilmid.c,v 1.3 1999/05/23 23:18:38 imp Exp $
+ * @(#) $FreeBSD$
*
*/
@@ -73,7 +73,7 @@
#include <unistd.h>
#ifndef lint
-__RCSID("@(#) $Id: ilmid.c,v 1.3 1999/05/23 23:18:38 imp Exp $");
+__RCSID("@(#) $FreeBSD$");
#endif
OpenPOWER on IntegriCloud