summaryrefslogtreecommitdiffstats
path: root/include/rpcsvc
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-27 23:45:13 +0000
committerpeter <peter@FreeBSD.org>1999-08-27 23:45:13 +0000
commitd4e3ebaf0a81e32bf7a10fb0f649ec6f060bc1fb (patch)
tree9e98d6bc9875b4da81c55cdbbd47107259aff779 /include/rpcsvc
parent289c0d262f52855ab454afdf7386d034fb2404b8 (diff)
downloadFreeBSD-src-d4e3ebaf0a81e32bf7a10fb0f649ec6f060bc1fb.zip
FreeBSD-src-d4e3ebaf0a81e32bf7a10fb0f649ec6f060bc1fb.tar.gz
$Id$ -> $FreeBSD$
Diffstat (limited to 'include/rpcsvc')
-rw-r--r--include/rpcsvc/Makefile2
-rw-r--r--include/rpcsvc/bootparam_prot.x3
-rw-r--r--include/rpcsvc/crypt.x5
-rw-r--r--include/rpcsvc/klm_prot.x3
-rw-r--r--include/rpcsvc/mount.x3
-rw-r--r--include/rpcsvc/nfs_prot.x3
-rw-r--r--include/rpcsvc/nis.x3
-rw-r--r--include/rpcsvc/nis_cache.x3
-rw-r--r--include/rpcsvc/nis_callback.x3
-rw-r--r--include/rpcsvc/nis_db.h2
-rw-r--r--include/rpcsvc/nlm_prot.x2
-rw-r--r--include/rpcsvc/rex.x3
-rw-r--r--include/rpcsvc/rnusers.x3
-rw-r--r--include/rpcsvc/rquota.x3
-rw-r--r--include/rpcsvc/rstat.x3
-rw-r--r--include/rpcsvc/sm_inter.x2
-rw-r--r--include/rpcsvc/spray.x3
-rw-r--r--include/rpcsvc/yp.x2
-rw-r--r--include/rpcsvc/yp_prot.h2
-rw-r--r--include/rpcsvc/ypclnt.h2
-rw-r--r--include/rpcsvc/yppasswd.x3
-rw-r--r--include/rpcsvc/ypupdate_prot.x3
-rw-r--r--include/rpcsvc/ypxfrd.x5
23 files changed, 41 insertions, 25 deletions
diff --git a/include/rpcsvc/Makefile b/include/rpcsvc/Makefile
index 058198e..48e78a6 100644
--- a/include/rpcsvc/Makefile
+++ b/include/rpcsvc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 2.3 88/08/11 4.0 RPCSRC
-# $Id: Makefile,v 1.22 1998/02/13 03:10:28 bde Exp $
+# $FreeBSD$
.SUFFIXES: .x
diff --git a/include/rpcsvc/bootparam_prot.x b/include/rpcsvc/bootparam_prot.x
index 5b0b27b..48216c9 100644
--- a/include/rpcsvc/bootparam_prot.x
+++ b/include/rpcsvc/bootparam_prot.x
@@ -48,7 +48,8 @@
%#ifndef lint
%/*static char sccsid[] = "from: @(#)bootparam_prot.x 1.2 87/06/24 Copyr 1987 Sun Micro";*/
%/*static char sccsid[] = "from: @(#)bootparam_prot.x 2.1 88/08/01 4.0 RPCSRC";*/
-%static const char rcsid[] = "bootparam_prot.x,v 1.1 1994/08/04 19:01:44 wollman Exp";
+%static const char rcsid[] =
+% "$FreeBSD$";
%#endif /* not lint */
#endif
diff --git a/include/rpcsvc/crypt.x b/include/rpcsvc/crypt.x
index 906136c..abe9275 100644
--- a/include/rpcsvc/crypt.x
+++ b/include/rpcsvc/crypt.x
@@ -29,12 +29,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $FreeBSD$
*/
#ifndef RPC_HDR
%#ifndef lint
-%static const char rcsid[] = "$Id$";
+%static const char rcsid[] =
+% "$FreeBSD$";
%#endif
#endif
diff --git a/include/rpcsvc/klm_prot.x b/include/rpcsvc/klm_prot.x
index c514a90..72837ab 100644
--- a/include/rpcsvc/klm_prot.x
+++ b/include/rpcsvc/klm_prot.x
@@ -40,7 +40,8 @@
%#ifndef lint
%/*static char sccsid[] = "from: @(#)klm_prot.x 1.7 87/07/08 Copyr 1987 Sun Micro";*/
%/*static char sccsid[] = "from: @(#)klm_prot.x 2.1 88/08/01 4.0 RPCSRC";*/
-%static const char rcsid[] = "$Id: klm_prot.x,v 1.4 1997/05/28 04:38:14 wpaul Exp $";
+%static const char rcsid[] =
+% "$FreeBSD$";
%#endif /* not lint */
#endif
diff --git a/include/rpcsvc/mount.x b/include/rpcsvc/mount.x
index c151647..e3731d9 100644
--- a/include/rpcsvc/mount.x
+++ b/include/rpcsvc/mount.x
@@ -35,7 +35,8 @@
%#ifndef lint
%/*static char sccsid[] = "from: @(#)mount.x 1.2 87/09/18 Copyr 1987 Sun Micro";*/
%/*static char sccsid[] = "from: @(#)mount.x 2.1 88/08/01 4.0 RPCSRC";*/
-%static const char rcsid[] = "$Id: mount.x,v 1.4 1997/04/18 12:31:26 dfr Exp $";
+%static const char rcsid[] =
+% "$FreeBSD$";
%#endif /* not lint */
#endif
diff --git a/include/rpcsvc/nfs_prot.x b/include/rpcsvc/nfs_prot.x
index c255a10..609bc53 100644
--- a/include/rpcsvc/nfs_prot.x
+++ b/include/rpcsvc/nfs_prot.x
@@ -31,7 +31,8 @@
%#ifndef lint
%/*static char sccsid[] = "from: @(#)nfs_prot.x 1.2 87/10/12 Copyr 1987 Sun Micro";*/
%/*static char sccsid[] = "from: @(#)nfs_prot.x 2.1 88/08/01 4.0 RPCSRC";*/
-%static const char rcsid[] = "$Id: nfs_prot.x,v 1.5 1998/09/06 09:21:35 obrien Exp $";
+%static const char rcsid[] =
+% "$FreeBSD$";
%#endif /* not lint */
#endif
diff --git a/include/rpcsvc/nis.x b/include/rpcsvc/nis.x
index 92b98fe..0770d68 100644
--- a/include/rpcsvc/nis.x
+++ b/include/rpcsvc/nis.x
@@ -30,7 +30,8 @@
#ifndef RPC_HDR
%#ifndef lint
-%static const char rcsid[] = "$Id: nis.x,v 1.5 1996/12/05 06:13:41 wpaul Exp $";
+%static const char rcsid[] =
+% "$FreeBSD$";
%#endif /* not lint */
#endif
diff --git a/include/rpcsvc/nis_cache.x b/include/rpcsvc/nis_cache.x
index 3738fe4..8196735 100644
--- a/include/rpcsvc/nis_cache.x
+++ b/include/rpcsvc/nis_cache.x
@@ -39,7 +39,8 @@
#ifndef RPC_HDR
%#ifndef lint
-%static const char rcsid[] = "$Id: nis_cache.x,v 1.4 1996/07/29 14:32:44 wpaul Exp $";
+%static const char rcsid[] =
+% "$FreeBSD$";
%#endif /* not lint */
#endif
diff --git a/include/rpcsvc/nis_callback.x b/include/rpcsvc/nis_callback.x
index 03be115..fee4445 100644
--- a/include/rpcsvc/nis_callback.x
+++ b/include/rpcsvc/nis_callback.x
@@ -39,7 +39,8 @@
#ifndef RPC_HDR
%#ifndef lint
-%static const char rcsid[] = "$Id: nis_callback.x,v 1.3 1996/07/29 14:32:56 wpaul Exp $";
+%static const char rcsid[] =
+% "$FreeBSD$";
%#endif /* not lint */
#endif
diff --git a/include/rpcsvc/nis_db.h b/include/rpcsvc/nis_db.h
index 89c148a..784ac07 100644
--- a/include/rpcsvc/nis_db.h
+++ b/include/rpcsvc/nis_db.h
@@ -26,7 +26,7 @@
* 2550 Garcia Avenue
* Mountain View, California 94043
*
- * $Id$
+ * $FreeBSD$
*/
/*
diff --git a/include/rpcsvc/nlm_prot.x b/include/rpcsvc/nlm_prot.x
index c5d7444..4c3ea7d 100644
--- a/include/rpcsvc/nlm_prot.x
+++ b/include/rpcsvc/nlm_prot.x
@@ -14,7 +14,7 @@
#else
%#ifndef lint
%static const char rcsid[] =
-% "$Id: nlm_prot.x,v 1.6 1997/11/20 07:18:03 charnier Exp $";
+% "$FreeBSD$";
%#endif /* not lint */
#endif
diff --git a/include/rpcsvc/rex.x b/include/rpcsvc/rex.x
index 1be8b48..6dbc06b 100644
--- a/include/rpcsvc/rex.x
+++ b/include/rpcsvc/rex.x
@@ -35,7 +35,8 @@
%#ifndef lint
%/*static char sccsid[] = "from: @(#)rex.x 1.3 87/09/18 Copyr 1987 Sun Micro";*/
%/*static char sccsid[] = "from: @(#)rex.x 2.1 88/08/01 4.0 RPCSRC";*/
-%static const char rcsid[] = "$Id: rex.x,v 1.4 1997/05/28 04:38:19 wpaul Exp $";
+%static const char rcsid[] =
+% "$FreeBSD$";
%#endif /* not lint */
#endif
diff --git a/include/rpcsvc/rnusers.x b/include/rpcsvc/rnusers.x
index 22986d8..6713b00 100644
--- a/include/rpcsvc/rnusers.x
+++ b/include/rpcsvc/rnusers.x
@@ -35,7 +35,8 @@
%#ifndef lint
%/*static char sccsid[] = "from: @(#)rnusers.x 1.2 87/09/20 Copyr 1987 Sun Micro";*/
%/*static char sccsid[] = "from: @(#)rnusers.x 2.1 88/08/01 4.0 RPCSRC";*/
-%static const char rcsid[] = "$Id: rnusers.x,v 1.4 1997/05/28 04:38:19 wpaul Exp $";
+%static const char rcsid[] =
+% "$FreeBSD$";
%#endif /* not lint */
#endif
diff --git a/include/rpcsvc/rquota.x b/include/rpcsvc/rquota.x
index 2209339..df4e84c 100644
--- a/include/rpcsvc/rquota.x
+++ b/include/rpcsvc/rquota.x
@@ -7,7 +7,8 @@
%#ifndef lint
%/*static char sccsid[] = "from: @(#)rquota.x 1.2 87/09/20 Copyr 1987 Sun Micro";*/
%/*static char sccsid[] = "from: @(#)rquota.x 2.1 88/08/01 4.0 RPCSRC";*/
-%static const char rcsid[] = "$Id: rquota.x,v 1.4 1997/05/28 04:38:20 wpaul Exp $";
+%static const char rcsid[] =
+% "$FreeBSD$";
%#endif /* not lint */
#endif
diff --git a/include/rpcsvc/rstat.x b/include/rpcsvc/rstat.x
index a46388a..a71c236 100644
--- a/include/rpcsvc/rstat.x
+++ b/include/rpcsvc/rstat.x
@@ -47,7 +47,8 @@
%#ifndef lint
%/*static char sccsid[] = "from: @(#)rstat.x 1.2 87/09/18 Copyr 1987 Sun Micro";*/
%/*static char sccsid[] = "from: @(#)rstat.x 2.2 88/08/01 4.0 RPCSRC";*/
-%static const char rcsid[] = "$Id: rstat.x,v 1.4 1997/05/28 04:38:20 wpaul Exp $";
+%static const char rcsid[] =
+% "$FreeBSD$";
%#endif /* not lint */
#endif /* def RPC_HDR */
diff --git a/include/rpcsvc/sm_inter.x b/include/rpcsvc/sm_inter.x
index 6f5a166..f5bf545 100644
--- a/include/rpcsvc/sm_inter.x
+++ b/include/rpcsvc/sm_inter.x
@@ -39,7 +39,7 @@
#ifndef RPC_HDR
%#ifndef lint
%static const char rcsid[] =
-% "$Id: sm_inter.x,v 1.6 1997/11/20 07:18:05 charnier Exp $";
+% "$FreeBSD$";
%#endif /* not lint */
#endif
diff --git a/include/rpcsvc/spray.x b/include/rpcsvc/spray.x
index a2227fd..8a110f7 100644
--- a/include/rpcsvc/spray.x
+++ b/include/rpcsvc/spray.x
@@ -36,7 +36,8 @@
%#ifndef lint
%/*static char sccsid[] = "from: @(#)spray.x 1.2 87/09/18 Copyr 1987 Sun Micro";*/
%/*static char sccsid[] = "from: @(#)spray.x 2.1 88/08/01 4.0 RPCSRC";*/
-%static const char rcsid[] = "$Id: spray.x,v 1.4 1997/05/28 04:38:22 wpaul Exp $";
+%static const char rcsid[] =
+% "$FreeBSD$";
%#endif /* not lint */
#endif
diff --git a/include/rpcsvc/yp.x b/include/rpcsvc/yp.x
index bf1d3d1..95559fe 100644
--- a/include/rpcsvc/yp.x
+++ b/include/rpcsvc/yp.x
@@ -36,7 +36,7 @@
#ifndef RPC_HDR
%#ifndef lint
%static const char rcsid[] =
-% "$Id: yp.x,v 1.10 1997/11/20 07:18:07 charnier Exp $";
+% "$FreeBSD$";
%#endif /* not lint */
#endif
diff --git a/include/rpcsvc/yp_prot.h b/include/rpcsvc/yp_prot.h
index df6ba75..4b1aa61 100644
--- a/include/rpcsvc/yp_prot.h
+++ b/include/rpcsvc/yp_prot.h
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: yp_prot.h,v 1.4 1996/12/30 14:01:08 peter Exp $
+ * $FreeBSD$
*/
#ifndef _RPCSVC_YP_PROT_H_
diff --git a/include/rpcsvc/ypclnt.h b/include/rpcsvc/ypclnt.h
index 2040459..6dae7bb 100644
--- a/include/rpcsvc/ypclnt.h
+++ b/include/rpcsvc/ypclnt.h
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ypclnt.h,v 1.9 1997/05/28 04:38:25 wpaul Exp $
+ * $FreeBSD$
*/
#ifndef _RPCSVC_YPCLNT_H_
diff --git a/include/rpcsvc/yppasswd.x b/include/rpcsvc/yppasswd.x
index 26a9e4a..1fef5d4 100644
--- a/include/rpcsvc/yppasswd.x
+++ b/include/rpcsvc/yppasswd.x
@@ -36,7 +36,8 @@
%#ifndef lint
%/*static char sccsid[] = "from: @(#)yppasswd.x 1.1 87/04/13 Copyr 1987 Sun Micro";*/
%/*static char sccsid[] = "from: @(#)yppasswd.x 2.1 88/08/01 4.0 RPCSRC";*/
-%static const char rcsid[] = "$Id: yppasswd.x,v 1.4 1997/05/28 04:38:27 wpaul Exp $";
+%static const char rcsid[] =
+% "$FreeBSD$";
%#endif /* not lint */
#endif
diff --git a/include/rpcsvc/ypupdate_prot.x b/include/rpcsvc/ypupdate_prot.x
index fc1c35a..5c71849 100644
--- a/include/rpcsvc/ypupdate_prot.x
+++ b/include/rpcsvc/ypupdate_prot.x
@@ -35,7 +35,8 @@
%/* from @(#)ypupdate_prot.x 1.3 91/03/11 TIRPC 1.0 */
#ifndef RPC_HDR
%#ifndef lint
-%static const char rcsid[] = "$Id$";
+%static const char rcsid[] =
+% "$FreeBSD$";
%#endif
#endif
%
diff --git a/include/rpcsvc/ypxfrd.x b/include/rpcsvc/ypxfrd.x
index f7abd31..db7205b 100644
--- a/include/rpcsvc/ypxfrd.x
+++ b/include/rpcsvc/ypxfrd.x
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ypxfrd.x,v 1.5 1997/05/28 04:38:30 wpaul Exp $
+ * $FreeBSD$
*/
/*
@@ -68,7 +68,8 @@
#ifndef RPC_HDR
%#ifndef lint
-%static const char rcsid[] = "$Id: ypxfrd.x,v 1.5 1997/05/28 04:38:30 wpaul Exp $";
+%static const char rcsid[] =
+% "$FreeBSD$";
%#endif /* not lint */
#endif
OpenPOWER on IntegriCloud