Browse Source

update from netbsd

OPENBSD_2_0
deraadt 28 years ago
parent
commit
aa263be9c2
4 changed files with 12 additions and 15 deletions
  1. +4
    -4
      src/etc/etc.atari/ttys
  2. +2
    -5
      src/etc/etc.sun3/MAKEDEV
  3. +4
    -4
      src/etc/etc.sun3/disktab
  4. +2
    -2
      src/etc/etc.sun3/fstab.sd0

+ 4
- 4
src/etc/etc.atari/ttys View File

@ -1,5 +1,5 @@
#
# $NetBSD: ttys,v 1.1.1.1 1995/03/30 05:44:08 leo Exp $
# $NetBSD: ttys,v 1.1.1.1.2.1 1995/11/21 07:21:35 leo Exp $
#
# from: @(#)ttys 5.1 (Berkeley) 4/17/89
#
@ -7,9 +7,9 @@
#
# If the console is marked insecure, single-user requires
# the root password.
console "/usr/libexec/getty Pc" vt200 off secure
ttye0 "/usr/libexec/getty Pc" vt200 on secure # ite0 console
ttye1 "/usr/libexec/getty Pc" vt200 on secure # ite1
console "/usr/libexec/getty Pc" vt220 off secure
ttye0 "/usr/libexec/getty Pc" vt220 on secure # ite0 console
ttye1 "/usr/libexec/getty Pc" vt220 on secure # ite1
ttyp0 none network
ttyp1 none network
ttyp2 none network


+ 2
- 5
src/etc/etc.sun3/MAKEDEV View File

@ -32,7 +32,7 @@
# SUCH DAMAGE.
#
# @(#)MAKEDEV 5.5 (Berkeley) 5/28/91
# $Id: MAKEDEV,v 1.1.1.1 1995/10/18 08:38:02 deraadt Exp $
# $Id: MAKEDEV,v 1.2 1995/11/23 15:59:42 deraadt Exp $
#
# Device "make" file. Valid arguments:
# std standard devices
@ -172,10 +172,7 @@ cd*|sd*|xy*|vnd*|ccd*)
st*)
name=st; blk=11; chr=18;
case $unit in
0|1|2|3) offset=`expr $unit \* 16`;;
*) echo bad unit for $name in: $arg;;
esac
offset=`expr $unit \* 16`;
mk r$name$unit c $chr `expr $offset + 0`
mk nr$name$unit c $chr `expr $offset + 1`
mk er$name$unit c $chr `expr $offset + 2`


+ 4
- 4
src/etc/etc.sun3/disktab View File

@ -1,5 +1,5 @@
#
# $NetBSD: disktab,v 1.2 1995/10/08 23:26:03 gwr Exp $
# $NetBSD: disktab,v 1.2.2.1 1995/11/21 21:03:50 gwr Exp $
#
# Disk geometry and partition layout tables.
# Key:
@ -37,6 +37,6 @@ rdroot|ramdiskroot|RAM-disk root FS image:\
:ta=4.4BSD:oa#0:pa#512:\
:ob#0:pb#0:oc#0:pc#512:
miniroot|Installation root-on-swap FS image:\
:ty=simulated:se#512:ns#32:nt#8:nc#48:\
:ta=4.4BSD:oa#0:pa#12288:\
:ob#0:pb#0:oc#0:pc#12288:
:ty=simulated:se#512:ns#32:nt#8:nc#64:\
:ta=4.4BSD:oa#0:pa#16384:\
:ob#0:pb#0:oc#0:pc#16384:

+ 2
- 2
src/etc/etc.sun3/fstab.sd0 View File

@ -1,3 +1,3 @@
/dev/sd0a / ufs rw 1 1
/dev/sd0a / ffs rw 1 1
/dev/sd0b none swap sw 0 0
/dev/sd0g /usr ufs rw 1 2
/dev/sd0g /usr ffs rw 1 2

Loading…
Cancel
Save