[Pkg-ocaml-maint-commits] [SCM] approx upstream and debian packaging branch, master, updated. debian/4.6-1-35-gbf7c5ab
Eric Cooper
ecc at cmu.edu
Wed Jun 22 02:21:53 UTC 2011
The following commit has been merged in the master branch:
commit 6b1ce3e173fae0f78668a6d11c2f6142064c6624
Author: Eric Cooper <ecc at cmu.edu>
Date: Thu May 5 22:47:51 2011 -0400
run approx-gc cronjob at low priority
closes: #611370
diff --git a/debian/approx.cron.weekly b/debian/approx.cron.weekly
index 899b863..654c3a2 100644
--- a/debian/approx.cron.weekly
+++ b/debian/approx.cron.weekly
@@ -3,5 +3,5 @@
# Garbage collect the approx(8) cache
if [ -x /usr/sbin/approx-gc ]; then
- /usr/sbin/approx-gc --quiet
+ nice -n19 ionice -c3 /usr/sbin/approx-gc --quiet
fi
--
approx upstream and debian packaging
More information about the Pkg-ocaml-maint-commits
mailing list