blob: 07b7cf594a7ba5b77d4cf46eacd119faaab06778 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-sysadm] [657] - update dns to give the new address for donation
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B657%5D%20-%20update%20dns%20to%20give%20the%20new%20address%20for%0A%09donation&In-Reply-To=%3C20110105190952.BE79F41979%40valstar.mageia.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="001521.html">
<LINK REL="Next" HREF="001523.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-sysadm] [657] - update dns to give the new address for donation</H1>
<B>root at mageia.org</B>
<A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B657%5D%20-%20update%20dns%20to%20give%20the%20new%20address%20for%0A%09donation&In-Reply-To=%3C20110105190952.BE79F41979%40valstar.mageia.org%3E"
TITLE="[Mageia-sysadm] [657] - update dns to give the new address for donation">root at mageia.org
</A><BR>
<I>Wed Jan 5 20:09:52 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="001521.html">[Mageia-sysadm] [656] - add a module to handle various websites, mainly for storing
</A></li>
<LI>Next message: <A HREF="001523.html">[Mageia-sysadm] [658] - also add identity trunk, while I am on it
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1522">[ date ]</a>
<a href="thread.html#1522">[ thread ]</a>
<a href="subject.html#1522">[ subject ]</a>
<a href="author.html#1522">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Revision: 657
Author: misc
Date: 2011-01-05 20:09:52 +0100 (Wed, 05 Jan 2011)
Log Message:
-----------
- update dns to give the new address for donation
Modified Paths:
--------------
puppet/modules/bind/templates/zones/mageia.org.zone
Modified: puppet/modules/bind/templates/zones/mageia.org.zone
===================================================================
--- puppet/modules/bind/templates/zones/mageia.org.zone 2011-01-05 19:09:50 UTC (rev 656)
+++ puppet/modules/bind/templates/zones/mageia.org.zone 2011-01-05 19:09:52 UTC (rev 657)
@@ -3,7 +3,7 @@
; $Id$
$TTL 3D
@ IN SOA ns0.mageia.org. root.mageia.org. (
- 2010121501 ; Serial
+ 2010121502 ; Serial
21600 ; Refresh
3600 ; Retry
2419200 ; Expire
@@ -68,8 +68,8 @@
svn IN CNAME valstar
meetbot IN CNAME krampouezh
-donate IN CNAME www-aufml
-donation IN CNAME www-aufml
+donate IN CNAME alamut
+donation IN CNAME alamut
puppetmaster IN CNAME valstar
pkgsubmit IN CNAME valstar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20110105/a25cf069/attachment.html>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="001521.html">[Mageia-sysadm] [656] - add a module to handle various websites, mainly for storing
</A></li>
<LI>Next message: <A HREF="001523.html">[Mageia-sysadm] [658] - also add identity trunk, while I am on it
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1522">[ date ]</a>
<a href="thread.html#1522">[ thread ]</a>
<a href="subject.html#1522">[ subject ]</a>
<a href="author.html#1522">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
mailing list</a><br>
</body></html>
|