[PATCH] incorrect dll name in installer, missing directory in config makefile

Joe Buehler <[email protected]>
Newsgroups gmane.comp.file-systems.openafs.devel.win32
Organization Spirent Communications, Inc.
Message-ID <[email protected]>
It looks like there is a typo in a dll name in the .nsi file that prevents
the Account Manager GUI from coming up.

Also, a recently added directory needs to be added to the config makefile.
-- 
Joe Buehler

Index: src/WINNT/install/NSIS/OpenAFS.nsi
===================================================================
RCS file: /cvs/openafs/src/WINNT/install/NSIS/OpenAFS.nsi,v
retrieving revision 1.50
diff -u -r1.50 OpenAFS.nsi
--- src/WINNT/install/NSIS/OpenAFS.nsi	2 May 2004 22:09:22 -0000	1.50
+++ src/WINNT/install/NSIS/OpenAFS.nsi	5 May 2004 18:13:30 -0000
@@ -2625,7 +2625,7 @@
     !insertmacro ReplaceDLL "${AFS_SERVER_BUILDDIR}\afsserver_1033.dll"            "$INSTDIR\Common\afsserver_1033.dll" "$INSTDIR"
     !insertmacro ReplaceDLL "${AFS_SERVER_BUILDDIR}\afssvrcfg_1033.dll"            "$INSTDIR\Common\afssvrcfg_1033.dll" "$INSTDIR"
     !insertmacro ReplaceDLL "${AFS_SERVER_BUILDDIR}\TaAfsAccountManager_1033.dll"  "$INSTDIR\Common\TaAfsAccountManager_1033.dll" "$INSTDIR"
-   !insertmacro ReplaceDLL "${AFS_SERVER_BUILDDIR}\TaAfsAppLib_1033.dll"          "$INSTDIR\Common\TaAfsApplLib_1033.dll" "$INSTDIR"
+   !insertmacro ReplaceDLL "${AFS_SERVER_BUILDDIR}\TaAfsAppLib_1033.dll"          "$INSTDIR\Common\TaAfsAppLib_1033.dll" "$INSTDIR"
     !insertmacro ReplaceDLL "${AFS_SERVER_BUILDDIR}\TaAfsServerManager_1033.dll"   "$INSTDIR\Common\TaAfsServerManager_1033.dll" "$INSTDIR"
     File "..\..\doc\help\en_US\afs-cc.CNT"
     File "..\..\doc\help\en_US\afs-cc.hlp"
Index: src/config/NTMakefile
===================================================================
RCS file: /cvs/openafs/src/config/NTMakefile,v
retrieving revision 1.12
diff -u -r1.12 NTMakefile
--- src/config/NTMakefile	21 Nov 2003 08:00:36 -0000	1.12
+++ src/config/NTMakefile	5 May 2004 18:13:45 -0000
@@ -299,6 +299,9 @@
  !	IF (!EXIST($(OJT)\WINNT\afs_setup_utils\GetWebDll))
  		$(MKDIR) $(OJT)\WINNT\afs_setup_utils\GetWebDll
  !	ENDIF
+!	IF (!EXIST($(OJT)\WINNT\aklog))
+		$(MKDIR) $(OJT)\WINNT\aklog
+!	ENDIF
  !	IF (!EXIST($(OJT)\WINNT\bosctlsvc))
  		$(MKDIR) $(OJT)\WINNT\bosctlsvc
  !	ENDIF
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.