From: thib Date: Sat, 5 May 2001 19:09:27 +0000 (+0000) Subject: convert also new fcrontab files X-Git-Tag: ver1564~283 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec8540daea4f56ecfea9b3cd129400f0e34933f3;p=fcron convert also new fcrontab files --- diff --git a/script/boot-install b/script/boot-install index 7c6ba99..d95f43e 100755 --- a/script/boot-install +++ b/script/boot-install @@ -2,7 +2,7 @@ # Install fcron under SysV system. # -# $Id: boot-install,v 1.32 2001-04-29 22:23:44 thib Exp $ +# $Id: boot-install,v 1.33 2001-05-05 19:09:27 thib Exp $ # take 6 arguments : the name of the BSD-like install program (with "-o" and the correct username) # the DESTSBIN directory @@ -388,7 +388,7 @@ else # test $NEED_UPDATE -eq 0 if test "$FILE" != "$FCRONTABS/*"; then BASENAME=`basename $FILE` ; \ FCRONTAB=`echo "$BASENAME" | \ - sed "s|.*orig|| ; s|new.*|| ; s|fcrontab.sig|| ; s|rm.*||"` ; \ + sed "s|.*orig|| ; s|fcrontab.sig|| ; s|rm.*||"` ; \ ( test ! -z "$FCRONTAB" && $SRCDIR/convert-fcrontab $FCRONTAB ) \ || echo -n ""; \ fi