浏览代码

Document sample event listeners and location of pidproxy.

Chris McDonough 18 年之前
父节点
当前提交
c14c7b6dcf
共有 2 个文件被更改,包括 11 次插入3 次删除
  1. 4 0
      CHANGES.txt
  2. 7 3
      README.txt

+ 4 - 0
CHANGES.txt

@@ -4,6 +4,10 @@ Next Release
     supervisor XML-RPC namespace is not registered.  Thanks to
     supervisor XML-RPC namespace is not registered.  Thanks to
     Mike Orr for reporting this. (Mike Naberezny)
     Mike Orr for reporting this. (Mike Naberezny)
 
 
+  - Create 'scripts' directory within supervisor package, move
+    'pidproxy.py' there, and place sample event listener programs
+    within the directory.
+
 3.0a2
 3.0a2
 
 
   - Fixed the README.txt example for defining the supervisor RPC
   - Fixed the README.txt example for defining the supervisor RPC

+ 7 - 3
README.txt

@@ -136,7 +136,7 @@ Installing Without Internet Access
 
 
   - setuptools (latest) from http://pypi.python.org/pypi/setuptools
   - setuptools (latest) from http://pypi.python.org/pypi/setuptools
 
 
-  - meld3 (0.6) from http://www.plope.com/software/meld3/
+  - meld3 (0.6.3) from http://www.plope.com/software/meld3/
 
 
   - medusa (0.5.4) from http://www.amk.ca/python/code/medusa.html
   - medusa (0.5.4) from http://www.amk.ca/python/code/medusa.html
 
 
@@ -1098,6 +1098,9 @@ Event Listeners (New in 3.0)
   or should flush its stdout every time it needs to communicate back
   or should flush its stdout every time it needs to communicate back
   to the supervisord process.
   to the supervisord process.
 
 
+  Sample event listeners are present within the supervisor package's
+  'scripts' directory.
+
 Event Listener States
 Event Listener States
 
 
   An event listener process has three possible states that are
   An event listener process has three possible states that are
@@ -1326,8 +1329,9 @@ Other Notes
    [program:mysql]
    [program:mysql]
    command=/path/to/pidproxy /path/to/pidfile /path/to/mysqld_safe
    command=/path/to/pidproxy /path/to/pidfile /path/to/mysqld_safe
 
 
-  The pidproxy program is named 'pidproxy.py' and is in the
-  supervisor distribution.
+  The pidproxy program is named 'pidproxy.py' and is in the supervisor
+  distribution within the 'scripts' directory of the supervisor
+  package.
 
 
 FAQ
 FAQ