diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-08-27 23:45:13 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-27 23:45:13 +0000 |
commit | a4add9a9b110cb5deed00bf9cf7ca970daae2da7 (patch) | |
tree | 1f1adde4b34e59a39ca0ff0ebed4ff01a5752b2f /include/rpcsvc | |
parent | 9b7a44a60e11baaf94f68f81c4b30d26f31643b7 (diff) |
$Id$ -> $FreeBSD$
Notes
Notes:
svn path=/head/; revision=50473
Diffstat (limited to 'include/rpcsvc')
-rw-r--r-- | include/rpcsvc/Makefile | 2 | ||||
-rw-r--r-- | include/rpcsvc/bootparam_prot.x | 3 | ||||
-rw-r--r-- | include/rpcsvc/crypt.x | 5 | ||||
-rw-r--r-- | include/rpcsvc/klm_prot.x | 3 | ||||
-rw-r--r-- | include/rpcsvc/mount.x | 3 | ||||
-rw-r--r-- | include/rpcsvc/nfs_prot.x | 3 | ||||
-rw-r--r-- | include/rpcsvc/nis.x | 3 | ||||
-rw-r--r-- | include/rpcsvc/nis_cache.x | 3 | ||||
-rw-r--r-- | include/rpcsvc/nis_callback.x | 3 | ||||
-rw-r--r-- | include/rpcsvc/nis_db.h | 2 | ||||
-rw-r--r-- | include/rpcsvc/nlm_prot.x | 2 | ||||
-rw-r--r-- | include/rpcsvc/rex.x | 3 | ||||
-rw-r--r-- | include/rpcsvc/rnusers.x | 3 | ||||
-rw-r--r-- | include/rpcsvc/rquota.x | 3 | ||||
-rw-r--r-- | include/rpcsvc/rstat.x | 3 | ||||
-rw-r--r-- | include/rpcsvc/sm_inter.x | 2 | ||||
-rw-r--r-- | include/rpcsvc/spray.x | 3 | ||||
-rw-r--r-- | include/rpcsvc/yp.x | 2 | ||||
-rw-r--r-- | include/rpcsvc/yp_prot.h | 2 | ||||
-rw-r--r-- | include/rpcsvc/ypclnt.h | 2 | ||||
-rw-r--r-- | include/rpcsvc/yppasswd.x | 3 | ||||
-rw-r--r-- | include/rpcsvc/ypupdate_prot.x | 3 | ||||
-rw-r--r-- | include/rpcsvc/ypxfrd.x | 5 |
23 files changed, 41 insertions, 25 deletions
diff --git a/include/rpcsvc/Makefile b/include/rpcsvc/Makefile index 058198e43cee..48e78a6f4733 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 5b0b27b2fa1e..48216c926f87 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 906136cabd87..abe927580bbb 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 c514a9086181..72837ab592d0 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 c15164782ea3..e3731d9021b7 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 c255a104646b..609bc536bcf0 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 92b98fe4b85f..0770d6854424 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 3738fe427324..81967356d947 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 03be115f65f7..fee4445b8264 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 89c148a38fac..784ac07fdb32 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 c5d7444dac47..4c3ea7d8e8ec 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 1be8b48ab94f..6dbc06b2a359 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 22986d8cc375..6713b007b680 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 2209339bb795..df4e84ca5c2a 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 a46388afda18..a71c2364d4d7 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 6f5a166da3cd..f5bf54524110 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 a2227fd6dd08..8a110f79829f 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 bf1d3d185754..95559fe919dc 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 df6ba75c64c1..4b1aa61ed3ce 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 2040459c8689..6dae7bb476c0 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 26a9e4a25477..1fef5d4e26f0 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 fc1c35ab29d6..5c7184980171 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 f7abd316931f..db7205bb9d80 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 |