From 11279ebfe90ae64dd9b1e3a6b476f4a8c639f439 Mon Sep 17 00:00:00 2001 From: Dan Moore Date: Fri, 23 Mar 2007 23:20:47 +0000 Subject: [PATCH 1/1] API 0.4 Reverted minor errors in changeset 2324 --- config/database.yml | 2 +- script/daemons | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/database.yml b/config/database.yml index 129712121..1fe4d9880 100644 --- a/config/database.yml +++ b/config/database.yml @@ -14,7 +14,7 @@ development: adapter: mysql database: openstreetmap username: openstreetmap - password: + password: openstreetmap host: localhost # Warning: The database defined as 'test' will be erased and diff --git a/script/daemons b/script/daemons index ff47d585c..feb98b645 100755 --- a/script/daemons +++ b/script/daemons @@ -1,2 +1,2 @@ -#!/usr/bin/env ruby -Dir[File.dirname(__FILE__) + "/../lib/daemons/*_ctl"].each {|f| `ruby #{f} #{ARGV.first}`} # TODO remove ruby - hack for windows \ No newline at end of file +#!/usr/bin/env ruby +Dir[File.dirname(__FILE__) + "/../lib/daemons/*_ctl"].each {|f| `#{f} #{ARGV.first}`} \ No newline at end of file -- 2.43.2