summaryrefslogtreecommitdiff
path: root/sbin/sysinstall
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-11-22 10:58:58 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-11-22 10:58:58 +0000
commit140932d6d85b561ad06abe5006a5e973a7713c45 (patch)
treebe1d2469fd1ab2ab0df6164fbc91fb7bbbdd80f5 /sbin/sysinstall
parent324ec40db3d437d18da21aa07a7ae4d4ecd9c157 (diff)
Diffstat (limited to 'sbin/sysinstall')
-rw-r--r--sbin/sysinstall/dev2c.sh2
-rw-r--r--sbin/sysinstall/exec.c2
-rw-r--r--sbin/sysinstall/label.c2
-rw-r--r--sbin/sysinstall/main.c2
-rw-r--r--sbin/sysinstall/stage2.c2
-rw-r--r--sbin/sysinstall/stage3.c2
-rw-r--r--sbin/sysinstall/stage4.c2
-rw-r--r--sbin/sysinstall/stage5.c2
-rw-r--r--sbin/sysinstall/utils.c2
9 files changed, 9 insertions, 9 deletions
diff --git a/sbin/sysinstall/dev2c.sh b/sbin/sysinstall/dev2c.sh
index d395810704b85..472e1754eef83 100644
--- a/sbin/sysinstall/dev2c.sh
+++ b/sbin/sysinstall/dev2c.sh
@@ -7,7 +7,7 @@
# this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
# ----------------------------------------------------------------------------
#
-# $Id: stage3.c,v 1.4 1994/10/21 02:14:52 phk Exp $
+# dev2c.sh,v 1.1 1994/10/26 02:53:08 phk Exp
#
# During installation, we suffer badly of we have to run MAKEDEV. MAKEDEV
# need sh, ln, chown, mknod, awk, rm, test and probably emacs too when
diff --git a/sbin/sysinstall/exec.c b/sbin/sysinstall/exec.c
index 5487604335cff..660e3c0a66934 100644
--- a/sbin/sysinstall/exec.c
+++ b/sbin/sysinstall/exec.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: exec.c,v 1.8 1994/11/18 11:30:02 phk Exp $
+ * exec.c,v 1.8.2.1 1994/11/21 03:11:59 phk Exp
*
*/
diff --git a/sbin/sysinstall/label.c b/sbin/sysinstall/label.c
index a7c982f485a2c..2ff3242cb90c8 100644
--- a/sbin/sysinstall/label.c
+++ b/sbin/sysinstall/label.c
@@ -1,5 +1,5 @@
/*
- * $Id: label.c,v 1.23.2.1 1994/11/21 03:12:01 phk Exp $
+ * label.c,v 1.23.2.2 1994/11/21 03:53:45 phk Exp
*/
#include <stdlib.h>
diff --git a/sbin/sysinstall/main.c b/sbin/sysinstall/main.c
index abbf32fa6f4bd..63970b7c88f74 100644
--- a/sbin/sysinstall/main.c
+++ b/sbin/sysinstall/main.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: main.c,v 1.17 1994/11/17 23:36:46 ache Exp $
+ * main.c,v 1.17.2.1 1994/11/21 03:12:06 phk Exp
*
*/
diff --git a/sbin/sysinstall/stage2.c b/sbin/sysinstall/stage2.c
index e0e2b67fd0a82..0eac2acfc5989 100644
--- a/sbin/sysinstall/stage2.c
+++ b/sbin/sysinstall/stage2.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: stage2.c,v 1.16 1994/11/18 11:30:04 phk Exp $
+ * stage2.c,v 1.16.2.1 1994/11/21 03:12:16 phk Exp
*
*/
diff --git a/sbin/sysinstall/stage3.c b/sbin/sysinstall/stage3.c
index e764510c61705..dcb5f991e41fa 100644
--- a/sbin/sysinstall/stage3.c
+++ b/sbin/sysinstall/stage3.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: stage3.c,v 1.9 1994/11/17 14:12:36 jkh Exp $
+ * stage3.c,v 1.9.2.1 1994/11/21 03:12:18 phk Exp
*
*/
diff --git a/sbin/sysinstall/stage4.c b/sbin/sysinstall/stage4.c
index 81222d0e3fd52..64ad6bcfc7b96 100644
--- a/sbin/sysinstall/stage4.c
+++ b/sbin/sysinstall/stage4.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: stage4.c,v 1.9 1994/11/17 23:36:48 ache Exp $
+ * stage4.c,v 1.10 1994/11/18 10:12:56 jkh Exp
*
*/
diff --git a/sbin/sysinstall/stage5.c b/sbin/sysinstall/stage5.c
index 8fff2c9b31a9f..102085d6401a5 100644
--- a/sbin/sysinstall/stage5.c
+++ b/sbin/sysinstall/stage5.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: stage5.c,v 1.16 1994/11/17 19:44:54 ache Exp $
+ * stage5.c,v 1.16.2.1 1994/11/21 03:12:20 phk Exp
*
*/
diff --git a/sbin/sysinstall/utils.c b/sbin/sysinstall/utils.c
index e4d428788d2cf..1dabc10ca6ae8 100644
--- a/sbin/sysinstall/utils.c
+++ b/sbin/sysinstall/utils.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: utils.c,v 1.30 1994/11/17 23:36:49 ache Exp $
+ * utils.c,v 1.30.2.1 1994/11/21 03:12:24 phk Exp
*
*/