Re: Mass conf creation for balsa



On 2004.02.25 09:04, Karl Fischer wrote:
> Is there a command line value that I can use with balsa so that it
> could auto configure the /home/user/.gnome2/balsa file

You want to bypass the configuration wizard, don't you?

What about preparing a template and then executing:

for i in $users; do
sed 's,USERNAME,'$i',g' balsa-conf.template > /home/$i/.gnome2/balsa;
chown $i.$i /home/$i/.gnome2/balsa
done

I know gnome-config supported also some kind of central configuration  
files but I have never used them myself.

Pawel





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]