From dd6ea88bd2bc52f8e95ae5d9e990fec8ce34d158 Mon Sep 17 00:00:00 2001 From: thib Date: Thu, 1 Mar 2001 19:18:32 +0000 Subject: [PATCH] more precise about what happens if user answers no to all script's proposition --- script/boot-install | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/script/boot-install b/script/boot-install index 0d3d517..db2a909 100755 --- a/script/boot-install +++ b/script/boot-install @@ -2,7 +2,7 @@ # Install fcron under SysV system. # -# $Id: boot-install,v 1.28 2001-03-01 18:40:03 thib Exp $ +# $Id: boot-install,v 1.29 2001-03-01 19:18:32 thib Exp $ # take 5 arguments : the name of the BSD-like install program (with "-o" and the correct username) # the DESTSBIN directory @@ -45,6 +45,10 @@ echo echo "Note that if you answer no to a proposition made at this point by" echo "the installation script, it will try to propose another way to do it." echo +echo "If you answer no to all the propositions of the script, or if the script" +echo "fails, a message will be printed telling you what you should do" +echo "manually." +echo INSTALL="nothing" SYSV=0 -- 2.40.0