summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz>2005-03-02 15:10:59 +0000
committerwiz <wiz>2005-03-02 15:10:59 +0000
commit43a3cc3045ac6747c0f72148c10d86e857d2c48b (patch)
treef214760fd88c5327b920ac09574fd33a6fcaafa7 /sysutils
parent7ee1e1c91257fcf0c3b1cc3c5ed968ac101a7327 (diff)
downloadpkgsrc-43a3cc3045ac6747c0f72148c10d86e857d2c48b.tar.gz
Fix over-precise error message, reported by Robert Elz in PR 29563.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fdgw/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/fdgw/Makefile b/sysutils/fdgw/Makefile
index 520b56f27dc..9ca425aeb1a 100644
--- a/sysutils/fdgw/Makefile
+++ b/sysutils/fdgw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/12/03 15:15:10 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2005/03/02 15:10:59 wiz Exp $
#
DISTNAME= fdgw-20020130
@@ -21,7 +21,7 @@ pre-fetch:
@ ${ECHO} "";
@ ${ECHO} "********************************************************";
@ ${ECHO} "Please note: The install stage of fdgw requires a kernel"
- @ ${ECHO} " with 'pseudo-device vnd 4' enabled.";
+ @ ${ECHO} " with at least one vnd(4) device.";
@ ${ECHO} "********************************************************";
@ ${ECHO} "";