From 38d05bbf72adb75582d76be89a6f16d6c7aae2d9 Mon Sep 17 00:00:00 2001 From: Jean-Marc Pigeon Date: Thu, 13 Nov 2025 15:21:24 -0500 Subject: [PATCH] Fixing the posttrans for postgresql --- mailleur.spec.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 || : ;; * ) ;; -- 2.47.3