On Wed, 2003-06-25 at 03:22, Jay DeKing wrote: > On Monday 23 June 2003 5:36 pm, zapoyok honored me with this communique: > > Le Lundi 23 Juin 2003 20:22, Guillaume Rousse a �crit : > > > for keys in `gpg --list-keys | grep pub | cut -d " " -f 3 | cut -d "/" -f > > > 2`; do > > > gpg --export -a $key > $key.asc; rpm --import $key.asc; rm -f > > > $key.asc; done > > > > for key in `gpg --list-keys | grep 'pub '| cut -d " " -f 3 | cut -d "/" -f > > 2`; do > > gpg --export -a $key > $key.asc; rpm --import $key.asc; rm -f $key.asc; > > done > > > > is better no ?? > > No. > > ./fixkeys: line 5: : command not found > error: 604AA4E4.asc: import read failed.
<snip> Are you sure you copy / pasted correctly? As I read it, there *aren't* five lines in that scriptlet. -- adamw
