diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-09 05:53:56 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-09 05:53:56 +0000 |
commit | b13c289929e257cab1b006c9729ba42cb1a36e43 (patch) | |
tree | b7fca2b7163335a580f5c3fbd9ee342a991c70d4 /distrib/alpha | |
parent | 05957ef75e5bfab37e160ad7ba105c09c4b972de (diff) |
knf
Diffstat (limited to 'distrib/alpha')
-rw-r--r-- | distrib/alpha/bsd.rd/Makefile | 4 | ||||
-rw-r--r-- | distrib/alpha/common/Makefile.inc | 4 | ||||
-rw-r--r-- | distrib/alpha/common/disktab.preinstall | 4 | ||||
-rw-r--r-- | distrib/alpha/common/disktab.shadow | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/distrib/alpha/bsd.rd/Makefile b/distrib/alpha/bsd.rd/Makefile index 5d11143c193..e6b8bcf14ee 100644 --- a/distrib/alpha/bsd.rd/Makefile +++ b/distrib/alpha/bsd.rd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2002/04/30 03:47:03 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2002/06/09 05:53:53 todd Exp $ TOP= ${.CURDIR}/.. @@ -68,7 +68,7 @@ do_prep: do_mount: newfs ${NEWFSARGS} ${NEWFSARGS_RD} -s ${NBLKS} ${VND_RDEV} mount ${VND_DEV} ${MOUNT_POINT} - + do_umount: @echo "" @df -i ${MOUNT_POINT} diff --git a/distrib/alpha/common/Makefile.inc b/distrib/alpha/common/Makefile.inc index c0b169760ed..2edad0c8c57 100644 --- a/distrib/alpha/common/Makefile.inc +++ b/distrib/alpha/common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.7 2002/04/30 03:47:03 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.8 2002/06/09 05:53:53 todd Exp $ TOP= ${.CURDIR}/.. @@ -92,7 +92,7 @@ do_prep: do_mount: newfs ${NEWFSARGS} ${NEWFSARGS_RD} -s ${NBLKS} ${VND_RDEV} mount ${VND_DEV} ${MOUNT_POINT} - + do_umount: @echo "" @df -i ${MOUNT_POINT} diff --git a/distrib/alpha/common/disktab.preinstall b/distrib/alpha/common/disktab.preinstall index 075cb424ea2..d8d6fbdb425 100644 --- a/distrib/alpha/common/disktab.preinstall +++ b/distrib/alpha/common/disktab.preinstall @@ -1,7 +1,7 @@ # -# $OpenBSD: disktab.preinstall,v 1.1 2001/01/29 21:25:46 deraadt Exp $ +# $OpenBSD: disktab.preinstall,v 1.2 2002/06/09 05:53:53 todd Exp $ # -# Disk geometry and partition layout tables. +# Disk geometry and partition layout tables. # Key: # dt controller type # ty type of disk (fixed, removeable, simulated) diff --git a/distrib/alpha/common/disktab.shadow b/distrib/alpha/common/disktab.shadow index 3c23c5df96d..8d1770b478b 100644 --- a/distrib/alpha/common/disktab.shadow +++ b/distrib/alpha/common/disktab.shadow @@ -1,7 +1,7 @@ # -# $OpenBSD: disktab.shadow,v 1.1 2001/01/29 21:25:46 deraadt Exp $ +# $OpenBSD: disktab.shadow,v 1.2 2002/06/09 05:53:53 todd Exp $ # -# Disk geometry and partition layout tables. +# Disk geometry and partition layout tables. # Key: # dt controller type # ty type of disk (fixed, removeable, simulated) |