blob: 91f4809a6b76b1fbe13a2c35cc1def0a5c347bd9 (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Proposal: Updating released versions (long post)
</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%20Updating%20released%20versions%20%28long%20post%29&In-Reply-To=%3C201010091110.36989.r.h.michel%2Bmageia%40gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="001068.html">
<LINK REL="Next" HREF="001060.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Proposal: Updating released versions (long post)</H1>
<B>Renaud MICHEL</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Proposal%3A%20Updating%20released%20versions%20%28long%20post%29&In-Reply-To=%3C201010091110.36989.r.h.michel%2Bmageia%40gmail.com%3E"
TITLE="[Mageia-dev] Proposal: Updating released versions (long post)">r.h.michel+mageia at gmail.com
</A><BR>
<I>Sat Oct 9 11:10:36 CEST 2010</I>
<P><UL>
<LI>Previous message: <A HREF="001068.html">[Mageia-dev] Proposal: Updating released versions (long post)
</A></li>
<LI>Next message: <A HREF="001060.html">[Mageia-dev] Proposal: Updating released versions (long post)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1058">[ date ]</a>
<a href="thread.html#1058">[ thread ]</a>
<a href="subject.html#1058">[ subject ]</a>
<a href="author.html#1058">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On samedi 09 octobre 2010 at 05:45, andré wrote :
><i> Note that configuration files that have been changed from the
</I>><i> installation default are often already saved. (Generally ".old" is
</I>><i> appended to the configuration file name, sometimes ".new" to the new
</I>><i> configuration file.)
</I>
But here you are only talking about system-wide configuration files, which
are known of rpm as they are part of the package and marked as config files.
But what about user specific configuration files?
For the easy kind, where a program will have a single configuration file (or
dedicated directory), a pre-inst script could find it in the home of each
users and backup them. But you have cases of programs which have
configuration scattered in multiple shared directories (like KDE), or even
non-deterministic configuration files and it can become very tricky to find
all the files to backup.
And you have the really hard kind, where the same configuration file may be
shared by different packages. For example, plasma applet configurations are
stored in a few ~/.kde4/share/config/plasma* files.
--
Renaud Michel
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="001068.html">[Mageia-dev] Proposal: Updating released versions (long post)
</A></li>
<LI>Next message: <A HREF="001060.html">[Mageia-dev] Proposal: Updating released versions (long post)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1058">[ date ]</a>
<a href="thread.html#1058">[ thread ]</a>
<a href="subject.html#1058">[ subject ]</a>
<a href="author.html#1058">[ 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>
|