diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-13 21:31:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-13 21:31:16 +0000 |
commit | c0ff197315f7cad34f1ceca070860c72fbb99258 (patch) | |
tree | 5e9a575e02997a86a73f8cd17b7a58a975852daa /etc | |
parent | d8202e63606c0093db7264bf46b93dd8240c3782 (diff) |
2 sets of ptys; drahn
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.powerpc/MAKEDEV | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.powerpc/MAKEDEV b/etc/etc.powerpc/MAKEDEV index 50502ccfa9d..ee6e4b9f128 100644 --- a/etc/etc.powerpc/MAKEDEV +++ b/etc/etc.powerpc/MAKEDEV @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: MAKEDEV,v 1.33 2000/10/03 03:50:34 rahnds Exp $ +# $OpenBSD: MAKEDEV,v 1.34 2000/10/13 21:31:15 deraadt Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -154,7 +154,7 @@ all) sh $this raid0 raid1 raid2 raid3 sh $this rd0 ipl sh $this ttyo0 ttyE0 - sh $this tty00 tty01 tty02 tty03 pty0 + sh $this tty00 tty01 tty02 tty03 pty0 pty1 sh $this bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 sh $this tun0 tun1 tun2 tun3 sh $this random uk0 uk1 ss0 ss1 |