From 2032f8edfb616e6a331b1a13564a1bcd02e8b0cc Mon Sep 17 00:00:00 2001 From: thib Date: Sun, 11 Feb 2001 21:37:41 +0000 Subject: [PATCH] bug corrected for freebsd --- script/boot-install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/boot-install b/script/boot-install index 297b7ed..0adbff3 100755 --- a/script/boot-install +++ b/script/boot-install @@ -2,7 +2,7 @@ # Install fcron under SysV system. # -# $Id: boot-install,v 1.25 2001-02-11 21:16:23 thib Exp $ +# $Id: boot-install,v 1.26 2001-02-11 21:37:41 thib Exp $ # take 5 arguments : the name of the BSD-like install program (with "-o" and the correct username) # the DESTSBIN directory @@ -48,9 +48,9 @@ SYSV=0 RESTARTED=0 INSTALLED=0 -if $IS_FREEBSD -eq 1; then +if test $IS_FREEBSD -eq 1; then if test -x /usr/local/etc/rc.d/fcron.sh; then - echo "Fcron is already in /etc/rc.d/rc.local." + echo "Fcron is already in /usr/local/etc/rc.d/." INSTALLED=1 else if test $ANSWER -eq 2; then -- 2.40.0