mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
src: Use archive.org for dead URLs
Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
fb5f2f100e
commit
7de9b74a84
@ -824,12 +824,10 @@ http_sites += herp.derp
|
|||||||
http_sites += mah.everybody.org
|
http_sites += mah.everybody.org
|
||||||
http_sites += etallen.com
|
http_sites += etallen.com
|
||||||
|
|
||||||
# dead sites
|
# HTTP-only dead sites accessed via archive.org
|
||||||
http_sites += blog.lystor.org.ua
|
http_sites += blog.lystor.org.ua
|
||||||
http_sites += blog.mes-stats.fr
|
http_sites += blog.mes-stats.fr
|
||||||
http_sites += www.javvin.com
|
http_sites += www.javvin.com
|
||||||
|
|
||||||
# 404 links
|
|
||||||
http_sites += kerneltrap.org
|
http_sites += kerneltrap.org
|
||||||
|
|
||||||
http_re= ($(subst $(space),|,$(http_sites)))
|
http_re= ($(subst $(space),|,$(http_sites)))
|
||||||
|
@ -1107,8 +1107,8 @@ static const virXMLAttr2Struct vlanAttributes[] = {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
/* STP is documented by IEEE 802.1D; for a synopsis,
|
/* STP is documented by IEEE 802.1D; for a synopsis, see
|
||||||
* see http://www.javvin.com/protocolSTP.html */
|
* https://web.archive.org/web/20130530200728/http://www.javvin.com/protocolSTP.html */
|
||||||
static const virXMLAttr2Struct stpAttributes[] = {
|
static const virXMLAttr2Struct stpAttributes[] = {
|
||||||
/* spanning tree uses a special destination MAC address */
|
/* spanning tree uses a special destination MAC address */
|
||||||
{
|
{
|
||||||
|
@ -234,7 +234,7 @@
|
|||||||
</data>
|
</data>
|
||||||
</define>
|
</define>
|
||||||
|
|
||||||
<!-- Based on http://blog.mes-stats.fr/2008/10/09/regex-ipv4-et-ipv6 -->
|
<!-- Based on https://web.archive.org/web/20090503193311/http://blog.mes-stats.fr/2008/10/09/regex-ipv4-et-ipv6 -->
|
||||||
<define name="ipv6Addr">
|
<define name="ipv6Addr">
|
||||||
<data type="string">
|
<data type="string">
|
||||||
<!-- To understand this better, take apart the toplevel "|"s -->
|
<!-- To understand this better, take apart the toplevel "|"s -->
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# sample config from http://blog.lystor.org.ua/2009/11/openvz-configuration-example.html
|
# sample config from https://web.archive.org/web/20111228161814/http://blog.lystor.org.ua/2009/11/openvz-configuration-example.html
|
||||||
|
|
||||||
ONBOOT="yes"
|
ONBOOT="yes"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user