[yum-cvs] yum-updatesd-helper
Jeremy Katz
katzj at linux.duke.edu
Mon Nov 26 19:31:39 UTC 2007
yum-updatesd-helper | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ae7f1cccc3718e7f7259b6e4bb8558db29ad2d8f
Author: Jeremy Katz <katzj at redhat.com>
Date: Mon Nov 26 14:31:23 2007 -0500
fix path (Florian Laroche)
diff --git a/yum-updatesd-helper b/yum-updatesd-helper
index 22b658c..0507a42 100755
--- a/yum-updatesd-helper
+++ b/yum-updatesd-helper
@@ -173,7 +173,7 @@ Your Computer
msg['Date'] = rfc822.formatdate()
if self.sendmail:
- p = subprocess.Popen("/usr/bin/sendmail", stdin=subprocess.PIPE)
+ p = subprocess.Popen("/usr/sbin/sendmail", stdin=subprocess.PIPE)
p.stdin.write(str(msg))
p.communicate()
else:
More information about the Yum-cvs-commits
mailing list