diff options
Diffstat (limited to 'libexec/ypxfr')
| -rw-r--r-- | libexec/ypxfr/Makefile | 2 | ||||
| -rw-r--r-- | libexec/ypxfr/yp_dbwrite.c | 2 | ||||
| -rw-r--r-- | libexec/ypxfr/ypxfr.8 | 2 | ||||
| -rw-r--r-- | libexec/ypxfr/ypxfr_extern.h | 2 | ||||
| -rw-r--r-- | libexec/ypxfr/ypxfr_getmap.c | 2 | ||||
| -rw-r--r-- | libexec/ypxfr/ypxfr_main.c | 2 | ||||
| -rw-r--r-- | libexec/ypxfr/ypxfr_misc.c | 2 | ||||
| -rw-r--r-- | libexec/ypxfr/ypxfrd_getmap.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/libexec/ypxfr/Makefile b/libexec/ypxfr/Makefile index f03b266d2480..e93430567d32 100644 --- a/libexec/ypxfr/Makefile +++ b/libexec/ypxfr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/ypxfr/Makefile,v 1.8 1999/08/28 00:10:32 peter Exp $ PROG= ypxfr SRCS= yp_dblookup.c yp_dbwrite.c yp_error.c \ diff --git a/libexec/ypxfr/yp_dbwrite.c b/libexec/ypxfr/yp_dbwrite.c index bd45c431da3f..23e2f30044c3 100644 --- a/libexec/ypxfr/yp_dbwrite.c +++ b/libexec/ypxfr/yp_dbwrite.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/ypxfr/yp_dbwrite.c,v 1.8 1999/08/28 00:10:33 peter Exp $"; #endif /* not lint */ #include <db.h> diff --git a/libexec/ypxfr/ypxfr.8 b/libexec/ypxfr/ypxfr.8 index 9ce6633f7d35..19fef9718e9c 100644 --- a/libexec/ypxfr/ypxfr.8 +++ b/libexec/ypxfr/ypxfr.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/ypxfr/ypxfr.8,v 1.10 2000/01/23 02:18:19 mpp Exp $ .\" .Dd February 5, 1995 .Dt YPXFR 8 diff --git a/libexec/ypxfr/ypxfr_extern.h b/libexec/ypxfr/ypxfr_extern.h index 34c3406ee526..2371efb0648d 100644 --- a/libexec/ypxfr/ypxfr_extern.h +++ b/libexec/ypxfr/ypxfr_extern.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/libexec/ypxfr/ypxfr_extern.h,v 1.7 1999/08/28 00:10:33 peter Exp $ */ #include <sys/types.h> #include <limits.h> diff --git a/libexec/ypxfr/ypxfr_getmap.c b/libexec/ypxfr/ypxfr_getmap.c index 085d6319a685..f0bf9f37d1dd 100644 --- a/libexec/ypxfr/ypxfr_getmap.c +++ b/libexec/ypxfr/ypxfr_getmap.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/ypxfr/ypxfr_getmap.c,v 1.7 1999/08/28 00:10:34 peter Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/ypxfr/ypxfr_main.c b/libexec/ypxfr/ypxfr_main.c index a4ad1a0d56c6..598a98d545d5 100644 --- a/libexec/ypxfr/ypxfr_main.c +++ b/libexec/ypxfr/ypxfr_main.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/ypxfr/ypxfr_main.c,v 1.14 1999/08/28 00:10:34 peter Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/libexec/ypxfr/ypxfr_misc.c b/libexec/ypxfr/ypxfr_misc.c index e31e9201873a..b65a2e65e275 100644 --- a/libexec/ypxfr/ypxfr_misc.c +++ b/libexec/ypxfr/ypxfr_misc.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/ypxfr/ypxfr_misc.c,v 1.9 1999/08/28 00:10:34 peter Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/ypxfr/ypxfrd_getmap.c b/libexec/ypxfr/ypxfrd_getmap.c index 72555a339c29..eeeb3cca4309 100644 --- a/libexec/ypxfr/ypxfrd_getmap.c +++ b/libexec/ypxfr/ypxfrd_getmap.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/ypxfr/ypxfrd_getmap.c,v 1.7 1999/08/28 00:10:35 peter Exp $"; #endif /* not lint */ #include <errno.h> |
