[DRE-commits] r2456 - packages/mongrel/trunk/debian
filipe-guest at alioth.debian.org
filipe-guest at alioth.debian.org
Sun Jan 20 01:13:00 UTC 2008
Author: filipe-guest
Date: 2008-01-20 01:13:00 +0000 (Sun, 20 Jan 2008)
New Revision: 2456
Removed:
packages/mongrel/trunk/debian/mongrel.postinst
Modified:
packages/mongrel/trunk/debian/control
packages/mongrel/trunk/debian/mongrel_rails.1
Log:
small fixes to the package:
* changed to description
* remove old mongrel.postinst file that is not used anymore
* corrected a piece of man page.
Modified: packages/mongrel/trunk/debian/control
===================================================================
--- packages/mongrel/trunk/debian/control 2008-01-19 18:24:33 UTC (rev 2455)
+++ packages/mongrel/trunk/debian/control 2008-01-20 01:13:00 UTC (rev 2456)
@@ -18,9 +18,8 @@
Suggests: rdoc, w3m | www-browser
Description: A small fast HTTP library and server for Ruby (documentation)
Mongrel is a fast HTTP library and server for Ruby that is intended
- for hosting Ruby web applications of any kind using plain HTTP rather
- than FastCGI or SCGI. It is framework agnostic and already supports
- Ruby On Rails, Og+Nitro, and Camping frameworks.
+ for hosting Ruby web applications of any kind using plain HTTP. It is
+ framework agnostic and already supports Ruby On Rails, Og+Nitro, and Camping frameworks.
.
This package contains Mongrel's documentation and some example scripts.
@@ -30,6 +29,5 @@
Suggests: rails, mongrel-doc
Description: A small fast HTTP library and server for Ruby
Mongrel is a fast HTTP library and server for Ruby that is intended
- for hosting Ruby web applications of any kind using plain HTTP rather
- than FastCGI or SCGI. It is framework agnostic and already supports
- Ruby On Rails, Og+Nitro, and Camping frameworks.
+ for hosting Ruby web applications of any kind using plain HTTP. It is
+ framework agnostic and already supports Ruby On Rails, Og+Nitro, and Camping frameworks.
Deleted: packages/mongrel/trunk/debian/mongrel.postinst
===================================================================
--- packages/mongrel/trunk/debian/mongrel.postinst 2008-01-19 18:24:33 UTC (rev 2455)
+++ packages/mongrel/trunk/debian/mongrel.postinst 2008-01-20 01:13:00 UTC (rev 2456)
@@ -1,12 +0,0 @@
-#! /bin/sh
-#DEBHELPER#
-
-old_pids=`find /var/run -maxdepth 1 -name mongrel\.\*\.pid | grep -e 'mongrel\.[0-9]\+\.pid$'`
-
-if [ "x$old_pids" != "x" ]; then
- echo "there are old pid files lying around in /var/run that can be safely removed:"
- echo $old_pids
- echo "you can do so like this:"
- echo "find /var/run -maxdepth 1 -name mongrel\.\*\.pid | grep -e 'mongrel\.[0-9]\+\.pid$' | xargs rm"
-fi
-
Modified: packages/mongrel/trunk/debian/mongrel_rails.1
===================================================================
--- packages/mongrel/trunk/debian/mongrel_rails.1 2008-01-19 18:24:33 UTC (rev 2455)
+++ packages/mongrel/trunk/debian/mongrel_rails.1 2008-01-20 01:13:00 UTC (rev 2456)
@@ -21,7 +21,8 @@
.PP
These options are also used in the
.B -C config_file
-option to set them without using the command line. The name used in the config file is slightly different since it's a YAML file. .br
+option to set them without using the command line. The name used in the config file is slightly different since it's a YAML file.
+.br
Mongrel has a -G (generate) feature that will take any command line options you give it, generate the YAML file to replicate those options, and then exit. For example, you could make a config file like this:
.TP
mongrel_rails start -G mongrel_8080.yml -e production -p 8080
More information about the Pkg-ruby-extras-commits
mailing list