From: Jean-Marc Pigeon (Delson) Date: Wed, 18 Jun 2025 19:07:05 +0000 (-0400) Subject: Fix bug within %pos spec file X-Git-Tag: tag-0.9~95 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=e9fc9831e1be0c00a657d499322523b268670e11;p=jmp%2Fmailleur Fix bug within %pos spec file --- diff --git a/mailleur.spec.in b/mailleur.spec.in index c89e11e..a2e1116 100644 --- a/mailleur.spec.in +++ b/mailleur.spec.in @@ -120,7 +120,7 @@ case "$OS" in for action in receiver sorter do %{_sbindir}/chkconfig --add ${action} - %{_sysconfdir}/rc.d/init.d/${actions} condrestart > /dev/null 2>&1 || : + %{_sysconfdir}/rc.d/init.d/${action} condrestart > /dev/null 2>&1 || : done ;; * )