diff --git a/makerpm.pl b/makerpm.pl index 4234e4bb8..a60c7ee9a 100755 --- a/makerpm.pl +++ b/makerpm.pl @@ -258,8 +258,8 @@ chmod 600 \$tempdir/webmin-setup.out rm -f /var/lock/subsys/webmin which systemctl >/dev/null 2>&1 && systemctl daemon-reload if [ "\$inetd" != "1" -a "\$startafter" = "1" ]; then - /etc/init.d/webmin stop - /etc/init.d/webmin start + /etc/init.d/webmin stop >/dev/null 2>&1 /dev/null 2>&1 /etc/webmin/uninstall.sh <