]> git.pld-linux.org Git - packages/monit.git/commitdiff
- release 3 - now include is ok.
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 27 Apr 2004 11:16:50 +0000 (11:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    monit.spec -> 1.18

monit.spec

index 6189a8a2481f66bd96fc6b57d4eca6e8ad80e7d3..bffcfcf27a1c33edeceed3505a46973571c97600 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Process monitor and restart utility
 Summary(pl):   Narzêdzie do monitorowania procesów i ich restartowania
 Name:          monit
 Version:       4.2.1
-Release:       0.2
+Release:       0.3
 Group:         Applications/Console
 License:       GPL
 Source0:       http://www.tildeslash.com/monit/dist/%{name}-%{version}.tar.gz
@@ -42,10 +42,11 @@ install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,monit}
        DESTDIR=$RPM_BUILD_ROOT
 
 # include all files provided by services:
-echo "include /etc/monit/*.monitrc" >> monitrc
+echo "include /etc/monit/*.monitrc" >> monitrc.main
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
-install monitrc $RPM_BUILD_ROOT%{_sysconfdir}
+install monitrc.main $RPM_BUILD_ROOT%{_sysconfdir}/monitrc
+install monitrc $RPM_BUILD_ROOT%{_sysconfdir}/monit/default.monitrc
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.033453 seconds and 4 git commands to generate.