diff options
author | zuntum <zuntum> | 2001-03-25 17:28:39 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-03-25 17:28:39 +0000 |
commit | 735805b7e48f16f1118127a2fd90014cdac5f5c9 (patch) | |
tree | 010efad7e7981fbdc6995202190672ac6b72d64a /devel/cvsup | |
parent | 454a69a7613361d653d340da765debddc14a7f62 (diff) | |
download | pkgsrc-735805b7e48f16f1118127a2fd90014cdac5f5c9.tar.gz |
COMPAT_15 may be required on -current systems, not on 1.5 ones
Diffstat (limited to 'devel/cvsup')
-rw-r--r-- | devel/cvsup/pkg/MESSAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvsup/pkg/MESSAGE b/devel/cvsup/pkg/MESSAGE index 6c7350fbe9b..c3e0cce59fe 100644 --- a/devel/cvsup/pkg/MESSAGE +++ b/devel/cvsup/pkg/MESSAGE @@ -1,7 +1,7 @@ ====================================================================== -$NetBSD: MESSAGE,v 1.1 2001/03/25 17:23:34 zuntum Exp $ +$NetBSD: MESSAGE,v 1.2 2001/03/25 17:28:39 zuntum Exp $ IMPORTANT: make sure your kernel has COMPAT_13 and COMPAT_14 defined ! - (maybe COMPAT_15 is needed on 1.5 systems) + (maybe COMPAT_15 is needed on -current systems) ====================================================================== |