diff options
author | Peter Palfrader <peter@palfrader.org> | 2009-09-21 13:16:44 +0200 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2009-09-21 13:16:44 +0200 |
commit | b69f6fe82d6cd4efd4cb96bdc987cf88a46ad3b2 (patch) | |
tree | 882cf0d7d8a6786a1f976e77df22054628cdc282 /contrib/auto-naming/db-config.rb | |
parent | b440a4d9369c4a6c4501b289f2e6ff089ba9a519 (diff) | |
parent | 20225895a36519139655be056138c0b1eb96f029 (diff) | |
download | tor-b69f6fe82d6cd4efd4cb96bdc987cf88a46ad3b2.tar tor-b69f6fe82d6cd4efd4cb96bdc987cf88a46ad3b2.tar.gz |
Merge branch 'debian-merge' into debian
* debian-merge: (95 commits)
New upstream version: 0.2.2.2-alpha
downgrade a log severity, since this event has been known
Update to the "September 4 2009" ip-to-country file.
bump to 0.2.2.2-alpha
Revert "Teach connection_ap_can_use_exit about Exclude*Nodes"
fix grammar / add changelog for the torify commit
Fix compile on Snow Leopard
Fix build warnings on OSX 10.5.8
Change the condition on the nonlive timeout counting.
Add a couple of time helper functions.
Fix typos and comments, plus two bugs
Implement and document new network liveness algorithm.
Fix some precision-related asserts in unit tests.
replace contrib/auto-naming with a readme saying where it went
clarify our rules for assigning the Named flag
disable the end of circuitbuildtimeout units tests
draw in a lot of 0.2.1.20 changelog items into 0.2.2.2-alpha
Fix compile on freebsd
Let our config abbreviations rewrite more than once
a mish-mash of stuff in my sandbox
...
Diffstat (limited to 'contrib/auto-naming/db-config.rb')
-rw-r--r-- | contrib/auto-naming/db-config.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/contrib/auto-naming/db-config.rb b/contrib/auto-naming/db-config.rb deleted file mode 100644 index b1508c1b7..000000000 --- a/contrib/auto-naming/db-config.rb +++ /dev/null @@ -1,8 +0,0 @@ -$CONFIG = {} unless $CONFIG -$CONFIG['database'] = {} unless $CONFIG['database'] - -# if you use postgres' "ident sameuser" auth set dbhost to '' -$CONFIG['database']['dbhost'] = 'localhost'; -$CONFIG['database']['dbname'] = 'tornaming'; -$CONFIG['database']['user'] = 'tornaming'; -$CONFIG['database']['password'] = 'x'; |