]> granicus.if.org Git - fcron/commitdiff
convert also new fcrontab files
authorthib <thib>
Sat, 5 May 2001 19:09:27 +0000 (19:09 +0000)
committerthib <thib>
Sat, 5 May 2001 19:09:27 +0000 (19:09 +0000)
script/boot-install

index 7c6ba99097579d5c56e7038723353ec621c366c1..d95f43e2b719afacb19aa4899c10d7eb1932672d 100755 (executable)
@@ -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