Bug#602404: cfengine3 package uses wrongly names variables in /etc/default/cfengine

2011-01-03 Thread Antonio Radici
tag 602404 -unreproducible moreinfo tag 602404 +confirmed pending thanks On Mon, Jan 03, 2011 at 10:57:40PM +0100, Geert Nijpels wrote: > Hello Antonio, > > Because the variables have different names they will never be passed > to the daemon startup line. > > The init script looks at: > $CFMONIT

Bug#602404: cfengine3 package uses wrongly names variables in /etc/default/cfengine

2011-01-03 Thread Geert Nijpels
Hello Antonio, Because the variables have different names they will never be passed to the daemon startup line. The init script looks at: $CFMONITORD_ARGS $CFSERVERD_ARGS $CFEXECD_ARGS The file /etc/default/cfengine3 defines the variables: CFMONITORD_OPTS CFSERVERD_OPTS CFEXECD_OPTS Please noti

Bug#602404: cfengine3 package uses wrongly names variables in /etc/default/cfengine

2011-01-03 Thread Antonio Radici
tag 602404 +unreproducible moreinfo thanks Hi, can you please clarify? All files in /etc/default/ have variable without the $, that's because when you include the file in bash with the . operator the variables are imported this way. In the same way you modify path with export PATH=bla and acces

Bug#602404: cfengine3 package uses wrongly names variables in /etc/default/cfengine

2010-11-04 Thread Geert Nijpels
Package: cfengine3 Version: 3.1.0~b2+dfsg-1 Severity: normal For specifying startup arguments the file /etc/default/cfengine3 uses the follow variables: CFMONITORD_OPTS CFSERVERD_OPTS CFEXECD_OPTS However, the init script /etc/init.d/cfengine3 looks for the variables: $CFMONITORD_ARGS $CFSERVER