From: Jean-Marc Pigeon Date: Thu, 13 Nov 2025 20:21:24 +0000 (-0500) Subject: Fixing the posttrans for postgresql X-Git-Tag: tag-0.17~44 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=38d05bbf72adb75582d76be89a6f16d6c7aae2d9;p=jmp%2Fmailleur Fixing the posttrans for postgresql --- diff --git a/mailleur.spec.in b/mailleur.spec.in index f7580e1..8954d23 100644 --- a/mailleur.spec.in +++ b/mailleur.spec.in @@ -274,8 +274,7 @@ if [ "$1" = 0 ]; then case "$OS" in "sysv" | \ "osukiss" ) - #%{_sysconfdir}/rc.d/init.d/postgresql condrestart > /dev/null 2>&1 || : - %{_sysconfdir}/rc.d/init.d/postgresql condrestart + %{_sysconfdir}/rc.d/init.d/postgresql restart > /dev/null 2>&1 || : ;; * ) ;; @@ -358,7 +357,7 @@ if [ "$1" = 0 ]; then case "$OS" in "sysv" | \ "osukiss" ) - %{_sysconfdir}/rc.d/init.d/mysqld condrestart > /dev/null 2>&1 || : + %{_sysconfdir}/rc.d/init.d/mysqld restart > /dev/null 2>&1 || : ;; * ) ;;