view umasked.sh @ 643:b2159031ff19

Documented well-known ports that can be used to auto-detect mail protocol. Documented "configure" parameters that disable support for mail protocols.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 17 Aug 2012 06:38:05 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"