diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/tmda/pkg-req | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/tmda/pkg-req b/mail/tmda/pkg-req index 0e5b440f41e8..2d7e408d9b3f 100644 --- a/mail/tmda/pkg-req +++ b/mail/tmda/pkg-req @@ -9,7 +9,7 @@ if [ "x$1" = "xINSTALL" -o "x$2" = "xINSTALL" ]; then exit 0 else echo "-----------------------------------------------------------" - echo " TMDA requires Python version 2.0 or greater -" + echo " TMDA requires Python version 2.1 or greater -" echo " please update your Python installation before proceeding." echo "-----------------------------------------------------------" exit 1 |