diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-10-09 23:19:50 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-10-10 01:03:34 -0400 |
commit | c1511618853db61acd458f9f2a9cda0f08fe7cfd (patch) | |
tree | 7005223c5340f724a6966a8e95fe379216f5befc /net-fs | |
parent | dev-ruby/rspec-core: Mark ~ppc64 (bug #562452). (diff) | |
download | gentoo-c1511618853db61acd458f9f2a9cda0f08fe7cfd.tar.gz gentoo-c1511618853db61acd458f9f2a9cda0f08fe7cfd.tar.bz2 gentoo-c1511618853db61acd458f9f2a9cda0f08fe7cfd.zip |
fix various encoding corruption
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/cifs-utils/files/cifs-utils-6.1-hardcoded-path.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/cifs-utils/files/cifs-utils-6.1-hardcoded-path.patch b/net-fs/cifs-utils/files/cifs-utils-6.1-hardcoded-path.patch index c2e2ea21d81e..2c2067fa1f92 100644 --- a/net-fs/cifs-utils/files/cifs-utils-6.1-hardcoded-path.patch +++ b/net-fs/cifs-utils/files/cifs-utils-6.1-hardcoded-path.patch @@ -12,7 +12,7 @@ to be in ${PATH} and popen() passes the command to shell, just pass 'systemd-ask-password' and let the shell find it. Fixes: https://bugzilla.samba.org/show_bug.cgi?id=10054 -Signed-off-by: MichaÅ Górny <mgorny@gentoo.org> +Signed-off-by: Michał Górny <mgorny@gentoo.org> --- mount.cifs.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) |