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
View File

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