Codebase list twofi / 0de7dd3 debian / patches / 01-fix-path-search-twofiyml.diff
0de7dd3

Tree @0de7dd3 (Download .tar.gz)

01-fix-path-search-twofiyml.diff @0de7dd3raw · history · blame

Description: fix the path to search the config file
 the correct path is /etc/twofi/twofi.yml
Author: Sophie Brun <[email protected]>
Origin: vendor
Last-Update: 2014-08-08
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/twofi.rb
+++ b/twofi.rb
@@ -93,7 +93,7 @@ users=[]
 terms=[]
 min_word_length=3
 show_count=false
-@config_file = "twofi.yml"
+@config_file = "/etc/twofi/twofi.yml"
 
 begin
 	opts.each do |opt, arg|