This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] Fix for nss/db-Makefile


  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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]