Magellan Linux

Annotation of /trunk/proftpd/patches/proftpd-1.3.0a-cracklib.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 265 - (hide annotations) (download)
Wed Jul 11 23:16:10 2007 UTC (16 years, 11 months ago) by niro
File size: 542 byte(s)
- proftpd-1.3.0a-r1

1 niro 265 diff -Naur proftpd-1.3.0a/contrib/ftpasswd proftpd-1.3.0a-magellan/contrib/ftpasswd
2     --- proftpd-1.3.0a/contrib/ftpasswd 2004-10-07 23:17:58.000000000 +0200
3     +++ proftpd-1.3.0a-magellan/contrib/ftpasswd 2007-07-12 00:09:42.000000000 +0200
4     @@ -37,7 +37,7 @@
5     my $default_passwd_file = "./ftpd.passwd";
6     my $default_group_file = "./ftpd.group";
7     my $shell_file = "/etc/shells";
8     -my $default_cracklib_dict = "/usr/lib/cracklib_dict";
9     +my $default_cracklib_dict = "/lib/cracklib_dict";
10     my $cracklib_dict;
11     my $output_file;
12     my $version = "1.1.3";