* Fixed the spec now that anvil.sql is in the right place and quieted anvil-daemon system check logging.

Signed-off-by: Digimer <digimer@alteeve.ca>
main
Digimer 6 years ago
parent 96a3660134
commit 46916b658b
  1. 1
      rpm/SPECS/anvil.spec
  2. 2
      tools/anvil-daemon

@ -295,7 +295,6 @@ cp -R -p tools/* %{buildroot}/%{_sbindir}
cp -R -p anvil.conf %{buildroot}/%{_sysconfdir}/anvil/
cp -R -p anvil.version %{buildroot}/%{_sysconfdir}/anvil/
cp -R -p share/* %{buildroot}/%{_usr}/share/anvil/
mv %{buildroot}/%{_sbindir}/anvil.sql %{buildroot}/%{_datadir}/anvil/anvil.sql
%pre core

@ -156,7 +156,7 @@ while(1)
# Update the next check time.
$next_check = $now_time + $system_check;
$anvil->Log->variables({source => $THIS_FILE, line => __LINE__, level => 2, list => {
$anvil->Log->variables({source => $THIS_FILE, line => __LINE__, level => 3, list => {
"s1:system_check" => $system_check,
"s2:next_check" => $next_check,
}});

Loading…
Cancel
Save