blob: 5c8770447b2374057f57da6ce5784040cb853934 (
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
102
103
104
105
106
107
108
109
110
111
112
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] [soft-commits] [3047] - fix wrong dates in the NEWS file
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B3047%5D%20-%20fix%20wrong%20dates%20in%20the%0A%09NEWS%20file&In-Reply-To=%3C201202251824.52034.alien%40rmail.be%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="012332.html">
<LINK REL="Next" HREF="012334.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] [soft-commits] [3047] - fix wrong dates in the NEWS file</H1>
<B>Maarten Vanraes</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B3047%5D%20-%20fix%20wrong%20dates%20in%20the%0A%09NEWS%20file&In-Reply-To=%3C201202251824.52034.alien%40rmail.be%3E"
TITLE="[Mageia-dev] [soft-commits] [3047] - fix wrong dates in the NEWS file">alien at rmail.be
</A><BR>
<I>Sat Feb 25 18:24:51 CET 2012</I>
<P><UL>
<LI>Previous message: <A HREF="012332.html">[Mageia-dev] [soft-commits] [3047] - fix wrong dates in the NEWS file
</A></li>
<LI>Next message: <A HREF="012334.html">[Mageia-dev] check on mga1 may needs some changes
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#12336">[ date ]</a>
<a href="thread.html#12336">[ thread ]</a>
<a href="subject.html#12336">[ subject ]</a>
<a href="author.html#12336">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Op zaterdag 25 februari 2012 17:27:18 schreef Thierry Vignaud:
><i> On 25 February 2012 17:09, <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A>> wrote:
</I>><i> > Revision 3047 Author alien Date 2012-02-25 17:09:50 +0100 (Sat, 25 Feb
</I>><i> > 2012)
</I>><i> >
</I>><i> > Log Message
</I>><i> >
</I>><i> > - fix wrong dates in the NEWS file
</I>><i> > - add logging to dropbear
</I>><i> > - make sure /dev/pts is mounted (mga#1023)
</I>><i> > - make root user homedir /root
</I>><i> > - add agetty (mga#2052)
</I>><i>
</I>><i> you introduced a bogus date btw :-)
</I>><i> More seriously please separate your commits next time, do not mix:
</I>><i> - styling (eg: fixing dates)
</I>><i> - actual changes
</I>><i> - version bumping
</I>><i>
</I>><i> Also you failed to actually do the later because you didn't bump the
</I>><i> version in Makefile
</I>><i>
</I>><i> Last but not least, this wasn't the right fix.
</I>><i> The right fix was to do it in rc.sysinit
</I>><i> (see my commit)
</I>
hmm, are you sure that's the way to go?
because those entries are in the etc/fstab (so it should be the same) and when
i tested beta1, i noticed that both mounts were actually to
/tmp/stage2/dev/pts and not /dev/pts; and for some reason that fails for
dropbear openpty allocation. only after i explicitly mounted again /dev/pts
did it work.
can you test to make sure dropbear still works?
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="012332.html">[Mageia-dev] [soft-commits] [3047] - fix wrong dates in the NEWS file
</A></li>
<LI>Next message: <A HREF="012334.html">[Mageia-dev] check on mga1 may needs some changes
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#12336">[ date ]</a>
<a href="thread.html#12336">[ thread ]</a>
<a href="subject.html#12336">[ subject ]</a>
<a href="author.html#12336">[ 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>
|