diff options
| author | khorben <khorben@pkgsrc.org> | 2020-07-20 21:43:19 +0000 |
|---|---|---|
| committer | khorben <khorben@pkgsrc.org> | 2020-07-20 21:43:19 +0000 |
| commit | ff0861c25bdf49b5889e92163191fe2bb4d5d621 (patch) | |
| tree | f9101315fbd0c39d5fcabfdae05d8a8deff56fda /sysutils/intel-microcode-netbsd/Makefile | |
| parent | c4aa3f7e7eee6c92ddfc2e11b2a537ff13e8c174 (diff) | |
| download | pkgsrc-ff0861c25bdf49b5889e92163191fe2bb4d5d621.tar.gz | |
intel-microcode-netbsd: fix for the RC script
intel-microcode-netbsd does not contain a daemon, it simply calls
cpuctl(8) to upload the microcode to the CPU. However the RC script only
handles the starting sequence. This change avoids an irrelevant message
upon reboot, and avoids a meaningless error condition.
ok Riastradh@
Diffstat (limited to 'sysutils/intel-microcode-netbsd/Makefile')
| -rw-r--r-- | sysutils/intel-microcode-netbsd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/intel-microcode-netbsd/Makefile b/sysutils/intel-microcode-netbsd/Makefile index e9985b997b8..7b79823e44f 100644 --- a/sysutils/intel-microcode-netbsd/Makefile +++ b/sysutils/intel-microcode-netbsd/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.41 2020/07/20 21:18:17 khorben Exp $ +# $NetBSD: Makefile,v 1.42 2020/07/20 21:43:19 khorben Exp $ VERSION= 20200616 DISTNAME= microcode-${VERSION} PKGNAME= intel-microcode-netbsd-${VERSION} +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=intel/} GITHUB_PROJECT= Intel-Linux-Processor-Microcode-Data-Files |
