From: Jim Meyering Date: Sun, 10 Sep 2000 19:04:09 +0000 (+0000) Subject: (b_host): Use freefriends.org, not tug.org. X-Git-Tag: FILEUTILS-4_0_27~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31d9a98e828f1e8696b85ab69e289ddd967c75d0;p=thirdparty%2Fcoreutils.git (b_host): Use freefriends.org, not tug.org. --- diff --git a/Makefile.maint b/Makefile.maint index 332cff7e3a..a658576891 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -77,14 +77,14 @@ PREV_VERSION_REGEXP := $(shell echo $(PREV_VERSION)|sed 's/\./\\./g') v = Version a_host = alpha.gnu.org -b_host = tug.org +b_host = freefriends.org alpha_subdir = gnu/fetish a_url_dir = $(alpha_subdir) b_url_dir = $(alpha_subdir) a_real_dir = /fs/share/ftp/$(alpha_subdir) -b_real_dir = /home/ftp/pub/$(alpha_subdir) +b_real_dir = /home/ftp/$(alpha_subdir) url_dir_list = $(foreach x,a b,ftp://$($(x)_host)/$($(x)_url_dir))