From 0fbacf11a6dd9f4ace2ce2c2e588fc2b702765eb Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 19 Dec 2001 18:03:49 +0000 Subject: [PATCH] doc fix --- scripts/mkdiff | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/mkdiff b/scripts/mkdiff index 9c7e3a4a7..f17979383 100755 --- a/scripts/mkdiff +++ b/scripts/mkdiff @@ -9,6 +9,10 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# Please note that this script is now maintained outside of GNUPG. +# To get the most up to date version use +# cvs -d :pserver:anoncvs@cvs.gnupg.org:/cvs/wk checkout misc-scripts/mkdiff + if [ $# != 1 ] ; then echo "usage: mkdiff package-name" >&2 exit 1