diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-13 02:33:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-13 02:33:11 +0000 |
commit | 63970b0cbf0b19955fdb56ec5e045d6f586d294c (patch) | |
tree | 1a3cf01be0cef7776942e192951d15002a0ad705 /distrib | |
parent | 0e100305c8c267d99071c3f5501d90cc36db7c72 (diff) |
machdep.allowaperture is normally 1; found by art
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/sparc64/common/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sparc64/common/install.md b/distrib/sparc64/common/install.md index 264dd070712..c7b2690153e 100644 --- a/distrib/sparc64/common/install.md +++ b/distrib/sparc64/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.5 2002/03/31 17:30:31 deraadt Exp $ +# $OpenBSD: install.md,v 1.6 2002/04/13 02:33:10 deraadt Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # @@ -127,7 +127,7 @@ md_installboot() { if [ "$xfree86" = y ]; then echo echo "Enabling machdep.allowaperture. Read xf86(4) for more information." - echo '1,$s/^#machdep\.allowaperture=2/machdep\.allowaperture=1 / + echo '1,$s/^#machdep\.allowaperture=1/machdep\.allowaperture=1 / w q' | ed /mnt/etc/sysctl.conf 2> /dev/null echo |