The patch I submitted for rrdtool.spec introduced a bug where there
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Fri, 10 Oct 2008 05:21:01 +0000 (05:21 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Fri, 10 Oct 2008 05:21:01 +0000 (05:21 +0000)
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

rrdtool.spec

index e8bce2a..9b57611 100644 (file)
@@ -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