Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: vdradmin 0.13



Thomas Koch wrote:

> a new version of vdradmin is available at:
> 
> http://www.linvdr.org/download/vdradmin/vdradmin-0.13.tar.gz

How about this?

Tom

@@ -127,7 +127,7 @@
   my($pid) = fork;
   if($pid != 0) {
     print("vdradmind.pl $VERSION started with pid $pid.\n");
-    open(F, ">${BASENAME}vdradmind.pid"); print(F $pid); close(F);
+    open(F, ">${PIDFILE}"); print(F $pid); close(F);
     exit(0);
   }
 }



Home | Main Index | Thread Index