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..e99fef2d2ada 100644 --- a/libexec/ypxfr/Makefile +++ b/libexec/ypxfr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/ypxfr/Makefile,v 1.7.2.1 1999/08/29 15:04:28 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..8fc41a4c04f2 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.7.2.1 1999/08/29 15:04:28 peter Exp $"; #endif /* not lint */ #include <db.h> diff --git a/libexec/ypxfr/ypxfr.8 b/libexec/ypxfr/ypxfr.8 index 6bdfd027f261..9732dd8578df 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.8.2.1 1999/08/29 15:04:28 peter Exp $ .\" .Dd February 5, 1995 .Dt YPXFR 8 diff --git a/libexec/ypxfr/ypxfr_extern.h b/libexec/ypxfr/ypxfr_extern.h index 34c3406ee526..05bc613f3e5e 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.6.2.1 1999/08/29 15:04:29 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..ecf5406ff893 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.6.2.1 1999/08/29 15:04:29 peter Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/ypxfr/ypxfr_main.c b/libexec/ypxfr/ypxfr_main.c index a4ad1a0d56c6..b52d12eae336 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.12.2.2 1999/08/29 15:04:29 peter Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/libexec/ypxfr/ypxfr_misc.c b/libexec/ypxfr/ypxfr_misc.c index e31e9201873a..5b0b08ea1cbb 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.8.2.1 1999/08/29 15:04:29 peter Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/libexec/ypxfr/ypxfrd_getmap.c b/libexec/ypxfr/ypxfrd_getmap.c index 72555a339c29..b3b407bb0860 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.6.2.1 1999/08/29 15:04:30 peter Exp $"; #endif /* not lint */ #include <errno.h> |
