[otrs-cvs] CVS: otrs/bin PostMaster.pl,1.23,1.24

cvs-log at otrs.org cvs-log at otrs.org
Thu Nov 2 14:02:07 CET 2006


Update of /home/cvs/otrs/bin
In directory lancelot:/tmp/cvs-serv14062/bin

Modified Files:
	PostMaster.pl 
Log Message:
removed # --

Index: PostMaster.pl
===================================================================
RCS file: /home/cvs/otrs/bin/PostMaster.pl,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** PostMaster.pl	25 Sep 2006 13:26:29 -0000	1.23
--- PostMaster.pl	2 Nov 2006 13:02:04 -0000	1.24
***************
*** 29,36 ****
  use strict;
  
- # --
  # to get it readable for the webserver user and writable for otrs
  # group (just in case)
! # --
  umask 002;
  
--- 29,35 ----
  use strict;
  
  # to get it readable for the webserver user and writable for otrs
  # group (just in case)
! 
  umask 002;
  
***************
*** 47,53 ****
  use Kernel::System::PostMaster;
  
- # --
  # get options
- # --
  my %Opts = ();
  getopt('hqtd', \%Opts);
--- 46,50 ----
***************
*** 68,74 ****
  }
  
- # --
  # create common objects
- # --
  my %CommonObject = ();
  $CommonObject{ConfigObject} = Kernel::Config->new();
--- 65,69 ----



More information about the cvs-log mailing list