Rebased against c3beca6c8fc8c07ecd992e64f8f8d0dda3a10ac8

This commit is contained in:
Alistair Leslie-Hughes
2018-02-21 11:20:15 +11:00
parent 8b6ef3476f
commit a14e2990e5
42 changed files with 346 additions and 329 deletions

View File

@@ -1,7 +1,7 @@
From 8d954ec809284c36ac4d8ea4f16b42cb9920b896 Mon Sep 17 00:00:00 2001
From f47c0b273cc8d9765ddde4c9fa2698c58ae1db0c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael@fds-team.de>
Date: Fri, 11 Mar 2016 21:44:53 +0100
Subject: wuauserv: Add dummy service.
Subject: [PATCH] wuauserv: Add dummy service.
---
configure.ac | 1 +
@@ -13,22 +13,22 @@ Subject: wuauserv: Add dummy service.
create mode 100644 programs/wuauserv/main.c
diff --git a/configure.ac b/configure.ac
index ba8fd0f..f6ffe87 100644
index bfca87c..ce1f326 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3616,6 +3616,7 @@ WINE_CONFIG_PROGRAM(wordpad,,[clean,install])
WINE_CONFIG_PROGRAM(write,,[clean,install])
WINE_CONFIG_PROGRAM(wscript,,[clean,install])
@@ -4004,6 +4004,7 @@ WINE_CONFIG_PROGRAM(wordpad,,[install])
WINE_CONFIG_PROGRAM(write,,[install])
WINE_CONFIG_PROGRAM(wscript,,[install])
WINE_CONFIG_TEST(programs/wscript/tests)
+WINE_CONFIG_PROGRAM(wuauserv,,[install])
WINE_CONFIG_PROGRAM(wusa,,[install])
WINE_CONFIG_PROGRAM(xcopy,,[clean,install])
WINE_CONFIG_PROGRAM(xcopy,,[install])
WINE_CONFIG_TEST(programs/xcopy/tests)
diff --git a/loader/wine.inf.in b/loader/wine.inf.in
index fcf9c4a..5ca83a1 100644
index 90acd58..638be4f 100644
--- a/loader/wine.inf.in
+++ b/loader/wine.inf.in
@@ -132,6 +132,7 @@ AddService=FontCache,0,FontCacheService
@@ -135,6 +135,7 @@ AddService=FontCache,0,FontCacheService
AddService=Schedule,0,TaskSchedulerService
AddService=WineBus,0,WineBusService
AddService=WineHID,0,WineHIDService
@@ -36,7 +36,7 @@ index fcf9c4a..5ca83a1 100644
[DefaultInstall.NT.Services]
AddService=BITS,0,BITSService
@@ -148,6 +149,7 @@ AddService=FontCache,0,FontCacheService
@@ -151,6 +152,7 @@ AddService=FontCache,0,FontCacheService
AddService=Schedule,0,TaskSchedulerService
AddService=WineBus,0,WineBusService
AddService=WineHID,0,WineHIDService
@@ -44,7 +44,7 @@ index fcf9c4a..5ca83a1 100644
[DefaultInstall.ntamd64.Services]
AddService=BITS,0,BITSService
@@ -164,6 +166,7 @@ AddService=FontCache,0,FontCacheService
@@ -167,6 +169,7 @@ AddService=FontCache,0,FontCacheService
AddService=Schedule,0,TaskSchedulerService
AddService=WineBus,0,WineBusService
AddService=WineHID,0,WineHIDService
@@ -52,7 +52,7 @@ index fcf9c4a..5ca83a1 100644
[Strings]
MciExtStr="Software\Microsoft\Windows NT\CurrentVersion\MCI Extensions"
@@ -3301,6 +3304,14 @@ ErrorControl=1
@@ -3457,6 +3460,14 @@ ErrorControl=1
HKR,Parameters,"ServiceDll",,"%11%\schedsvc.dll"
HKLM,%CurrentVersionNT%\SvcHost,"netsvcs",0x00010008,"Schedule"
@@ -190,5 +190,5 @@ index 0000000..31df299
+ return 0;
+}
--
2.9.0
1.9.1