From: <tom...@us...> - 2003-12-08 18:55:12
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1:/tmp/cvs-serv4313 Modified Files: qmailadmin.c Log Message: use umask from vpopmail Index: qmailadmin.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/qmailadmin.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- qmailadmin.c 20 Nov 2003 23:38:19 -0000 1.4 +++ qmailadmin.c 8 Dec 2003 18:55:09 -0000 1.5 @@ -378,7 +378,7 @@ /* open the color table */ open_colortable(); - umask(0077); + umask(VPOPMAIL_UMASK); fprintf(actout,"Content-Type: text/html\n"); #ifdef NO_CACHE |