Changeset 1267
- Timestamp:
- 03/17/10 09:23:35 (2 years ago)
- Location:
- trunk/unxsBind
- Files:
-
- 4 modified
-
interfaces/org/resource.c (modified) (2 diffs)
-
interfaces/vorg/resource.c (modified) (1 diff)
-
local.h.default (modified) (1 diff)
-
unxsbind.spec (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/unxsBind/interfaces/org/resource.c
r1263 r1267 2272 2272 field2[6]); 2273 2273 else if(!strcmp(cRRType,"NAPTR")) 2274 fprintf(zfp,"%s\t%s\t%s\t%s\t%s\t %s\t%s\n",2274 fprintf(zfp,"%s\t%s\t%s\t%s\t%s\t(%s\t%s)\n", 2275 2275 field2[0], 2276 2276 cTTL, … … 2478 2478 2479 2479 CreatetResourceTest(); 2480 sprintf(gcQuery," DELETE FROM tResourceTest WHERE uZone=%u",uZone);2480 sprintf(gcQuery,"TRUNCATE tResourceTest"); 2481 2481 mysql_query(&gMysql,gcQuery); 2482 2482 if(mysql_errno(&gMysql)) -
trunk/unxsBind/interfaces/vorg/resource.c
r1263 r1267 2207 2207 field2[6]); 2208 2208 else if(!strcmp(cRRType,"NAPTR")) 2209 fprintf(zfp,"%s\t%s\t%s\t%s\t%s\t %s\t%s\n",2209 fprintf(zfp,"%s\t%s\t%s\t%s\t%s\t(%s\t%s)\n", 2210 2210 field2[0], 2211 2211 cTTL, -
trunk/unxsBind/local.h.default
r883 r1267 54 54 55 55 //For openisp staff mod only. Staff: Remember to change makefile also. 56 #define RELEASE "Release 2.7/rpm- 1.31"57 #define REV "2.7/rpm- 1.31"56 #define RELEASE "Release 2.7/rpm-2.0" 57 #define REV "2.7/rpm-2.0" -
trunk/unxsBind/unxsbind.spec
r592 r1267 1 1 Summary: DNS BIND 9 telco quality manager with quality admin and end-user web interfaces. Also rrdtool graphics. 2 2 Name: unxsbind 3 Version: 1.313 Version: 2.0 4 4 Release: 1 5 5 License: GPL 6 6 Group: System Environment/Applications 7 Source: http://unixservice.com/source/unxsbind- 1.31.tar.gz7 Source: http://unixservice.com/source/unxsbind-2.0.tar.gz 8 8 URL: http://openisp.net/openisp/unxsBind 9 9 Distribution: unxsVZ … … 314 314 315 315 %changelog 316 * Wed Mar 17 2010 Hugo Urquiza <support2@unixservice.com> 317 - New rpm release, added support for AAAA and NAPTR RRs, major version number change. 316 318 * Mon Aug 02 2009 Hugo Urquiza <support2@unixservice.com> 317 319 - Fixed directories permission and ownership, and init.d script minor update.
