SOURCES: ruby-password-dictlocation.patch (NEW) - added, makes ext...
aredridel
aredridel at pld-linux.org
Wed Sep 27 22:32:44 CEST 2006
Author: aredridel Date: Wed Sep 27 20:32:44 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- added, makes extconf.rb look in the right location for cracklib-dicts
---- Files affected:
SOURCES:
ruby-password-dictlocation.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/ruby-password-dictlocation.patch
diff -u /dev/null SOURCES/ruby-password-dictlocation.patch:1.1
--- /dev/null Wed Sep 27 22:32:44 2006
+++ SOURCES/ruby-password-dictlocation.patch Wed Sep 27 22:32:39 2006
@@ -0,0 +1,11 @@
+diff -ur ruby-password-0.5.3-o/extconf.rb ruby-password-0.5.3/extconf.rb
+--- ruby-password-0.5.3-o/extconf.rb 2006-03-02 10:35:06.000000000 -0700
++++ ruby-password-0.5.3/extconf.rb 2006-09-27 14:20:57.000000000 -0600
+@@ -12,6 +12,7 @@
+ /usr/lib/cracklib_dict.pwd
+ /opt/lib/cracklib_dict.pwd
+ /var/cache/cracklib/cracklib_dict.pwd
++ /usr/share/dict/cracklib_dict.pwd
+ )
+
+ if dict = with_config('crack-dict')
================================================================
More information about the pld-cvs-commit
mailing list