Changeset 1271
- Timestamp:
- 03/17/10 15:44:19 (2 years ago)
- Location:
- trunk/unxsBind
- Files:
-
- 3 modified
-
local.h.default (modified) (1 diff)
-
mainfunc.h (modified) (1 diff)
-
unxsbind.spec (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/unxsBind/local.h.default
r1267 r1271 54 54 55 55 //For openisp staff mod only. Staff: Remember to change makefile also. 56 #define RELEASE "Release 2.7/rpm-2. 0"57 #define REV "2.7/rpm-2. 0"56 #define RELEASE "Release 2.7/rpm-2.1" 57 #define REV "2.7/rpm-2.1" -
trunk/unxsBind/mainfunc.h
r1190 r1271 481 481 482 482 //Grant access privileges. 483 sprintf(gcQuery,"GRANT ALL ON %s.* to %s IDENTIFIED BY '%s'",483 sprintf(gcQuery,"GRANT ALL ON %s.* to %s@localhost IDENTIFIED BY '%s'", 484 484 DBNAME,DBLOGIN,DBPASSWD); 485 485 mysql_query(&gMysql,gcQuery); -
trunk/unxsBind/unxsbind.spec
r1269 r1271 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: 2. 03 Version: 2.1 4 4 Release: 1 5 5 License: GPL 6 6 Group: System Environment/Applications 7 Source: http://unixservice.com/source/unxsbind-2. 0.tar.gz7 Source: http://unixservice.com/source/unxsbind-2.1.tar.gz 8 8 URL: http://openisp.net/openisp/unxsBind 9 9 Distribution: unxsVZ
