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

commit 762359d4f4ea3e9a269e8c23d737598f2197a781
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Wed Sep 1 14:15:53 2010 +0200

syncpkgd: fix typo in Syncpkgd::setuid()

diff --git a/syncpkgd/syncpkgd.py b/syncpkgd/syncpkgd.py
index a8fcf3b..4ae9ea6 100644
--- a/syncpkgd/syncpkgd.py
+++ b/syncpkgd/syncpkgd.py
@@ -257,7 +257,7 @@ class Syncpkgd:
actions.save()
return

-       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