From: Richard Levitte Date: Wed, 28 Jun 2000 10:33:37 +0000 (+0000) Subject: Make sure we use /usr/sbin/sysctl, especially since /usr/sbin is not X-Git-Tag: OpenSSL-engine-0_9_6-beta1~21^2~21 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=e871dcbc2355e65ba2bee657e8821b9fb0dceffa;hp=adbd4ed16d483ae2fd946b3acf353f1143245b1d Make sure we use /usr/sbin/sysctl, especially since /usr/sbin is not always in the users $PATH... --- diff --git a/config b/config index 130f2d7267..c89e69a17c 100755 --- a/config +++ b/config @@ -164,7 +164,7 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in ;; NetBSD:*:*:*386*) - echo "`sysctl -n hw.model | sed 's,.*\(.\)86-class.*,i\186,'`-whateve\r-netbsd"; exit 0 + echo "`/usr/sbin/sysctl -n hw.model | sed 's,.*\(.\)86-class.*,i\186,'`-whatever-netbsd"; exit 0 ;; NetBSD:*)