aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/nslookup
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/nslookup')
-rw-r--r--usr.sbin/nslookup/debug.c2
-rw-r--r--usr.sbin/nslookup/getinfo.c2
-rw-r--r--usr.sbin/nslookup/list.c2
-rw-r--r--usr.sbin/nslookup/main.c2
-rw-r--r--usr.sbin/nslookup/nslookup.help2
-rw-r--r--usr.sbin/nslookup/pathnames.h2
-rw-r--r--usr.sbin/nslookup/res.h2
-rw-r--r--usr.sbin/nslookup/send.c2
-rw-r--r--usr.sbin/nslookup/skip.c2
-rw-r--r--usr.sbin/nslookup/subr.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/usr.sbin/nslookup/debug.c b/usr.sbin/nslookup/debug.c
index 1d5383e60050..7ed033cedc4f 100644
--- a/usr.sbin/nslookup/debug.c
+++ b/usr.sbin/nslookup/debug.c
@@ -55,7 +55,7 @@
#ifndef lint
static char sccsid[] = "@(#)debug.c 5.26 (Berkeley) 3/21/91";
-static char rcsid[] = "$Id: debug.c,v 1.1.1.1 1994/09/22 21:36:01 pst Exp $";
+static char rcsid[] = "debug.c,v 1.2 1994/09/22 21:50:31 pst Exp";
#endif /* not lint */
/*
diff --git a/usr.sbin/nslookup/getinfo.c b/usr.sbin/nslookup/getinfo.c
index 7d86c2c78b1e..bbde950a94dc 100644
--- a/usr.sbin/nslookup/getinfo.c
+++ b/usr.sbin/nslookup/getinfo.c
@@ -55,7 +55,7 @@
#ifndef lint
static char sccsid[] = "@(#)getinfo.c 5.26 (Berkeley) 3/21/91";
-static char rcsid[] = "$Id: getinfo.c,v 1.1.1.1 1994/09/22 21:36:01 pst Exp $";
+static char rcsid[] = "getinfo.c,v 1.2 1994/09/22 21:50:33 pst Exp";
#endif /* not lint */
/*
diff --git a/usr.sbin/nslookup/list.c b/usr.sbin/nslookup/list.c
index 6bafe1969054..278a1995134b 100644
--- a/usr.sbin/nslookup/list.c
+++ b/usr.sbin/nslookup/list.c
@@ -55,7 +55,7 @@
#ifndef lint
static char sccsid[] = "@(#)list.c 5.23 (Berkeley) 3/21/91";
-static char rcsid[] = "$Id: list.c,v 1.1.1.1 1994/09/22 21:36:01 pst Exp $";
+static char rcsid[] = "list.c,v 1.2 1994/09/22 21:50:34 pst Exp";
#endif /* not lint */
/*
diff --git a/usr.sbin/nslookup/main.c b/usr.sbin/nslookup/main.c
index 5daeadf8d0ec..203125814f73 100644
--- a/usr.sbin/nslookup/main.c
+++ b/usr.sbin/nslookup/main.c
@@ -61,7 +61,7 @@ char copyright[] =
#ifndef lint
static char sccsid[] = "@(#)main.c 5.42 (Berkeley) 3/3/91";
-static char rcsid[] = "$Id: main.c,v 1.1.1.1 1994/09/22 21:36:01 pst Exp $";
+static char rcsid[] = "main.c,v 1.2 1994/09/22 21:50:36 pst Exp";
#endif /* not lint */
/*
diff --git a/usr.sbin/nslookup/nslookup.help b/usr.sbin/nslookup/nslookup.help
index 2c17d4d1b486..753cdc44a1c7 100644
--- a/usr.sbin/nslookup/nslookup.help
+++ b/usr.sbin/nslookup/nslookup.help
@@ -1,4 +1,4 @@
-$Id: nslookup.help,v 4.9.1.3 1993/12/06 00:43:17 vixie Exp $
+nslookup.help,v 1.1.1.1 1994/09/22 21:36:02 pst Exp
Commands: (identifiers are shown in uppercase, [] means optional)
NAME - print info about the host/domain NAME using default server
diff --git a/usr.sbin/nslookup/pathnames.h b/usr.sbin/nslookup/pathnames.h
index f2693b5420ce..84107f05f713 100644
--- a/usr.sbin/nslookup/pathnames.h
+++ b/usr.sbin/nslookup/pathnames.h
@@ -55,7 +55,7 @@
/*
* @(#)pathnames.h 5.1 (Berkeley) 5/28/90
- * $Id: pathnames.h,v 4.9.1.3 1993/09/16 09:02:07 vixie Exp $
+ * pathnames.h,v 1.2 1994/09/22 21:50:37 pst Exp
*/
#define _PATH_NSLOOKUPRC "/.nslookuprc"
diff --git a/usr.sbin/nslookup/res.h b/usr.sbin/nslookup/res.h
index e86bc2f301da..c7e110447731 100644
--- a/usr.sbin/nslookup/res.h
+++ b/usr.sbin/nslookup/res.h
@@ -55,7 +55,7 @@
/*
* @(#)res.h 5.10 (Berkeley) 6/1/90
- * $Id: res.h,v 4.9.1.3 1994/06/01 21:10:16 vixie Exp $
+ * res.h,v 1.1.1.1 1994/09/22 21:36:02 pst Exp
*/
/*
diff --git a/usr.sbin/nslookup/send.c b/usr.sbin/nslookup/send.c
index 6e793a5aebdd..856e8b363150 100644
--- a/usr.sbin/nslookup/send.c
+++ b/usr.sbin/nslookup/send.c
@@ -55,7 +55,7 @@
#ifndef lint
static char sccsid[] = "@(#)send.c 5.18 (Berkeley) 3/2/91";
-static char rcsid[] = "$Id: send.c,v 1.1.1.1 1994/09/22 21:36:02 pst Exp $";
+static char rcsid[] = "send.c,v 1.2 1994/09/22 21:50:38 pst Exp";
#endif /* not lint */
/*
diff --git a/usr.sbin/nslookup/skip.c b/usr.sbin/nslookup/skip.c
index 7b5f889a0e52..12f2919b31d1 100644
--- a/usr.sbin/nslookup/skip.c
+++ b/usr.sbin/nslookup/skip.c
@@ -55,7 +55,7 @@
#ifndef lint
static char sccsid[] = "@(#)skip.c 5.12 (Berkeley) 3/21/91";
-static char rcsid[] = "$Id: skip.c,v 1.1.1.1 1994/09/22 21:36:02 pst Exp $";
+static char rcsid[] = "skip.c,v 1.2 1994/09/22 21:50:39 pst Exp";
#endif /* not lint */
/*
diff --git a/usr.sbin/nslookup/subr.c b/usr.sbin/nslookup/subr.c
index 0ad71f76fb39..78d53310f021 100644
--- a/usr.sbin/nslookup/subr.c
+++ b/usr.sbin/nslookup/subr.c
@@ -55,7 +55,7 @@
#ifndef lint
static char sccsid[] = "@(#)subr.c 5.24 (Berkeley) 3/2/91";
-static char rcsid[] = "$Id: subr.c,v 1.1.1.1 1994/09/22 21:36:02 pst Exp $";
+static char rcsid[] = "subr.c,v 1.2 1994/09/22 21:50:41 pst Exp";
#endif /* not lint */
/*