Codebase list twofi / 160673f
Add a patch to search the twofi.yml in /etc/twofi/ Sophie Brun 9 years ago
3 changed file(s) with 20 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
33 Updated to use the new authenticated API
44 * Add the depends on ruby-twitter
55 * Install twofi.yml (con file) in /etc/twofi/
6 * Add a patch to search the twofi.yml in /etc/twofi/
67
78 -- Sophie Brun <[email protected]> Fri, 08 Aug 2014 16:20:15 +0200
89
0 Description: fix the path to search the config file
1 the correct path is /etc/twofi/twofi.yml
2 Author: Sophie Brun <[email protected]>
3 Origin: vendor
4 Last-Update: 2014-08-08
5 ---
6 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
7 --- a/twofi.rb
8 +++ b/twofi.rb
9 @@ -93,7 +93,7 @@ users=[]
10 terms=[]
11 min_word_length=3
12 show_count=false
13 -@config_file = "twofi.yml"
14 +@config_file = "/etc/twofi/twofi.yml"
15
16 begin
17 opts.each do |opt, arg|
0 01-fix-path-search-twofiyml.diff