[monit: 5/17] Remove monit-no-startup-msg patch Remove monit stop from sysvinit package preun script

Maxim Burgerhout wzzrd at fedoraproject.org
Fri Dec 2 22:16:18 UTC 2011


commit 066ab52cbcb0f094d2f2c3218e7d6173357f4287
Author: Maxim Burgerhout <maxim at wzzrd.com>
Date:   Tue Jul 26 15:23:11 2011 +0200

    Remove monit-no-startup-msg patch
    Remove monit stop from sysvinit package preun script

 monit.spec |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/monit.spec b/monit.spec
index 91e2c98..7697e84 100644
--- a/monit.spec
+++ b/monit.spec
@@ -11,7 +11,6 @@ Source1:        monit-sysv-initscript
 Source2:        monit.logrotate
 Source3:        monit.service
 Source4:        monit-logging-conf
-Patch1:         monit-no-startup-msg.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  flex
@@ -39,7 +38,6 @@ package includes a service file for systemd.
 
 %prep
 %setup -q
-%patch1 -b .nomsg
 
 %build
 %configure --disable-static
@@ -91,7 +89,6 @@ fi
 
 %preun sysvinit
 if [ $1 = 0 ]; then
-        /sbin/service monit stop >/dev/null 2>&1
         /sbin/chkconfig --del monit
 fi
 


More information about the scm-commits mailing list