diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-02 15:10:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-02 15:10:59 +0000 |
commit | de9b15e2718683d79f86b8c9bbf80b4c9d589f15 (patch) | |
tree | f214760fd88c5327b920ac09574fd33a6fcaafa7 /sysutils/fdgw | |
parent | 7baee192277969de5e85ce6be9c6e7803be51a00 (diff) | |
download | pkgsrc-de9b15e2718683d79f86b8c9bbf80b4c9d589f15.tar.gz |
Fix over-precise error message, reported by Robert Elz in PR 29563.
Diffstat (limited to 'sysutils/fdgw')
-rw-r--r-- | sysutils/fdgw/Makefile | 4 |
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} ""; |