[Gpg4win-commits] r678 - in trunk: . src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Jan 15 17:08:03 CET 2008
Author: marcus
Date: 2008-01-15 17:08:03 +0100 (Tue, 15 Jan 2008)
New Revision: 678
Modified:
trunk/ChangeLog
trunk/src/g4wihelp.c
Log:
2008-01-15 Marcus Brinkmann <marcus at g10code.de>
* src/g4wihelp.c (service_create): Use LocalSystem for now.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-01-14 22:57:55 UTC (rev 677)
+++ trunk/ChangeLog 2008-01-15 16:08:03 UTC (rev 678)
@@ -1,3 +1,7 @@
+2008-01-15 Marcus Brinkmann <marcus at g10code.de>
+
+ * src/g4wihelp.c (service_create): Use LocalSystem for now.
+
2008-01-13 Marcus Brinkmann <marcus at g10code.de>
* packages/packages.current: Update kdelibs, kdesupport, kleopatra.
Modified: trunk/src/g4wihelp.c
===================================================================
--- trunk/src/g4wihelp.c 2008-01-14 22:57:55 UTC (rev 677)
+++ trunk/src/g4wihelp.c 2008-01-15 16:08:03 UTC (rev 678)
@@ -327,7 +327,15 @@
SERVICE_ERROR_NORMAL, program,
NULL, NULL, NULL,
/* FIXME: Currently not configurable by caller. */
- "NT AUTHORITY\\LocalService",
+ /* FIXME: LocalService or NetworkService
+ don't work for dirmngr right now. NOTE!
+ If you change it here, you also should
+ adjust make-msi.pl for the msi
+ installer. In the future, this should
+ be an argument to the function and then
+ the make-msi.pl script can extract it
+ from the invocation. */
+ NULL /* "NT AUTHORITY\\LocalService" */,
NULL);
if (service == NULL)
{
More information about the Gpg4win-commits
mailing list