]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-config.patch
This commit was manufactured by cvs2git to create branch 'AC-DEVEL'.
[packages/poldek.git] / poldek-config.patch
CommitLineData
517e249f 1--- poldek-0.30/doc/poldek.conf.xml 2012-04-04 11:37:12.737381529 +0300
2+++ poldek-0.30/doc/poldek.conf.xml 2012-04-04 11:38:47.231352866 +0300
3@@ -369,7 +369,7 @@
4 </description>
5 </option>
6
7- <option name="choose equivalents manually" type="boolean" default="no" op="EQPKG_ASKUSER">
8+ <option name="choose equivalents manually" type="boolean" default="yes" op="EQPKG_ASKUSER">
9 <description>
10 Let the user select package among equivalents.
11 </description>
12@@ -598,7 +598,7 @@
13 </description>
14 </option>
15
16- <option name="hold" type="string" list="yes" default="" multiple="yes">
17+ <option name="hold" type="string" list="yes" default="kernel*" multiple="yes">
18 <description>
19 Have the same meaning as [ global ] parameter. Example:
20 [screen]
21--- poldek-0.30/conf/poldek.conf~ 2010-08-22 14:19:51.000000000 +0300
22+++ poldek-0.30/conf/poldek.conf 2010-08-22 14:20:28.524878981 +0300
23@@ -127,11 +127,11 @@
24 #confirm removal = yes
25
26 # Let the user select package among equivalents.
27-#choose equivalents manually = no
28+choose equivalents manually = yes
29
30 # Prevent package listed from being upgraded if they are already installed.
31 # hold = kernel* foo*.i686 th-test:* *-smp-* th-ready:bar*.x86_64
32-#hold =
33+hold = kernel*
34
35 # Ignore package list - packages fits given mask will be invisible.
36 # ignore = *-smp-* foo*
37--- poldek-0.30/conf_sections.c~ 2012-04-04 12:01:04.000000000 +0300
38+++ poldek-0.30/conf_sections.c 2012-04-04 12:04:46.080171888 +0300
39@@ -173,7 +173,7 @@
40
41 { "choose equivalents manually",
42 CONF_TYPE_BOOLEAN,
43- "no",
44+ "yes",
45 POLDEK_OP_EQPKG_ASKUSER, { 0 } },
46
47 { "hold",
This page took 0.029128 seconds and 4 git commands to generate.