[Fedora-directory-commits] ldapserver/ldap/servers/snmp/ntagt Makefile, 1.5, 1.6 nsldapagt_nt.c, 1.7, 1.8

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Sat Oct 29 02:28:31 UTC 2005


Author: rmeggins

Update of /cvs/dirsec/ldapserver/ldap/servers/snmp/ntagt
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21454/ldapserver/ldap/servers/snmp/ntagt

Modified Files:
	Makefile nsldapagt_nt.c 
Log Message:
Bug(s) fixed: 172005
Bug Description: Change ldapserver version to 1.0
Reviewed by: Noriko (Thanks!)
Fix Description: This also fixes some lingering build issues involving 
perldap, which is no longer a separate setup package, but just gets 
included into DS in a similar manner to nspr, nss, etc.
Platforms tested: RHEL4
Flag Day: no
Doc impact: no
QA impact: should be covered by regular nightly and manual testing
New Tests integrated into TET: none



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/snmp/ntagt/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile	19 Apr 2005 22:07:43 -0000	1.5
+++ Makefile	29 Oct 2005 02:28:24 -0000	1.6
@@ -107,7 +107,7 @@
 $(SNMP_OBJS): $(SNMP_SRCS) $(SNMP_INCS)
 
 $(BINDIR)/$(SNMP_LIB): $(SNMP_OBJS) $(SNMP_RES) Makefile
-	$(LINK_DLL) $(LD_EXTRAS) /DEF:"nsldapagt_nt.def" /VERSION:"7" \
+	$(LINK_DLL) $(LD_EXTRAS) /DEF:"nsldapagt_nt.def" /VERSION:"1" \
 	$(SNMP_OBJS) $(EXTRA_LIBS)
 
 $(LIBDEST)/%.$(OBJ_SUFFIX): %.cxx


Index: nsldapagt_nt.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/snmp/ntagt/nsldapagt_nt.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- nsldapagt_nt.c	19 Apr 2005 22:07:43 -0000	1.7
+++ nsldapagt_nt.c	29 Oct 2005 02:28:24 -0000	1.8
@@ -784,7 +784,7 @@
   REPLACE(staticInfo->entityDescr.val, "Fedora Directory Server");
   staticInfo->entityDescr.len = strlen(staticInfo->entityDescr.val);
  
-  REPLACE(staticInfo->entityVers.val, "7");
+  REPLACE(staticInfo->entityVers.val, "1");
   staticInfo->entityVers.len = strlen(staticInfo->entityVers.val);
  
   REPLACE(staticInfo->entityOrg.val, "Not Available");




More information about the Fedora-directory-commits mailing list