[Debpool-commits] [SCM] Debpool Project Repository branch, master, updated. debian/0.3.6-3-gd780d87

Andres Mejia mcitadel at gmail.com
Thu Oct 16 21:03:05 UTC 2008


The following commit has been merged in the master branch:
commit d780d8716e0c19a6672b0a1d0862272bda4708dd
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Thu Oct 16 17:03:01 2008 -0400

    Correcting error in debpool script.

diff --git a/bin/debpool b/bin/debpool
index 6da583a..0288310 100755
--- a/bin/debpool
+++ b/bin/debpool
@@ -56,6 +56,7 @@ use DebPool::Signal qw(:functions :vars); # Handle signals
 
 if ($Options{'daemon'}) {
     Log_Message("Trying to enter daemon mode.", LOG_GENERAL, LOG_INFO);
+    require Proc::Daemon;
     Proc::Daemon::Init();
     Log_Message("Now running as a daemon.", LOG_GENERAL, LOG_INFO);
 }

-- 
Debpool Project Repository



More information about the Debpool-commits mailing list