From: Thibault Godouet Date: Sun, 11 Feb 2001 21:37:41 +0000 (+0000) Subject: bug corrected for freebsd X-Git-Tag: ver2_9_4~408 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2546290c223197122c9989c8e0e778a47c6b4467;p=thirdparty%2Ffcron.git 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