Diff for /db/prgsrc/Makefile between versions 1.52 and 1.58

version 1.52, 2003/02/19 15:45:51 version 1.58, 2003/04/06 17:06:28
Line 52  DBSCRIPTS = mkdb.pl \ Line 52  DBSCRIPTS = mkdb.pl \
             dump2dump.pl\              dump2dump.pl\
             checkPBS.pl\              checkPBS.pl\
             loaddump.pl \              loaddump.pl \
             makeauthors.pl              makeauthors.pl\
               chronicles.pl
   
 LIBS = chgkfiles.pm \  LIBS = chgkfiles.pm \
             common.pl\              common.pl\
Line 74  HTMLS = contribute.html \ Line 75  HTMLS = contribute.html \
         index.html \          index.html \
         random.html \          random.html \
         reklama.html \          reklama.html \
           reklama_bottom.html\
         search.html            search.html  
   
   
Line 221  authorsdeliver: Line 223  authorsdeliver:
   
 dbfill:  dbfill:
         echo "Starting filling Kulichki database" | mail -s"Starting dbfill" $(DELIVERER)          echo "Starting filling Kulichki database" | mail -s"Starting dbfill" $(DELIVERER)
         ssh $(KULICHKI) "gunzip -c /var/tmp/chgkdump.gz | mysql -u piataev chg "          ssh $(KULICHKI) "echo 'ВНИМАНИЕ! Идёт заливка Базы вопросов. \
                                   Результаты поиска в Базе могут быть неполны' \
                   > public_html/dimrub/db/date;\
            gunzip -c /var/tmp/chgkdump.gz | mysql -u piataev chgk;\
            date > public_html/dimrub/db/date "
         echo "Finished filling Kulichki database" | mail -s"Finished dbfill" $(DELIVERER)          echo "Finished filling Kulichki database" | mail -s"Finished dbfill" $(DELIVERER)

Removed from v.1.52  
changed lines
  Added in v.1.58


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>