diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-30 06:46:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-30 06:46:14 +0000 |
commit | 8f45842918b85742baabde09208386f9ff0b221b (patch) | |
tree | 756f4b155170f21b5bb429ec17a0d0963a4888f9 | |
parent | 952bd9b24eb619d18f572543aaa36edecf1ca4d7 (diff) |
space nits
-rw-r--r-- | etc/etc.amiga/ttys | 16 | ||||
-rw-r--r-- | etc/etc.mvme68k/ttys | 4 | ||||
-rw-r--r-- | etc/etc.mvmeppc/MAKEDEV | 4 | ||||
-rw-r--r-- | etc/etc.mvmeppc/MAKEDEV.md | 4 | ||||
-rw-r--r-- | etc/mtree/BSD.local.dist | 4 |
5 files changed, 16 insertions, 16 deletions
diff --git a/etc/etc.amiga/ttys b/etc/etc.amiga/ttys index 1e81a330aa4..92c69887851 100644 --- a/etc/etc.amiga/ttys +++ b/etc/etc.amiga/ttys @@ -1,18 +1,18 @@ # -# $OpenBSD: ttys,v 1.7 1998/06/28 03:26:51 todd Exp $ +# $OpenBSD: ttys,v 1.8 2002/05/30 06:46:13 deraadt Exp $ # # name getty type status comments # # If the console is marked insecure, single-user requires # the root password. console "/usr/libexec/getty Pc" vt220 off secure -ttye0 "/usr/libexec/getty Pc" vt220 on secure # custom chips -ttye1 "/usr/libexec/getty Pc" vt220 on secure # retina -ttye2 "/usr/libexec/getty Pc" vt220 on secure # retina -ttye3 "/usr/libexec/getty Pc" vt220 on secure # cirrus logic -ttye4 "/usr/libexec/getty Pc" vt220 on secure # a2410 -ttye5 "/usr/libexec/getty Pc" vt220 on secure # CyberVision64 -ttye6 "/usr/libexec/getty Pc" vt220 on secure # Domino, Merlin, oMniBus +ttye0 "/usr/libexec/getty Pc" vt220 on secure # custom chips +ttye1 "/usr/libexec/getty Pc" vt220 on secure # retina +ttye2 "/usr/libexec/getty Pc" vt220 on secure # retina +ttye3 "/usr/libexec/getty Pc" vt220 on secure # cirrus logic +ttye4 "/usr/libexec/getty Pc" vt220 on secure # a2410 +ttye5 "/usr/libexec/getty Pc" vt220 on secure # CyberVision64 +ttye6 "/usr/libexec/getty Pc" vt220 on secure # Domino, Merlin, oMniBus tty00 "/usr/libexec/getty std.9600" unknown off secure # int. serial ttyB0 "/usr/libexec/getty std.9600" unknown off secure # ISA serial ttyB1 "/usr/libexec/getty std.9600" unknown off secure # ISA serial diff --git a/etc/etc.mvme68k/ttys b/etc/etc.mvme68k/ttys index 92040dd6b19..9ee6a8ef4d8 100644 --- a/etc/etc.mvme68k/ttys +++ b/etc/etc.mvme68k/ttys @@ -1,12 +1,12 @@ # -# $OpenBSD: ttys,v 1.6 2000/01/24 05:03:50 smurph Exp $ +# $OpenBSD: ttys,v 1.7 2002/05/30 06:46:13 deraadt Exp $ # # name getty type status comments # # If the console is marked insecure, single-user requires # the root password. console "/usr/libexec/getty Pc" unknown on secure -ttya "/usr/libexec/getty Pc" unknown off secure # 147/162 console +ttya "/usr/libexec/getty Pc" unknown off secure # 147/162 console ttyb "/usr/libexec/getty Pc" unknown off ttyc "/usr/libexec/getty Pc" unknown off ttyd "/usr/libexec/getty Pc" unknown off diff --git a/etc/etc.mvmeppc/MAKEDEV b/etc/etc.mvmeppc/MAKEDEV index 4f5f3f8bebf..f2984ced820 100644 --- a/etc/etc.mvmeppc/MAKEDEV +++ b/etc/etc.mvmeppc/MAKEDEV @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: MAKEDEV,v 1.6 2002/05/21 01:41:56 deraadt Exp $ +# $OpenBSD: MAKEDEV,v 1.7 2002/05/30 06:46:13 deraadt Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -219,7 +219,7 @@ sd*|wd*|ccd*|ofdisk*|raid*) sd*) name=sd; blk=2; chr=8;; wd*) name=wd; blk=0; chr=11;; ofdisk*) name=ofdisk; blk=4; chr=13;; - ccd*) name=ccd; blk=16; chr=18;; + ccd*) name=ccd; blk=16; chr=18;; raid*) name=raid; blk=19; chr=54;; esac rm -f $name$unit? r$name$unit? diff --git a/etc/etc.mvmeppc/MAKEDEV.md b/etc/etc.mvmeppc/MAKEDEV.md index 8b769d2e1de..e99330edeb1 100644 --- a/etc/etc.mvmeppc/MAKEDEV.md +++ b/etc/etc.mvmeppc/MAKEDEV.md @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: MAKEDEV.md,v 1.5 2002/05/21 01:41:04 deraadt Exp $ +# $OpenBSD: MAKEDEV.md,v 1.6 2002/05/30 06:46:13 deraadt Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -83,7 +83,7 @@ sd*|wd*|ccd*|ofdisk*|raid*) sd*) name=sd; blk=2; chr=8;; wd*) name=wd; blk=0; chr=11;; ofdisk*) name=ofdisk; blk=4; chr=13;; - ccd*) name=ccd; blk=16; chr=18;; + ccd*) name=ccd; blk=16; chr=18;; raid*) name=raid; blk=19; chr=54;; esac rm -f $name$unit? r$name$unit? diff --git a/etc/mtree/BSD.local.dist b/etc/mtree/BSD.local.dist index 97022c57e27..691c1ea20f4 100644 --- a/etc/mtree/BSD.local.dist +++ b/etc/mtree/BSD.local.dist @@ -1,4 +1,4 @@ -# $OpenBSD: BSD.local.dist,v 1.10 2002/04/16 19:02:19 espie Exp $ +# $OpenBSD: BSD.local.dist,v 1.11 2002/05/30 06:46:13 deraadt Exp $ # $FreeBSD: BSD.local.dist,v 1.32 1997/09/12 05:44:11 asami Exp $ # @@ -174,7 +174,7 @@ .. lt_LN.ISO_8859-1 .. - lt_LN.ISO_8859-2 + lt_LN.ISO_8859-2 .. nl_BE.ISO_8859-1 .. |