[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4 Z3950.pm,1.1.2.3,1.1.2.4
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha/C4 Z3950.pm,1.1.2.3,1.1.2.4 |
Date: |
Fri, 28 Jun 2002 11:07:29 -0700 |
Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv2980/C4
Modified Files:
Tag: rel-1-2
Z3950.pm
Log Message:
marcimport.pl will print an error message if it can not signal the
processz3950queue program. The message contains instructions for starting the
daemon.
Index: Z3950.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Attic/Z3950.pm,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** Z3950.pm 28 Jun 2002 17:45:39 -0000 1.1.2.3
--- Z3950.pm 28 Jun 2002 18:07:27 -0000 1.1.2.4
***************
*** 151,155 ****
my $pid=`cat /var/log/koha/processz3950queue.pid`;
chomp $pid;
! kill 1, $pid;
}
} # sub addz3950queue
--- 151,158 ----
my $pid=`cat /var/log/koha/processz3950queue.pid`;
chomp $pid;
! my $processcount=kill 1, $pid;
! if ($processcount==0) {
! return 1;
! }
}
} # sub addz3950queue
***************
*** 157,160 ****
--- 160,168 ----
#--------------------------------------
# $Log$
+ # Revision 1.1.2.4 2002/06/28 18:07:27 tonnesen
+ # marcimport.pl will print an error message if it can not signal the
+ # processz3950queue program. The message contains instructions for starting
the
+ # daemon.
+ #
# Revision 1.1.2.3 2002/06/28 17:45:39 tonnesen
# z3950queue now listens for a -HUP signal before processing the queue.
Z3950.pm
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4 Z3950.pm,1.1.2.3,1.1.2.4,
Steve Tonnesen <=