]> andersk Git - moira.git/commitdiff
renamed report.sh to report.pl
authorzacheiss <zacheiss>
Mon, 5 Jun 2000 05:58:37 +0000 (05:58 +0000)
committerzacheiss <zacheiss>
Mon, 5 Jun 2000 05:58:37 +0000 (05:58 +0000)
backup/Makefile.in
backup/nightly.sh
backup/report.pl [moved from backup/report.sh with 100% similarity]

index 0d8c6766b2d1a571605c59c5d4dc049f5a2e6ca6..403d3eedb784e202e8cb5d40d01c119e03fab8f8 100644 (file)
@@ -54,7 +54,7 @@ depend: $(GENFILES) $(CFILES)
 install:
        $(INSTALL_PROGRAM) mrbackup $(mrbindir)
        $(INSTALL_PROGRAM) mrrestore $(mrbindir)
-       $(INSTALL_PROGRAM) $(srcdir)/report.sh $(mrbindir)
+       $(INSTALL_PROGRAM) $(srcdir)/report.pl $(mrbindir)
 
 mrbackup: $(BOBJS) $(MR_LIBDEP)
        $(CC) -o $@ $(LDFLAGS) $(BOBJS) $(LIBS)
index 1732c01c350854db6b72f81552c65095c6a21d83..9f0417906f24ebd0a1af256a2dbc57493a28583e 100644 (file)
@@ -56,7 +56,7 @@ else
        exit 1
 fi
 
-/moira/bin/report.sh ${BKUPDIRDIR}/in_progress > ${BKUPDIRDIR}/in_progress/report
+/moira/bin/report.pl ${BKUPDIRDIR}/in_progress > ${BKUPDIRDIR}/in_progress/report
 
 if [ -d stale ]
 then
similarity index 100%
rename from backup/report.sh
rename to backup/report.pl
This page took 0.047241 seconds and 5 git commands to generate.