diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-10-03 04:56:34 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-10-03 04:56:34 +0000 |
commit | 438a732497b1ea256212c8e1291180603d9a8a3a (patch) | |
tree | ce00c42efc1d1e1583ac95daeb26ea518aed6c70 /security/drweb-sendmail/files/patch-ac | |
parent | - update to 0.89 (diff) |
Upgrade to 4.26
(working, but not cleanly configured)
Notes
Notes:
svn path=/head/; revision=48380
Diffstat (limited to 'security/drweb-sendmail/files/patch-ac')
-rw-r--r-- | security/drweb-sendmail/files/patch-ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/drweb-sendmail/files/patch-ac b/security/drweb-sendmail/files/patch-ac deleted file mode 100644 index 4034fd087a30..000000000000 --- a/security/drweb-sendmail/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- dwf_main.c.orig Mon Jul 30 05:14:43 2001 -+++ dwf_main.c Sat Aug 25 19:44:40 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" ); |