mirror of
https://github.com/github/rails.git
synced 2026-04-04 03:00:58 -04:00
Proper initialization
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4691 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -18,7 +18,7 @@ default_config_file = config_file = Pathname.new("#{RAILS_ROOT}/config/lighttpd.
|
||||
require 'optparse'
|
||||
|
||||
detach = false
|
||||
user_defined_active_port = nil
|
||||
command_line_port = nil
|
||||
|
||||
ARGV.options do |opt|
|
||||
opt.on("-p", "--port=port", "Changes the server.port number in the config/lighttpd.conf") { |port| command_line_port = port }
|
||||
|
||||
Reference in New Issue
Block a user