]> granicus.if.org Git - fcron/commitdiff
added a message to tell user they may lose some informations by reinstalling the...
authorthib <thib>
Tue, 30 Jan 2001 17:40:51 +0000 (17:40 +0000)
committerthib <thib>
Tue, 30 Jan 2001 17:40:51 +0000 (17:40 +0000)
script/boot-install

index 95a9eaebb28b0ecdbd579ff6b08c2e6d8d91e7fb..be14f9af67ede7046d2fa5ed00076ece570d1f35 100755 (executable)
@@ -2,7 +2,7 @@
 # Install fcron under SysV system.
 #
 
-# $Id: boot-install,v 1.22 2001-01-12 21:37:16 thib Exp $
+# $Id: boot-install,v 1.23 2001-01-30 17:40:51 thib Exp $
 
 # take 5 arguments : the name of the BSD-like install program (with "-o" and the correct username)
 #                    the DESTSBIN directory
@@ -223,6 +223,8 @@ fi
 echo "As a matter of fact, you must know that fcrontabs installed by an old"
 echo "version of fcrontab may not work with this version if you don't" 
 echo "reinstall them."
+echo "Warning : you may lose some informations if you do that (i.e. the last"
+echo "    execution's time and date (@-jobs) as if you run a 'fcrontab -e -n')"
 
 if test "$RESTARTED" -eq 1; then
   REINSTALL="nothing"