Code

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 e8bce2a096f9bc964642cec7e5fe7808279aca17..9b576115313597654ca0c1a76896e10e2e209f3d 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