view umasked.sh @ 537:288416af739a

As of 1.3.2, "resolver" can now use all addresses when configured by a domain name, not only the first resolved name.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 18 Jun 2012 13:37:34 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"