diff --git a/indimail-mta-x/doc/ChangeLog b/indimail-mta-x/doc/ChangeLog index 479b8df97..0ddeb023b 100644 --- a/indimail-mta-x/doc/ChangeLog +++ b/indimail-mta-x/doc/ChangeLog @@ -36,6 +36,8 @@ Release @version@-@release@ Start 05/02/2024 End XX/XX/XXXX 18. indimail-mta.spec.in: remove glibc-static in buildrequires for mageia - 16/06/2024 19. udplogger.c: BUG: fixed SIGFPE when n=0 +- 27/06/2024 +20. indimail-mta.spec.in: turn of logging for clamd, freshclam before removal * Sun Mar 03 2024 12:20:15 +0000 Manvendra Bhangui 3.0.7-1.1%{?dist} Release 3.0.7-1.1 Start 02/01/2024 End 03/02/2024 diff --git a/indimail-mta-x/indimail-mta.spec.in b/indimail-mta-x/indimail-mta.spec.in index 26de0f1ff..4cf6f1c63 100644 --- a/indimail-mta-x/indimail-mta.spec.in +++ b/indimail-mta-x/indimail-mta.spec.in @@ -1,6 +1,6 @@ # # -# $Id: indimail-mta.spec.in,v 1.404 2024-06-23 23:53:42+05:30 Cprogrammer Exp mbhangui $ +# $Id: indimail-mta.spec.in,v 1.405 2024-06-27 21:33:53+05:30 Cprogrammer Exp mbhangui $ %undefine _missing_build_ids_terminate_build %global _unpackaged_files_terminate_build 1 @@ -1617,11 +1617,11 @@ for i in qmail-send.25 qmail-smtpd.25 qmail-smtpd.366 \ do if [ -d %{servicedir}/$i -o -L %{servicedir}/$i ] ; then touch %{servicedir}/$i/down - svc -dx %{servicedir}/$i + %{_prefix}/bin/svc -dx %{servicedir}/$i fi if [ -d %{servicedir}/$i/log -o -L %{servicedir}/$i/log ] ; then touch %{servicedir}/$i/log/down - svc -dx %{servicedir}/$i/log + %{_prefix}/bin/svc -dx %{servicedir}/$i/log fi if [ -d %{servicedir}/$i -o -L %{servicedir}/$i ] ; then %{__rm} -rf %{servicedir}/$i || true @@ -1696,6 +1696,7 @@ log_it "removing svscan supervised startup services" if [ -f /usr/sbin/clamd -a -f /usr/bin/clamdscan ] ; then for i in clamd freshclam do + %{_prefix}/bin/svc -dx %{servicedir}/$i %{servicedir}/$i/log if [ -d %{servicedir}/$i ] ; then %{__rm} -rf %{servicedir}/$i || true elif [ -L %{servicedir}/$i ] ; then