On 21 Apr 1999 [EMAIL PROTECTED] wrote: > + [EMAIL PROTECTED] [ ".`id | grep root`" != . ]; then \ > + echo "chown $(conf_user) $(root)$(proxycachedir)"; \ > + chown $(conf_user) $(root)$(proxycachedir); \ > + echo "chgrp $(conf_group) $(root)$(proxycachedir)"; \ > + chgrp $(conf_group) $(root)$(proxycachedir); \ > + fi
-1 That introduces another portability problem (the existance of id). And it fails for anyone with "root" anywhere in their username, or any of their group names. I'll commit something else. Whatever. Dean