Oh man. I just looked at the code. Seems you are right with respect to the CRONTAB lines.
The code simply grabs them regardless of section. Seems the author was trying to workaround shell expansion of things like "*". Shell expansion can be a tricky beast in regular shell (as opposed to bash). Yeah, so that looks like a limitation in the current code, but limited only to CRONTAB_*. Might want to work around that for now until we find a better way to parse. -Gadi On Fri, Mar 25, 2011 at 2:13 PM, David Burgess <[email protected]> wrote: > On Fri, Mar 25, 2011 at 12:08 PM, Gideon Romm > <[email protected]> wrote: >> lts.conf parsing is on each parameter. If you want a parameter NOT to >> be inherited, set it to "none". > > Thanks for clarifying that, but I should only have to specify that for > parameters in sections that it's parsing, right? This client should > not be parsing the [library] section or the [dunvegan] section at all, > or what is the point of a group section that can be parsed with the > LIKE variable? > > db > > ------------------------------------------------------------------------------ > Enable your software for Intel(R) Active Management Technology to meet the > growing manageability and security demands of your customers. Businesses > are taking advantage of Intel(R) vPro (TM) technology - will your software > be a part of the solution? Download the Intel(R) Manageability Checker > today! http://p.sf.net/sfu/intel-dev2devmar > _____________________________________________________________________ > Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: > https://lists.sourceforge.net/lists/listinfo/ltsp-discuss > For additional LTSP help, try #ltsp channel on irc.freenode.net > -- Gideon Romm Symbio Technologies | www.symbio-technologies.com (o) 914.576.1205 | (f) 914.576.0944 ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
