From: Jean-Marc Pigeon Date: Thu, 13 Nov 2025 20:19:21 +0000 (-0500) Subject: Checking the postrans postgresql X-Git-Tag: tag-0.17~45 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=377518a77dfc8b62040d7bf5d31bfd604ee96529;p=jmp%2Fmailleur Checking the postrans postgresql --- diff --git a/mailleur.spec.in b/mailleur.spec.in index 096b3c6..f7580e1 100644 --- a/mailleur.spec.in +++ b/mailleur.spec.in @@ -270,15 +270,17 @@ if [ "$1" = 0 ]; then rm -f %{_sbindir}/sorter fi -%posttrans postgresql +%posttrans postgresql case "$OS" in "sysv" | \ "osukiss" ) - %{_sysconfdir}/rc.d/init.d/postgresql condrestart > /dev/null 2>&1 || : + #%{_sysconfdir}/rc.d/init.d/postgresql condrestart > /dev/null 2>&1 || : + %{_sysconfdir}/rc.d/init.d/postgresql condrestart ;; * ) ;; esac + #============================================================================= %package mysql Summary : mailleur using mysql/mariadb as Data-base