[otrs-cvs] CVS: otrs/bin PostMasterPOP3.pl,1.16,1.17
cvs-log at otrs.org
cvs-log at otrs.org
Fri Aug 26 21:00:28 CEST 2005
Update of /home/cvs/otrs/bin
In directory osser:/tmp/cvs-serv17037/bin
Modified Files:
PostMasterPOP3.pl
Log Message:
added more info if process is not started because of existing pid
Index: PostMasterPOP3.pl
===================================================================
RCS file: /home/cvs/otrs/bin/PostMasterPOP3.pl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** PostMasterPOP3.pl 7 May 2005 15:26:56 -0000 1.16
--- PostMasterPOP3.pl 26 Aug 2005 18:00:26 -0000 1.17
***************
*** 81,85 ****
# create pid lock
if (!$Opts{'f'} && !$CommonObject{PIDObject}->PIDCreate(Name => 'PostMasterPOP3')) {
! print "Notice: PostMasterPOP3.pl is already running!\n";
exit 1;
}
--- 81,85 ----
# create pid lock
if (!$Opts{'f'} && !$CommonObject{PIDObject}->PIDCreate(Name => 'PostMasterPOP3')) {
! print "Notice: PostMasterPOP3.pl is already running (use '-f 1' if you want to start it forced)!\n";
exit 1;
}
More information about the cvs-log
mailing list