The patch I submitted for rrdtool.spec introduced a bug where there are two ldconfig calls in the %postun section. This patch fixes that.
Thanks, Bernard
Index: rrdtool.spec =================================================================== --- rrdtool.spec (revision 1592) +++ rrdtool.spec (working copy) @@ -311,7 +311,6 @@ /sbin/service rrdcached stop %postun -p /sbin/ldconfig -/sbin/ldconfig %postun cached /sbin/chkconfig --del rrdcached
_______________________________________________ rrd-developers mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers
