Thanks for the answer. I have a group with spaces in it, so my question if it's 
possible to use this group in cgrules.conf file. If the answer is "yes" then 
how I can escape spaces in the group name? I've tries to escape spaces already, 
but none of what I tried works.

Regards,
Vladimir.

________________________________________
From: Jan Chaloupka [jchal...@redhat.com]
Sent: Wednesday, June 25, 2014 3:41 PM
To: Elisseev, V.V.; libcg-devel@lists.sourceforge.net
Subject: Re: [Libcg-devel] cgrules.conf and groups with spaces

Hi, Vladimir,

looking at src/lex.l:46

[a-zA-Z0-9_\-\/\.\,\%\@\\]+ {yylval.name = strdup(yytext); return ID;}

ID consists of [a-zA-Z0-9_\-\/\.\,\%\@\\] characters, it means no spaces
in group's names. If it is what you mean.

Regards,
Jan

On 06/24/2014 02:38 PM, Elisseev, V.V. wrote:
> Hello,
>
> I'm wondering if it's possible to specify groups with spaces in 
> /etc/cgrules.conf file?
>
>
> Regards,
> Vladimir.
> ------------------------------------------------------------------------------
> Open source business process management suite built on Java and Eclipse
> Turn processes into business applications with Bonita BPM Community Edition
> Quickly connect people, data, and systems into organized workflows
> Winner of BOSSIE, CODIE, OW2 and Gartner awards
> http://p.sf.net/sfu/Bonitasoft
> _______________________________________________
> Libcg-devel mailing list
> Libcg-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libcg-devel

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Libcg-devel mailing list
Libcg-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libcg-devel

Reply via email to