[SCM] Video extraction utility for YouTube,	Google Video and other video sites (Debian packaging) branch,	master, updated. upstream/2.1.7-214-g6762190
    legatvs 
    legatvs at gmail.com
       
    Wed Apr  1 14:44:34 UTC 2009
    
    
  
The following commit has been merged in the master branch:
commit 2a76a6c55df41b0eb7a87aa2080fb1a17f785cff
Author: legatvs <legatvs at gmail.com>
Date:   Fri Jan 9 15:32:31 2009 +0200
    Tweaked fork error message.
diff --git a/clive b/clive
index 0f3d5b8..416e20d 100755
--- a/clive
+++ b/clive
@@ -1192,7 +1192,7 @@ sub daemonize {
 
     my $pid = fork;
     if ( $pid < 0 ) {
-        print STDERR "\nfork failed: $!";
+        print STDERR "\nerror: fork failed: $!";
         exit 1;
     } elsif ( $pid != 0 ) {
         print "continuing in background, pid $pid.\n";
-- 
Video extraction utility for YouTube, Google Video and other video sites (Debian packaging)
    
    
More information about the Pkg-perl-cvs-commits
mailing list