[Netpass-devel] NetPass/bin npsvc.pl,1.4,1.5
Brought to you by:
jeffmurphy
From: jeff m. <jef...@us...> - 2005-08-10 20:04:08
|
Update of /cvsroot/netpass/NetPass/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10835/bin Modified Files: npsvc.pl Log Message: bug fixes Index: npsvc.pl =================================================================== RCS file: /cvsroot/netpass/NetPass/bin/npsvc.pl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- npsvc.pl 10 Aug 2005 19:57:27 -0000 1.4 +++ npsvc.pl 10 Aug 2005 20:03:57 -0000 1.5 @@ -37,6 +37,7 @@ use FileHandle; use Net::SMTP; use Data::Dumper; +use POSIX; use lib qw(/opt/netpass/lib); use RUNONCE; |