From: thib Date: Sun, 11 Feb 2001 21:37:41 +0000 (+0000) Subject: bug corrected for freebsd X-Git-Tag: ver1564~334 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2032f8edfb616e6a331b1a13564a1bcd02e8b0cc;p=fcron bug corrected for freebsd --- 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