view umasked.sh @ 639:9edddf8bf649

Clarified that mail's "so_keepalive" directive affects client sockets.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 16 Aug 2012 05:06:44 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"