svn commit: r297698 - in user/des/fbce: lib/FBCE/Model script

Dag-Erling Smørgrav des at FreeBSD.org
Fri Apr 8 08:43:26 UTC 2016


Author: des
Date: Fri Apr  8 08:43:25 2016
New Revision: 297698
URL: https://svnweb.freebsd.org/changeset/base/297698

Log:
  Upgrade

Modified:
  user/des/fbce/lib/FBCE/Model/FBCE.pm
  user/des/fbce/script/fbce_cgi.pl
  user/des/fbce/script/fbce_fastcgi.pl

Modified: user/des/fbce/lib/FBCE/Model/FBCE.pm
==============================================================================
--- user/des/fbce/lib/FBCE/Model/FBCE.pm	Fri Apr  8 08:11:23 2016	(r297697)
+++ user/des/fbce/lib/FBCE/Model/FBCE.pm	Fri Apr  8 08:43:25 2016	(r297698)
@@ -21,11 +21,11 @@ L<Catalyst::Model::DBIC::Schema> Model u
 
 =head1 GENERATED BY
 
-Catalyst::Helper::Model::DBIC::Schema - 0.62
+Catalyst::Helper::Model::DBIC::Schema - 0.65
 
 =head1 AUTHOR
 
-FBCE
+Dag-Erling Smørgrav
 
 =head1 LICENSE
 

Modified: user/des/fbce/script/fbce_cgi.pl
==============================================================================
--- user/des/fbce/script/fbce_cgi.pl	Fri Apr  8 08:11:23 2016	(r297697)
+++ user/des/fbce/script/fbce_cgi.pl	Fri Apr  8 08:43:25 2016	(r297698)
@@ -15,7 +15,7 @@ See L<Catalyst::Manual>
 
 =head1 DESCRIPTION
 
-Run a Catalyst application as a cgi script.
+Run a Catalyst application as a CGI script.
 
 =head1 AUTHORS
 

Modified: user/des/fbce/script/fbce_fastcgi.pl
==============================================================================
--- user/des/fbce/script/fbce_fastcgi.pl	Fri Apr  8 08:11:23 2016	(r297697)
+++ user/des/fbce/script/fbce_fastcgi.pl	Fri Apr  8 08:43:25 2016	(r297698)
@@ -14,27 +14,27 @@ fbce_fastcgi.pl - Catalyst FastCGI
 fbce_fastcgi.pl [options]
 
  Options:
-   -? -help      display this help and exits
-   -l --listen   Socket path to listen on
+   -? --help      display this help and exit
+   -l --listen   socket path to listen on
                  (defaults to standard input)
                  can be HOST:PORT, :PORT or a
                  filesystem path
    -n --nproc    specify number of processes to keep
                  to serve requests (defaults to 1,
-                 requires -listen)
+                 requires --listen)
    -p --pidfile  specify filename for pid file
-                 (requires -listen)
-   -d --daemon   daemonize (requires -listen)
+                 (requires --listen)
+   -d --daemon   daemonize (requires --listen)
    -M --manager  specify alternate process manager
                  (FCGI::ProcManager sub-class)
                  or empty string to disable
    -e --keeperr  send error messages to STDOUT, not
                  to the webserver
-   --proc_title  Set the process title (is possible)
+   --proc_title  Set the process title (if possible)
 
 =head1 DESCRIPTION
 
-Run a Catalyst application as fastcgi.
+Run a Catalyst application as FastCGI.
 
 =head1 AUTHORS
 


More information about the svn-src-user mailing list