Krister Walfridsson <cato@df.lth.se> tells us sysctl lives in /sbin

since NetBSD 1.5.
This commit is contained in:
Richard Levitte 2000-10-21 22:18:52 +00:00
parent b5a43800ef
commit 48d89b560c

2
config
View File

@ -168,7 +168,7 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
;;
NetBSD:*:*:*386*)
echo "`/usr/sbin/sysctl -n hw.model | sed 's,.*\(.\)86-class.*,i\186,'`-whatever-netbsd"; exit 0
echo "`(/usr/sbin/sysctl -n hw.model || /sbin/sysctl -n hw.model) | sed 's,.*\(.\)86-class.*,i\186,'`-whatever-netbsd"; exit 0
;;
NetBSD:*)