diff options
author | Richard Levitte <levitte@openssl.org> | 2000-06-28 12:33:37 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2000-06-28 12:33:37 +0200 |
commit | e871dcbc2355e65ba2bee657e8821b9fb0dceffa (patch) | |
tree | f4aa984f849efe418dc44b2cd39d6142a5af4e59 /config | |
parent | Added references to RFCs 1421 to 1424, that describe PEM. (diff) | |
download | openssl-e871dcbc2355e65ba2bee657e8821b9fb0dceffa.tar.xz openssl-e871dcbc2355e65ba2bee657e8821b9fb0dceffa.zip |
Make sure we use /usr/sbin/sysctl, especially since /usr/sbin is not
always in the users $PATH...
Diffstat (limited to 'config')
-rwxr-xr-x | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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:*) |