Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
projects
:
monitoring
>
monit
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 25
[-]
[+]
Changed
monit.spec
@@ -23,6 +23,7 @@ BuildRequires: byacc BuildRequires: gcc, make BuildRequires: pam-devel +Requires: make %description monit is a utility for managing and monitoring, processes, files, directories @@ -64,7 +65,6 @@ # This adds the proper /etc/rc*.d links for the script /sbin/chkconfig --add monit -## generate pound cert exec > /dev/null 2> /dev/null if [ ! -f %{_sysconfdir}/pki/tls/certs/monit.pem ] ; then pushd %{_sysconfdir}/pki/tls/certs @@ -85,6 +85,7 @@ exit 0 + %preun if [ $1 = 0 ]; then /sbin/service monit stop >/dev/null 2>&1