> So, overwriting - even by accidentally pressing "Y" - can ruin your > network. this means what i already wrote: > >> if [ -e $CFGFILE ]; then > >> cp -f $file $CFGFILE.maintainer > >> else > >> cp -f $file $CFGFILE > >> fi (never overwrite, but leave it there for manual installation) bye, bastian