Anaconda: good work!

Peter Jones pjones at redhat.com
Fri Mar 24 05:00:52 UTC 2006


On Wed, 2006-03-22 at 12:36 -0500, Ray Strode wrote:

> for S in "<list of schemas here>"; do
>   gconftool-2 --make-install-rule $S
> done
> 
> to
> 
> gconftool-2 --make-install-rule <list of schemas here>

Please,

for x in $schemas ; do echo \'$x\' ; done \
  | xargs gconftool-2 --make-install-rule 

(But we should probably work on actually making gconftool-2 faster at
this, as well)
-- 
  Peter




More information about the devel mailing list