diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-04-17 02:10:52 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-04-17 02:10:52 +0000 |
commit | 64363260479d6fea25ac95d1a6107c4a84fee4a0 (patch) | |
tree | 61baea30c9ea6b6cf2e807b6c379bf3c06aca2d7 /distrib/i386/floppies/inst | |
parent | f1eb530acfa4a8f558188ae1150b3070fac21e6c (diff) |
I had rcs-openbsd.pl have its way here
Diffstat (limited to 'distrib/i386/floppies/inst')
-rw-r--r-- | distrib/i386/floppies/inst/Makefile | 2 | ||||
-rw-r--r-- | distrib/i386/floppies/inst/disktab.preinstall | 2 | ||||
-rw-r--r-- | distrib/i386/floppies/inst/dot.profile | 2 | ||||
-rw-r--r-- | distrib/i386/floppies/inst/list | 2 |
4 files changed, 5 insertions, 3 deletions
diff --git a/distrib/i386/floppies/inst/Makefile b/distrib/i386/floppies/inst/Makefile index 4406f88d82a..be66c58c5c0 100644 --- a/distrib/i386/floppies/inst/Makefile +++ b/distrib/i386/floppies/inst/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1997/04/13 17:17:47 mickey Exp $ +# $OpenBSD: Makefile,v 1.4 1997/04/17 02:10:35 niklas Exp $ TOP= ${.CURDIR}/.. diff --git a/distrib/i386/floppies/inst/disktab.preinstall b/distrib/i386/floppies/inst/disktab.preinstall index 5fe26a7d81c..73b537f4694 100644 --- a/distrib/i386/floppies/inst/disktab.preinstall +++ b/distrib/i386/floppies/inst/disktab.preinstall @@ -1,3 +1,5 @@ +# $OpenBSD: disktab.preinstall,v 1.2 1997/04/17 02:10:37 niklas Exp $ + # Disk geometry and partition layout tables. # Key: # dt controller type diff --git a/distrib/i386/floppies/inst/dot.profile b/distrib/i386/floppies/inst/dot.profile index 35d77b72b0f..3058ee9f875 100644 --- a/distrib/i386/floppies/inst/dot.profile +++ b/distrib/i386/floppies/inst/dot.profile @@ -1,3 +1,4 @@ +# $OpenBSD: dot.profile,v 1.5 1997/04/17 02:10:37 niklas Exp $ # # Copyright (c) 1994 Christopher G. Demetriou # All rights reserved. @@ -27,7 +28,6 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id: dot.profile,v 1.4 1996/06/16 10:25:15 deraadt Exp $ PATH=/sbin:/bin:/usr/bin:/usr/sbin:/ export PATH diff --git a/distrib/i386/floppies/inst/list b/distrib/i386/floppies/inst/list index 29b8a3d646e..da27efaeaae 100644 --- a/distrib/i386/floppies/inst/list +++ b/distrib/i386/floppies/inst/list @@ -1,4 +1,4 @@ -# $Id: list,v 1.1 1995/10/18 08:37:34 deraadt Exp $ +# $OpenBSD: list,v 1.2 1997/04/17 02:10:39 niklas Exp $ # the disktab explanation file COPY disktab.preinstall etc/disktab.preinstall |