]> git.pld-linux.org Git - packages/dqs.git/blob - dqs-mq.patch
- removed all Group fields translations (oure rpm now can handle translating
[packages/dqs.git] / dqs-mq.patch
1 diff -urN DQS3-orig/SRC/dqs_parse_qconf.c DQS3/SRC/dqs_parse_qconf.c
2 --- DQS3-orig/SRC/dqs_parse_qconf.c     Fri Dec  1 05:42:01 2000
3 +++ DQS3/SRC/dqs_parse_qconf.c  Sat Apr 28 17:21:37 2001
4 @@ -920,7 +920,7 @@
5      
6      if (!strcmp("-Mq",sp->str0))
7        {
8 -         dqs_validate_option(Mq_OPT,sp->str0);
9 +         dqs_validate_option(mq_OPT,sp->str0);
10           sp=dqs_parser_get_next(sp,sp->str0);
11  
12           listel_ptr->type=QCONF;
This page took 0.10506 seconds and 3 git commands to generate.