From ca92feec256873923e56c63030f7b55779e8de63 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Mon, 18 May 2009 20:57:28 +0000 Subject: Oops, want sysctl -n for proper operation. --- distrib/sgi/ramdisk/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib') diff --git a/distrib/sgi/ramdisk/install.md b/distrib/sgi/ramdisk/install.md index 31c48ff0a46..6e87b1b616b 100644 --- a/distrib/sgi/ramdisk/install.md +++ b/distrib/sgi/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.16 2009/05/14 18:58:17 miod Exp $ +# $OpenBSD: install.md,v 1.17 2009/05/18 20:57:27 miod Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -112,7 +112,7 @@ __EOT esac echo "Installing boot loader in volume header." - /usr/mdec/sgivol -w boot /usr/mdec/boot-`sysctl hw.model` $_disk + /usr/mdec/sgivol -w boot /usr/mdec/boot-`sysctl -n hw.model` $_disk case $? in 0) ;; -- cgit v1.2.3