diff options
Diffstat (limited to 'security/drweb-sendmail/files/patch-ac')
-rw-r--r-- | security/drweb-sendmail/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/drweb-sendmail/files/patch-ac b/security/drweb-sendmail/files/patch-ac new file mode 100644 index 000000000000..d14206fe9992 --- /dev/null +++ b/security/drweb-sendmail/files/patch-ac @@ -0,0 +1,11 @@ +--- dwf_main.c.bak Mon Jul 30 05:14:43 2001 ++++ dwf_main.c Sat Aug 25 18:08:18 2001 +@@ -251,7 +251,7 @@ + wprintLib( "can not change directory to root" ); + return -1; + } +- umask( 0 ); ++ umask( 0117 ); + if( getrlimit( RLIMIT_NOFILE, &filelimit ) < 0 ) + { + wprintLib( "can not get system limits" ); |