[pkg-wine-party] [SCM] Debian Wine packaging branch, wheezy, updated. wine-1.4-7-302-gb61b690

Alexandre Julliard julliard at winehq.org
Sun Jun 17 20:01:14 UTC 2012


The following commit has been merged in the wheezy branch:
commit 2a2eefe9de2e87ccdfecd05d80ace21cc4cce16d
Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Mar 9 11:36:54 2012 +0100

    wine.inf: Avoid creating empty registry values.
    (cherry picked from commit 7fb42984e2d5dc71d8ee2e9c166811d6da369b06)

diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index 14e9245..463ecfd 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -3049,9 +3049,9 @@ ErrorControl=1
 [Services]
 HKLM,%CurrentVersion%\RunServices,"winemenubuilder",2,"%11%\winemenubuilder.exe -a -r"
 HKLM,"System\CurrentControlSet\Services\VxD\MSTCP",,16
-HKLM,"System\CurrentControlSet\Services\Tcpip\Parameters"
-HKLM,"System\CurrentControlSet\Services\Winsock\Parameters"
-HKLM,"System\CurrentControlSet\Services\Winsock2\Parameters"
+HKLM,"System\CurrentControlSet\Services\Tcpip\Parameters",,16
+HKLM,"System\CurrentControlSet\Services\Winsock\Parameters",,16
+HKLM,"System\CurrentControlSet\Services\Winsock2\Parameters",,16
 
 [VersionInfo]
 HKLM,%CurrentVersionNT%,"CurrentVersion",2,"5.1"

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list