From: oetiker Date: Fri, 10 Oct 2008 05:21:01 +0000 (+0000) Subject: The patch I submitted for rrdtool.spec introduced a bug where there X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1c6174e1809a1ac8093c9ad12ff62f79345352a0;p=rrdtool-all.git The patch I submitted for rrdtool.spec introduced a bug where there are two ldconfig calls in the %postun section. This patch fixes that. -- Bernard Li git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1594 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/rrdtool.spec b/program/rrdtool.spec index e8bce2a0..9b576115 100644 --- a/program/rrdtool.spec +++ b/program/rrdtool.spec @@ -311,7 +311,6 @@ find examples/ -type f -exec chmod 0644 {} \; /sbin/service rrdcached stop %postun -p /sbin/ldconfig -/sbin/ldconfig %postun cached /sbin/chkconfig --del rrdcached