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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Proposal: Deprecate draknetcenter+network init scripts after systemd becomes default.
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Proposal%3A%20Deprecate%20draknetcenter%2Bnetwork%20init%0A%20scripts%20after%20systemd%20becomes%20default.&In-Reply-To=%3CCAONrEtadncp%2BDJnsOeHEsL%2BSYPOC9W5_eaaCguvaD39R5wNvZw%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="007443.html">
<LINK REL="Next" HREF="007461.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Proposal: Deprecate draknetcenter+network init scripts after systemd becomes default.</H1>
<B>Thierry Vignaud</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Proposal%3A%20Deprecate%20draknetcenter%2Bnetwork%20init%0A%20scripts%20after%20systemd%20becomes%20default.&In-Reply-To=%3CCAONrEtadncp%2BDJnsOeHEsL%2BSYPOC9W5_eaaCguvaD39R5wNvZw%40mail.gmail.com%3E"
TITLE="[Mageia-dev] Proposal: Deprecate draknetcenter+network init scripts after systemd becomes default.">thierry.vignaud at gmail.com
</A><BR>
<I>Tue Aug 23 15:34:19 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="007443.html">[Mageia-dev] Proposal: Deprecate draknetcenter+network init scripts after systemd becomes default.
</A></li>
<LI>Next message: <A HREF="007461.html">[Mageia-dev] Proposal: Deprecate draknetcenter+network init scripts after systemd becomes default.
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7454">[ date ]</a>
<a href="thread.html#7454">[ thread ]</a>
<a href="subject.html#7454">[ subject ]</a>
<a href="author.html#7454">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 23 August 2011 10:55, Colin Guthrie <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">mageia at colin.guthr.ie</A>> wrote:
>><i> err... drakx-net's code is heavily used by other tools such as:
</I>>><i> - drakx-installer
</I>>><i> - mgaonline
</I>>><i> - ...
</I>>><i>
</I>>><i> So I think we still want to keep drakx-net
</I>><i>
</I>><i> Perhaps, but then a more interesting question is "what bits of drakx-net
</I>><i> are used in mgaonline and drax-installer?" Just stating that they are
</I>><i> used there as a reason to keep it isn't really a good argument IMO.
</I>
drakx-installer uses most of interesting bits of drakx-net (ake network
detection & set up, ...)
><i> Asbestos is used in fire retardant wall insulation, but it's not a good
</I>><i> argument to keep it considering the world has moved on and we now know
</I>><i> the dangers of working with that material.
</I>
OK, give me the NM patches for the installer :-)
Seriously, without trolling, we just cannot drop drakx-net until we got
something else for the installer.
Dunno what does anaconda these days btw?
><i> So what does mgaonline need to work with drakx-net? Does it just need to
</I>><i> know if you are online or not? If so why not use NM's dbus service to do
</I>><i> that? It could eventually know whether you are on a paid/metered
</I>><i> connection (this is not yet supported by NM but there has been some talk
</I>><i> about it) or a "free" connection - a fast vs. slow connection etc. It
</I>><i> could make intelligent, informed decisions, not just "is the user online
</I>><i> - no matter how crappily?"
</I>
mgaonline has less needs, basically detecting network connectivity
but those are shared with the installer, so even if the lower level
part would change, there's no readon not to have a common perl
layer hiding the low level bits instead of making both interfaces NM
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="007443.html">[Mageia-dev] Proposal: Deprecate draknetcenter+network init scripts after systemd becomes default.
</A></li>
<LI>Next message: <A HREF="007461.html">[Mageia-dev] Proposal: Deprecate draknetcenter+network init scripts after systemd becomes default.
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7454">[ date ]</a>
<a href="thread.html#7454">[ thread ]</a>
<a href="subject.html#7454">[ subject ]</a>
<a href="author.html#7454">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|