ソースを参照

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
     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
 
   - 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
 
-  - 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
 
@@ -1098,6 +1098,9 @@ Event Listeners (New in 3.0)
   or should flush its stdout every time it needs to communicate back
   to the supervisord process.
 
+  Sample event listeners are present within the supervisor package's
+  'scripts' directory.
+
 Event Listener States
 
   An event listener process has three possible states that are
@@ -1326,8 +1329,9 @@ Other Notes
    [program:mysql]
    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