OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 20-Aug-2004 22:02:18
Branch: HEAD Handle: 2004082021021700
Modified files:
openpkg-src/monit monit.spec monitrc
Log:
use canonical command
Summary:
Revision Changes Path
1.36 +1 -1 openpkg-src/monit/monit.spec
1.5 +2 -2 openpkg-src/monit/monitrc
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/monit/monit.spec
============================================================================
$ cvs diff -u -r1.35 -r1.36 monit.spec
--- openpkg-src/monit/monit.spec 25 May 2004 18:37:43 -0000 1.35
+++ openpkg-src/monit/monit.spec 20 Aug 2004 20:02:17 -0000 1.36
@@ -34,7 +34,7 @@
Group: System
License: GPL
Version: 4.3
-Release: 20040525
+Release: 20040820
# package options
%option with_fsl yes
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/monit/monitrc
============================================================================
$ cvs diff -u -r1.4 -r1.5 monitrc
--- openpkg-src/monit/monitrc 5 Feb 2004 08:46:46 -0000 1.4
+++ openpkg-src/monit/monitrc 20 Aug 2004 20:02:17 -0000 1.5
@@ -28,8 +28,8 @@
# MySQL
#check process mysql with pidfile @l_prefix@/var/mysql/mysqld.pid
-# start program = "@l_prefix@/etc/rc.d/rc.mysql start"
-# stop program = "@l_prefix@/etc/rc.d/rc.mysql stop"
+# start program = "@l_prefix@/etc/rc mysql start"
+# stop program = "@l_prefix@/etc/rc mysql stop"
# if failed host 127.0.0.1 port 3306 type TCP then restart
# if 5 restarts within 5 cycles then timeout
# alert [EMAIL PROTECTED]
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]