Displaying 3 results from an estimated 3 matches for "10sysconfig".
2006 Feb 19
1
r26 - in trunk/debian: . patches
Author: ultrotter
Date: 2006-02-19 18:38:10 +0000 (Sun, 19 Feb 2006)
New Revision: 26
Added:
trunk/debian/patches/30xenchangeset.dpatch
Modified:
trunk/debian/patches/00list
trunk/debian/patches/10sysconfig.dpatch
trunk/debian/rules
Log:
Add 10sysconfig.dpatch description
Add 30xenchangeset.dpatch to make the xen changeset configurable
Force the xen changeset to be the correct one even if we compile without the .hg stuff
Modified: trunk/debian/patches/00list
======================================...
2006 Feb 19
1
Contacting upstream
...to patch their package, or to reduce our patches even more...
The points I was going to touch were:
/etc/sysconfig:
We'd like, if it's possible, to have this be configurable at build
time... The default can remain like it is now, so no one gets confused,
but on the other hand we remove 10sysconfig.dpatch. This can probably be
efficiently done by making the path a parameter, calling the source file
xendomains.in and then processing it to produce the official xendomains
substituting the path with the provided one.
LIBDIR:
I guess we could do away with our patch if they accept to change th...
2006 Feb 18
1
r19 - in trunk/debian: . patches
...a system virtualized through the XEN virtual
Modified: trunk/debian/patches/00list
===================================================================
--- trunk/debian/patches/00list 2006-02-18 09:56:32 UTC (rev 18)
+++ trunk/debian/patches/00list 2006-02-18 16:38:52 UTC (rev 19)
@@ -1,2 +1,3 @@
10sysconfig
20lib64
+30rename-pae-hypervisor
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2006-02-18 09:56:32 UTC (rev 18)
+++ trunk/debian/rules 2006-02-18 16:38:52 UTC (rev 19)
@@ -35,6 +35,10 @@
install: debian/stamps/build
rm -...