[Fedora-directory-commits] ldapserver/ldap/synctools/passwordsync build.bat, 1.8, 1.8.2.1

Nathan Kinder (nkinder) fedora-directory-commits at redhat.com
Wed Oct 12 23:28:02 UTC 2005


Author: nkinder

Update of /cvs/dirsec/ldapserver/ldap/synctools/passwordsync
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12010

Modified Files:
      Tag: Directory71RtmBranch
	build.bat 
Log Message:
170558 - Add certutil, pk12util and missing dlls to PassSync.msi


Index: build.bat
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/synctools/passwordsync/build.bat,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -u -r1.8 -r1.8.2.1
--- build.bat	16 May 2005 19:41:38 -0000	1.8
+++ build.bat	12 Oct 2005 23:27:59 -0000	1.8.2.1
@@ -108,6 +108,15 @@
 if EXIST ..\%LIBROOT%\nss\lib\softokn3.dll (
     copy /Y ..\%LIBROOT%\nss\lib\softokn3.dll %OBJDEST%\
 )
+if EXIST ..\%LIBROOT%\nss\lib\smime3.dll (
+    copy /Y ..\%LIBROOT%\nss\lib\smime3.dll %OBJDEST%\
+)
+if EXIST ..\%LIBROOT%\nss\bin\certutil.exe (
+    copy /Y ..\%LIBROOT%\nss\bin\certutil.exe %OBJDEST%\
+)
+if EXIST ..\%LIBROOT%\nss\bin\pk12util.exe (
+    copy /Y ..\%LIBROOT%\nss\bin\pk12util.exe %OBJDEST%\
+)
 
 xcopy /E /Y /I %WXSDIR%\Binary %OBJDEST%\Binary 
 




More information about the 389-commits mailing list