From f35f9becded60c1ee123c6cde4b3e923fb79fbd3 Mon Sep 17 00:00:00 2001 From: Jean-Marc Pigeon Date: Thu, 13 Nov 2025 15:24:03 -0500 Subject: [PATCH] Still a problem with posttrans postgresql --- mailleur.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mailleur.spec.in b/mailleur.spec.in index 8954d23..e07b0fa 100644 --- a/mailleur.spec.in +++ b/mailleur.spec.in @@ -274,7 +274,8 @@ if [ "$1" = 0 ]; then case "$OS" in "sysv" | \ "osukiss" ) - %{_sysconfdir}/rc.d/init.d/postgresql restart > /dev/null 2>&1 || : + #%{_sysconfdir}/rc.d/init.d/postgresql restart > /dev/null 2>&1 || : + %{_sysconfdir}/rc.d/init.d/postgresql restart ;; * ) ;; -- 2.47.3