From 35d3233a50689e766ce848ed5a39d6a8ce1dc011 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 15 Jul 2000 06:10:25 +0000 Subject: Fix module sources after kernel mmap interface change. Fix error message to say the kernel sources should be for the kernel you are running. --- sysutils/aperture/Makefile | 5 +++-- sysutils/aperture/files/patch-sum | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'sysutils/aperture') diff --git a/sysutils/aperture/Makefile b/sysutils/aperture/Makefile index 77aa1dc6717..2b6043d624e 100644 --- a/sysutils/aperture/Makefile +++ b/sysutils/aperture/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/05/11 11:17:55 agc Exp $ +# $NetBSD: Makefile,v 1.4 2000/07/15 06:10:25 jlam Exp $ DISTNAME= apNetBSD PKGNAME= aperture-2.0 @@ -22,7 +22,8 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 .BEGIN: @if [ ! -f /sys/lib/libkern/libkern.h ]; then \ ${ECHO_MSG} "==================================================="; \ - ${ECHO_MSG} " Kernel sources are required to build LKMs."; \ + ${ECHO_MSG} " Kernel sources for the version of the kernel"; \ + ${ECHO_MSG} " you are running are required to build LKMs."; \ ${ECHO_MSG} " Please fetch them and make a link from /sys"; \ ${ECHO_MSG} " to the kernel source directory (typically"; \ ${ECHO_MSG} " /usr/src/sys)."; \ diff --git a/sysutils/aperture/files/patch-sum b/sysutils/aperture/files/patch-sum index 2d59ea961db..6f235ff40e6 100644 --- a/sysutils/aperture/files/patch-sum +++ b/sysutils/aperture/files/patch-sum @@ -1,5 +1,7 @@ -$NetBSD: patch-sum,v 1.2 2000/04/26 12:15:59 hubertf Exp $ +$NetBSD: patch-sum,v 1.3 2000/07/15 06:10:26 jlam Exp $ MD5 (patch-aa) = 2eff82bf1a230de43a83a4cb4c96eba7 MD5 (patch-ab) = f45a6989db23e6019effe4683898d9c8 MD5 (patch-ac) = bdef667d9a470fa0b1dd02d0098c786f +MD5 (patch-ad) = 0afb58cb173eaf1d7602ef6e4cd2ac48 +MD5 (patch-ae) = 17acb72cf89035ff671af9fcb2f120be -- cgit v1.2.3