diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-14 02:44:11 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-14 02:44:11 +0000 |
commit | 536b8bee5237d12f81b73be7411c574295a34417 (patch) | |
tree | 63f4338e893da3a1d46013aa402415e1f7ad12ca /security/pwman | |
parent | 8a187cd6808a196b89023227e510c39fe4359427 (diff) |
Notes
Diffstat (limited to 'security/pwman')
-rw-r--r-- | security/pwman/files/patch-src__convert_pwdb.c (renamed from security/pwman/files/patch-src-convert_pwdb.c) | 4 | ||||
-rw-r--r-- | security/pwman/files/patch-src__pwman.c | 10 | ||||
-rw-r--r-- | security/pwman/files/patch-src__pwman.h (renamed from security/pwman/files/patch-src-pwman.h) | 4 |
3 files changed, 14 insertions, 4 deletions
diff --git a/security/pwman/files/patch-src-convert_pwdb.c b/security/pwman/files/patch-src__convert_pwdb.c index abff8b049211..482d8aba1578 100644 --- a/security/pwman/files/patch-src-convert_pwdb.c +++ b/security/pwman/files/patch-src__convert_pwdb.c @@ -1,5 +1,5 @@ ---- src/convert_pwdb.c.orig Tue Feb 14 12:43:20 2006 -+++ src/convert_pwdb.c Mon Feb 12 06:53:53 2007 +--- ./src/convert_pwdb.c.orig 2006-02-14 11:43:20.000000000 +0000 ++++ ./src/convert_pwdb.c 2010-09-14 02:40:40.027593504 +0000 @@ -186,13 +186,32 @@ write_password_node(xmlNodePtr root, Pw *pw) { diff --git a/security/pwman/files/patch-src__pwman.c b/security/pwman/files/patch-src__pwman.c new file mode 100644 index 000000000000..2b7be677a2d9 --- /dev/null +++ b/security/pwman/files/patch-src__pwman.c @@ -0,0 +1,10 @@ +--- ./src/pwman.c.orig 2010-09-14 02:40:54.339906437 +0000 ++++ ./src/pwman.c 2010-09-14 02:41:09.300167146 +0000 +@@ -169,6 +169,7 @@ + int + main(int argc, char *argv[]) + { ++ setenv("LC_ALL", "C", 1); + pwman_init(argc, argv); + + ui_run(); diff --git a/security/pwman/files/patch-src-pwman.h b/security/pwman/files/patch-src__pwman.h index 8b0cf23c970f..1cc049ec743c 100644 --- a/security/pwman/files/patch-src-pwman.h +++ b/security/pwman/files/patch-src__pwman.h @@ -1,5 +1,5 @@ ---- src/pwman.h.orig Mon Oct 14 18:10:36 2002 -+++ src/pwman.h Sat Oct 8 23:21:23 2005 +--- ./src/pwman.h.orig 2009-08-26 16:18:55.000000000 +0000 ++++ ./src/pwman.h 2010-09-14 02:40:40.029593205 +0000 @@ -26,6 +26,7 @@ #include <string.h> #include <config.h> |