[DRE-commits] r2754 - packages/mongrel/trunk/debian

filipe-guest at alioth.debian.org filipe-guest at alioth.debian.org
Tue Jun 3 18:53:23 UTC 2008


Author: filipe-guest
Date: 2008-06-03 18:53:22 +0000 (Tue, 03 Jun 2008)
New Revision: 2754

Modified:
   packages/mongrel/trunk/debian/changelog
   packages/mongrel/trunk/debian/mongrel_rails.1
Log:
Fixing small typos in the manpage and closing a bug with this.



Modified: packages/mongrel/trunk/debian/changelog
===================================================================
--- packages/mongrel/trunk/debian/changelog	2008-06-03 17:52:05 UTC (rev 2753)
+++ packages/mongrel/trunk/debian/changelog	2008-06-03 18:53:22 UTC (rev 2754)
@@ -1,8 +1,8 @@
-mongrel (1.1.5-2) UNRELEASED; urgency=low
+mongrel (1.1.5-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Some corrections and additional information to manpage (closes: #474008).
 
- -- Filipe Lautert <filipe at weltall.icewall.org>  Tue, 03 Jun 2008 18:50:54 +0100
+ -- Filipe Lautert <filipe at icewall.org>  Tue, 03 Jun 2008 19:17:04 +0100
 
 mongrel (1.1.5-1) unstable; urgency=low
 

Modified: packages/mongrel/trunk/debian/mongrel_rails.1
===================================================================
--- packages/mongrel/trunk/debian/mongrel_rails.1	2008-06-03 17:52:05 UTC (rev 2753)
+++ packages/mongrel/trunk/debian/mongrel_rails.1	2008-06-03 18:53:22 UTC (rev 2754)
@@ -1,4 +1,4 @@
-.TH MONGREL_RAILS 1 "2006-11-17" "Mongrel Rails"
+.TH MONGREL_RAILS 1 "2008-04-02" "Mongrel Rails"
 .SH NAME
 mongrel_rails \- Ruby Web Server
 .
@@ -27,7 +27,7 @@
 .TP
 mongrel_rails start -G mongrel_8080.yml -e production -p 8080
 .PP
-And it'll write all the options possible to mongrel_8080.yml, but with your specific changed for environment (-e production) and port (-p 8080). When you run a configuration file with -C, don't pass other options. Rather than have complex rules about whether a configuration file or command line option wins, mongrel_rails just uses configuration file and defaults, or command line options and defaults. Basically don't mix, it won't work.
+And it'll write all the options possible to mongrel_8080.yml, but with your specific changes for environment (-e production) and port (-p 8080). When you run a configuration file with -C, don't pass other options. Rather than have complex rules about whether a configuration file or command line option wins, mongrel_rails just uses configuration file and defaults, or command line options and defaults. Basically don't mix, it won't work.
 .
 .SH COMMANDS
 The following commands are supported by mongrel:
@@ -36,7 +36,7 @@
 .br
 \fBstop\fP					Stops the server. Mongrel is very conservative when it shuts down, so it will wait up to 60 seconds for threads to exit before it finally exits gracefully.
 .br
-\fBstop --force [--wait n]\fP	Stops the server. This sends mongrel a kill -9 and then you must delete the .pid file. If the wait parameter is specified, mongrel will wait n seconds before it sends the kill sign.
+\fBstop --force [--wait n]\fP	Stops the server. This sends mongrel a kill -9 and then you must delete the .pid file. If the wait parameter is specified, mongrel will wait n seconds before it sends the kill signal.
 .br
 \fBrestart\fP				Restarts the server.
 .
@@ -118,9 +118,14 @@
 \fB-h, --help\fP						Show help message
 .br
 \fB--version\fP							Show mongrel version
+.br
+.PP
+Installation of plugins packages for mongrel like mongrel-cluster allows one to use additional commands, such as
+.BR cluster::configure .
 .
 .SH SEE ALSO
-.BR pen (1), mongrel-cluster (1)
+.BR pen (1),
+.BR mongrel-cluster (1)
 .
 .SH AUTHOR
 Mongrel (http://mongrel.rubyforge.org/) was written by Zed Shaw.




More information about the Pkg-ruby-extras-commits mailing list