Mass specfile change

As announced some time ago the specfiles for LCFG components stored in our central subversion repository have been modified en-masse. This is to convert the post-install scripts over to the new way of testing if an LCFG component has been started. The new standard post-install method should look like this:

%post
if [ $1 -eq 2 ] && @LCFGOM@ @LCFG_NAME@ isstarted -q; then
  echo reconfiguring @LCFG_NAME@ component
  /usr/sbin/daemon @LCFGOM@ @LCFG_NAME@ configure
fi
exit 0

We have not tagged new releases for any of the components, the authors can do that when they next make changes.

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply