]> granicus.if.org Git - fcron/commitdiff
small change in an explanation message
authorthib <thib>
Thu, 29 Jan 2004 10:36:00 +0000 (10:36 +0000)
committerthib <thib>
Thu, 29 Jan 2004 10:36:00 +0000 (10:36 +0000)
script/boot-install

index 593a11d5bf258fda3523fe74472a5ea4ce6891a4..fd53655fc8142898f435dd677a69600ade24d166 100755 (executable)
@@ -2,7 +2,7 @@
 # Install fcron under SysV system.
 #
 
-# $Id: boot-install,v 1.37 2003-12-26 00:11:23 thib Exp $
+# $Id: boot-install,v 1.38 2004-01-29 10:36:00 thib Exp $
 
 # takes 6 arguments : the name of the BSD-like install program (with "-o" and the correct username)
 #                    the DESTSBIN directory
@@ -362,7 +362,7 @@ else # test $NEED_UPDATE -eq 0
     exit 0
   fi
   echo "As a matter of fact, you must know that fcrontabs installed by an old"
-  echo "version of fcrontab won't work anymore with this version if you don't"
+  echo "version (<1.1.x) of fcrontab won't work anymore with this version if you don't"
   echo "update their format."
 
   UPDATE="nothing"