[Debpool-commits] [SCM] Debpool Project Repository branch, master, updated. 0.2.3-63-g38a32aa
ceros-guest
ceros-guest at alioth.debian.org
Tue Jun 3 07:07:05 UTC 2008
The following commit has been merged in the master branch:
commit e3306d49394d426f730282f7b99f98c9ba6746f9
Author: ceros-guest <ceros-guest>
Date: Thu Jan 10 18:15:28 2008 +0000
Fixed debpool.default paths for log and lock file.
diff --git a/debian/debpool.default b/debian/debpool.default
index a5fcc76..7760eaa 100644
--- a/debian/debpool.default
+++ b/debian/debpool.default
@@ -13,7 +13,7 @@ OPTIONS=""
DEBPOOL_USER=""
# Specify a path for the log file
-LOGFILE="/var/log/debpool/$NAME.log"
+LOGFILE="/var/log/$NAME.log"
# Specify a path for the lock file
-LOCKFILE="/var/run/debpool/$NAME.pid"
+LOCKFILE="/var/run/$NAME.pid"
--
Debpool Project Repository
More information about the Debpool-commits
mailing list