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/?p=rrdtool.git;a=commitdiff_plain;h=313ceb07a68d57633aa6c9461129df46265af3df 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/program@1594 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/rrdtool.spec b/rrdtool.spec index e8bce2a..9b57611 100644 --- a/rrdtool.spec +++ b/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