[DRE-maint] Bug#474008: mongrel: update manpage

Justin Pryzby justinpryzby at users.sourceforge.net
Wed Apr 2 16:35:05 UTC 2008


Package: mongrel
Version: 1.1.4-1
Severity: minor
Tags: patch
File: /usr/share/man/man1/mongrel_rails.1.gz

You might also mention that modular commands (as I understand) like
cluster::configure are supported by installing (in this case)
mongrel-cluster.

--- /usr/share/man/man1/mongrel_rails.1.gz
+++ /tmp/mongrel_rails1.gz.3945	2008-04-02 10:29:39.000000000 -0400
@@ -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.
 .
@@ -120,7 +120,8 @@
 \fB--version\fP							Show mongrel version
 .
 .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-maintainers mailing list