>From 4329e95daf25ee1989a7923c16f92ce3e41696a2 Mon Sep 17 00:00:00 2001
From: Davidlohr Bueso <[email protected]>
Date: Tue, 8 Feb 2011 11:28:37 -0300
Subject: [PATCH] Update the mconf to reflect pidfile changes, and the TODO file 
as well.

---
 TODO          |    1 -
 lang/en/mconf |    1 +
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/TODO b/TODO
index e294946..f09b40c 100644
--- a/TODO
+++ b/TODO
@@ -5,7 +5,6 @@ near feature, if you are looking to contribute to Monkey 
Project, consider
 to review the following:
 
  - General: fix memory leaks
- - General: create a manpage
  - Plugin : FastCGI
  - Plugin : Customize error HTML messages
  - Plugin : Provide basic authentication (Basic Auth)
diff --git a/lang/en/mconf b/lang/en/mconf
index 957f2ae..3873b3e 100644
--- a/lang/en/mconf
+++ b/lang/en/mconf
@@ -44,6 +44,7 @@ cat > conf/monkey.conf <<EOF
     # PidFile:
     # --------
     # File where the server guards the process number when starting.
+    # Note that the filename will have the port number appended to it.
 
     PidFile $logdir/monkey.pid
 
-- 
1.7.1


>From 4329e95daf25ee1989a7923c16f92ce3e41696a2 Mon Sep 17 00:00:00 2001
From: Davidlohr Bueso <[email protected]>
Date: Tue, 8 Feb 2011 11:28:37 -0300
Subject: [PATCH] Update the mconf to reflect pidfile changes, and the TODO file as well.

---
 TODO          |    1 -
 lang/en/mconf |    1 +
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/TODO b/TODO
index e294946..f09b40c 100644
--- a/TODO
+++ b/TODO
@@ -5,7 +5,6 @@ near feature, if you are looking to contribute to Monkey Project, consider
 to review the following:
 
  - General: fix memory leaks
- - General: create a manpage
  - Plugin : FastCGI
  - Plugin : Customize error HTML messages
  - Plugin : Provide basic authentication (Basic Auth)
diff --git a/lang/en/mconf b/lang/en/mconf
index 957f2ae..3873b3e 100644
--- a/lang/en/mconf
+++ b/lang/en/mconf
@@ -44,6 +44,7 @@ cat > conf/monkey.conf <<EOF
     # PidFile:
     # --------
     # File where the server guards the process number when starting.
+    # Note that the filename will have the port number appended to it.
 
     PidFile $logdir/monkey.pid
 
-- 
1.7.1

_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey

Reply via email to