Changeset 1267

Show
Ignore:
Timestamp:
03/17/10 09:23:35 (2 years ago)
Author:
Hugo
Message:

unxsBind: .spec save commit

Location:
trunk/unxsBind
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/unxsBind/interfaces/org/resource.c

    r1263 r1267  
    22722272                                                        field2[6]); 
    22732273                                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", 
    22752275                                                        field2[0], 
    22762276                                                        cTTL, 
     
    24782478 
    24792479        CreatetResourceTest(); 
    2480         sprintf(gcQuery,"DELETE FROM tResourceTest WHERE uZone=%u",uZone); 
     2480        sprintf(gcQuery,"TRUNCATE tResourceTest"); 
    24812481        mysql_query(&gMysql,gcQuery); 
    24822482        if(mysql_errno(&gMysql)) 
  • trunk/unxsBind/interfaces/vorg/resource.c

    r1263 r1267  
    22072207                                                        field2[6]); 
    22082208                                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", 
    22102210                                                        field2[0], 
    22112211                                                        cTTL, 
  • trunk/unxsBind/local.h.default

    r883 r1267  
    5454 
    5555//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  
    11Summary: DNS BIND 9 telco quality manager with quality admin and end-user web interfaces. Also rrdtool graphics. 
    22Name: unxsbind 
    3 Version: 1.31 
     3Version: 2.0 
    44Release: 1 
    55License: GPL 
    66Group: System Environment/Applications 
    7 Source: http://unixservice.com/source/unxsbind-1.31.tar.gz 
     7Source: http://unixservice.com/source/unxsbind-2.0.tar.gz 
    88URL: http://openisp.net/openisp/unxsBind 
    99Distribution: unxsVZ 
     
    314314 
    315315%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. 
    316318* Mon Aug 02 2009 Hugo Urquiza <support2@unixservice.com> 
    317319- Fixed directories permission and ownership, and init.d script minor update.