diff options
author | abs <abs@pkgsrc.org> | 2001-07-02 22:14:56 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2001-07-02 22:14:56 +0000 |
commit | 5bd6971727a89cd60bf13af7943ff2cee43ed125 (patch) | |
tree | 88baf314551a093c9df236555ef63eaa9887f6d6 /devel | |
parent | 1b93e97c229cb58ea8d55e1c8d5a96e60235b89a (diff) | |
download | pkgsrc-5bd6971727a89cd60bf13af7943ff2cee43ed125.tar.gz |
Update cpuflags to 0.7 - use explicit /sbin path to sysctl.
From Douglas Brebner
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cpuflags/Makefile | 4 | ||||
-rwxr-xr-x | devel/cpuflags/files/cpuflags.NetBSD | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/cpuflags/Makefile b/devel/cpuflags/Makefile index e735d25bd3b..b3c90a0c20f 100644 --- a/devel/cpuflags/Makefile +++ b/devel/cpuflags/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2001/06/29 11:24:51 abs Exp $ +# $NetBSD: Makefile,v 1.7 2001/07/02 22:14:56 abs Exp $ # -DISTNAME= cpuflags-0.6 +DISTNAME= cpuflags-0.7 CATEGORIES= sysutils MASTER_SITES= # empty DISTFILES= # empty diff --git a/devel/cpuflags/files/cpuflags.NetBSD b/devel/cpuflags/files/cpuflags.NetBSD index 0b23b7e24ef..797a46bfc8c 100755 --- a/devel/cpuflags/files/cpuflags.NetBSD +++ b/devel/cpuflags/files/cpuflags.NetBSD @@ -1,7 +1,7 @@ #!/bin/sh -# $NetBSD: cpuflags.NetBSD,v 1.6 2001/06/29 11:24:51 abs Exp $ +# $NetBSD: cpuflags.NetBSD,v 1.7 2001/07/02 22:14:56 abs Exp $ -hw_model=`sysctl -n hw.model` +hw_model=`/sbin/sysctl -n hw.model` case $hw_model in # i386 |