Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=116fa27cd07b0a31f0380138921012942675e5f7

commit 116fa27cd07b0a31f0380138921012942675e5f7
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Sun Mar 8 19:53:38 2009 +0100

syncpkgcd: fix typo in setuid()

diff --git a/syncpkgd/syncpkgcd.py b/syncpkgd/syncpkgcd.py
index 0171017..7609edb 100644
--- a/syncpkgd/syncpkgcd.py
+++ b/syncpkgd/syncpkgcd.py
@@ -78,7 +78,7 @@ class Syncpkgcd:
except Exception:
self.log_exception()

-       def setuid():
+       def setuid(self):
if os.getuid() == 0 and self.options.uid:
try:
os.setuid(int(self.options.uid))
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to