]> granicus.if.org Git - fcron/commitdiff
bug corrected for freebsd
authorthib <thib>
Sun, 11 Feb 2001 21:37:41 +0000 (21:37 +0000)
committerthib <thib>
Sun, 11 Feb 2001 21:37:41 +0000 (21:37 +0000)
script/boot-install

index 297b7ed34b633c2658f37d9bb337b7c21f0a28a1..0adbff308641f1f4601ea046fdd5bd9a1e35c821 100755 (executable)
@@ -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