From 881163dcff2e0028f33e773df8a5d021b9e4da50 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Mon, 7 Sep 2015 19:33:11 +0300 Subject: [PATCH] live: tweak HOMEPAGE The reason behind this silly patch is that the default URL can be left alone with no rebuilds neccessary but with the intranet services delivered through a "captive portal" or a redirecting proxy; we definitely don't want the canonical wiki URL, http://www.altlinux.org, blocked by a rule made for redirecting the default homepage, so let it be another one which is served but not widely known or linked to. --- features.in/live/generate.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.in/live/generate.mk b/features.in/live/generate.mk index 95129608..53c7701f 100644 --- a/features.in/live/generate.mk +++ b/features.in/live/generate.mk @@ -5,7 +5,7 @@ ifdef BUILDDIR include $(BUILDDIR)/distcfg.mk ifndef HOMEPAGE -HOMEPAGE = http://www.altlinux.org/ +HOMEPAGE = http://wiki.altlinux.org/ endif ifndef HOMENAME