Author: glen                         Date: Mon Jan 30 10:59:14 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix group (it's http in pld)

---- Files affected:
packages/monit-rc-apache:
   apache.monitrc (1.1 -> 1.2) , monit-rc-apache.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: packages/monit-rc-apache/apache.monitrc
diff -u packages/monit-rc-apache/apache.monitrc:1.1 
packages/monit-rc-apache/apache.monitrc:1.2
--- packages/monit-rc-apache/apache.monitrc:1.1 Mon Aug 30 15:21:51 2004
+++ packages/monit-rc-apache/apache.monitrc     Mon Jan 30 11:59:08 2012
@@ -1,10 +1,10 @@
 check process apache with pidfile /var/run/httpd.pid
-   group www
+   group http
    start program = "/etc/rc.d/init.d/httpd start"
    stop  program = "/etc/rc.d/init.d/httpd stop"
-   if failed host 127.0.0.1 port 80 
+   if failed host 127.0.0.1 port 80
         protocol HTTP request / then restart
-#   if failed host 192.168.1.1 port 443 type TCPSSL 
+#   if failed host 192.168.1.1 port 443 type TCPSSL
 #      certmd5 12-34-56-78-90-AB-CD-EF-12-34-56-78-90-AB-CD-EF
 #      protocol HTTP request /monit/token  then restart
    if 5 restarts within 5 cycles then timeout
@@ -14,7 +14,7 @@
    depends on apache_rc
 
  check file apache_bin with path /usr/sbin/httpd
-   group www
+   group http
    if failed checksum then unmonitor
    if failed permission 755 then unmonitor
    if failed uid root then unmonitor
@@ -22,11 +22,9 @@
 #   alert root@localhost
 
  check file apache_rc with path /etc/rc.d/init.d/httpd
-   group www
+   group http
    if failed checksum then unmonitor
    if failed permission 754 then unmonitor
    if failed uid root then unmonitor
    if failed gid root then unmonitor
 #   alert root@localhost
-
-

================================================================
Index: packages/monit-rc-apache/monit-rc-apache.spec
diff -u packages/monit-rc-apache/monit-rc-apache.spec:1.6 
packages/monit-rc-apache/monit-rc-apache.spec:1.7
--- packages/monit-rc-apache/monit-rc-apache.spec:1.6   Sat Dec 27 11:44:30 2008
+++ packages/monit-rc-apache/monit-rc-apache.spec       Mon Jan 30 11:59:08 2012
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8):     Plik monitrc do monitorowania serwera WWW Apache
 Name:          monit-rc-apache
 Version:       1.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/System
 Source0:       apache.monitrc
@@ -54,6 +54,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2012/01/30 10:59:08  glen
+- fix group (it's http in pld)
+
 Revision 1.6  2008/12/27 10:44:30  gotar
 - added %config and %verify flags
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/monit-rc-apache/apache.monitrc?r1=1.1&r2=1.2&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/monit-rc-apache/monit-rc-apache.spec?r1=1.6&r2=1.7&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to