From a2ca603647853fcaeeb6556e4f6757f1913ff06e Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 7 Mar 2008 14:42:51 -0500 Subject: Disable update script after having some problems on mdehaan's F8 box --- func.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'func.spec') diff --git a/func.spec b/func.spec index 855109b..e8f6d23 100644 --- a/func.spec +++ b/func.spec @@ -54,7 +54,7 @@ rm -fr $RPM_BUILD_ROOT %{_bindir}/func %{_bindir}/func-inventory %{_bindir}/func-create-module -%{_bindir}/update-func +#%{_bindir}/update-func /etc/init.d/funcd %dir %{_sysconfdir}/%{name} %dir %{_sysconfdir}/%{name}/minion-acl.d/ @@ -104,7 +104,7 @@ else fi # upgrade old installs if needed -/usr/bin/update-func +#/usr/bin/update-func exit 0 @@ -124,9 +124,6 @@ fi %changelog * Mon Mar 03 2008 Adrian Likins - 0.18-1 -- run update-func from the %post - -* Wed Feb 13 2008 Adrian Likins - 0.18-1 - split off certmaster * Fri Feb 8 2008 Michael DeHaan - 0.17-1 -- cgit