+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.
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):
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
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
$(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` && \
(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: