[PATCH] Fix for nss/db-Makefile

Matthias Urlichs smurf@noris.de
Sun Dec 20 05:29:00 GMT 1998


  Joel Klecker <espy@debian.org> writes:
> +	@chgrp 0 $@
> [...]
> +	@echo "has been set to be readable only by root.  You may want"
> +	@echo "to make it readable by the \`shadow' group depending"
> +	@echo "on your configuration."

What'd be wrong with

> +	@chgrp shadow $@ 2>/dev/null || ( chgrp 0 $@ ; echo ... )

instead?

-- 
Matthias Urlichs  |  noris network GmbH   |   smurf@noris.de  |  ICQ: 20193661
The quote was selected randomly. Really.    |      http://www.noris.de/~smurf/
-- 
Bosses delegate the task to others.



More information about the Libc-hacker mailing list