steffen: server/kolabd/kolabd kolabd.in,1.1,1.2

cvs at intevation.de cvs at intevation.de
Tue Sep 13 17:39:49 CEST 2005


Author: steffen

Update of /kolabrepository/server/kolabd/kolabd
In directory doto:/tmp/cvs-serv25398/kolabd

Modified Files:
	kolabd.in 
Log Message:
fix

Index: kolabd.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolabd.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- kolabd.in	13 Sep 2005 14:38:22 -0000	1.1
+++ kolabd.in	13 Sep 2005 15:39:47 -0000	1.2
@@ -54,7 +54,7 @@
 # won't be needed now (i think)
 # my $prefix = $Kolab::config{'prefix'};
 
-my $pidfile = IO::File->new("@kolab_pidfile", 'w+')
+my $pidfile = IO::File->new("@kolab_pidfile@", 'w+')
     || die "Unable to open PID file `@kolab_pidfile@'";
 print $pidfile $$;
 undef $pidfile;





More information about the commits mailing list