4
0
mirror of https://github.com/QuasarApp/openssl.git synced 2025-05-01 12:09:42 +00:00

Make sure we use /usr/sbin/sysctl, especially since /usr/sbin is not

always in the users $PATH...
This commit is contained in:
Richard Levitte 2000-06-28 10:33:37 +00:00
parent adbd4ed16d
commit e871dcbc23

2
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:*)