* MIRRORS.txt: track status.
authorErez Zadok <ezk@cs.sunysb.edu>
Sun, 4 Jan 2004 00:59:35 +0000 (00:59 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Sun, 4 Jan 2004 00:59:35 +0000 (00:59 +0000)
* Makefile.am (install-snapshot): new directory to install
snapshots (now that am-utils home page is moved).

ChangeLog
MIRRORS.txt
Makefile.am

index 875cc5e36449e8c86aaf7f5450530fc0235b2c68..4e0a7865cfee8763b6c3dfb85977d3b59d95afd3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-01-03  Erez Zadok  <ezk@cs.sunysb.edu>
+
+       * MIRRORS.txt: track status.
+
+       * Makefile.am (install-snapshot): new directory to install
+       snapshots (now that am-utils home page is moved).
+
 2004-01-02  Erez Zadok  <ezk@cs.sunysb.edu>
 
        * INSTALL, README.autofs: remove forced text-mode.
index 3850b6163acc54f88ab0080cddfccfdcb3099b5e..63d3976fc255804336b61ea807c4281371f1d3a1 100644 (file)
@@ -2,8 +2,8 @@
 
 Note: in case of any problems accessing the individual FTP sites, please
 contact their respective maintainers.  If you wish to be added to the
-official mirror list, please send mail to am-utils-developers@am-utils.org with the
-full URL, maintainer's email, and geographical location.
+official mirror list, please send mail to am-utils-developers@am-utils.org
+with the full URL, maintainer's email, and geographical location.
 
 U.S.A:
        New York (Stony Brook, Primary Site):
@@ -19,6 +19,7 @@ U.S.A:
        Ohio (Kent State University):
                ftp://info.mcs.kent.edu/pub/am-utils
                Maintainer: root@mcs.kent.edu
+# confirmed 1/2/04
        Florida (University of Florida)
                ftp://ftp.cise.ufl.edu/pub/mirrors/am-utils
                Maintainer: mirror@cise.ufl.edu
@@ -27,6 +28,7 @@ Europe:
        Germany:
                ftp://ftp.fu-berlin.de/pub/unix/network/am-utils
                Maintainer: ftp-adm@ftp.fu-berlin.de
+# email bounced 1/2/04
        Germany:
                ftp://ftp.tu-darmstadt.de/pub/networking/filesystems/am-utils/
                Maintainer: networking@ftp.tu-darmstadt.de
index 8352085ba3ef1023e4a97a6863c202e8a7c73825..1f8ddae7b087b4560fb1cbaa68ed70e3e2a3a522 100644 (file)
@@ -304,7 +304,7 @@ libtool: $(LIBTOOL_DEPS)
        $(SHELL) ./config.status --recheck
 
 # make a snapshots and put them in the ftp snapshots directory
-FTPTOP=/proj/bank/ftp/pub/am-utils
+FTPTOP=/var/ftp/pub/am-utils
 snapshot: dist install-snapshot
 install-snapshot:
        snap=`/bin/ls -1 am-utils*.tar.gz` && \
@@ -315,7 +315,7 @@ install-snapshot:
        (cd $(FTPTOP) && ${MAKE} ${MFLAGS}) && \
        (cd $(FTPTOP)/snapshots && ${MAKE} ${MFLAGS})
 test-snapshot: dist
-       mv -f am-utils*.tar.gz /proj/bank/ftp/private/ezk
+       mv -f am-utils*.tar.gz /var/ftp/private/ezk
 
 # dist hook: change directory modes so they are not world writable
 dist-hook: