rpms/hplip/devel hplip-guest.patch,NONE,1.1 hplip.spec,1.91,1.92

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Aug 21 16:41:59 UTC 2006


Author: twaugh

Update of /cvs/dist/rpms/hplip/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12855

Modified Files:
	hplip.spec 
Added Files:
	hplip-guest.patch 
Log Message:
* Mon Aug 21 2006 Tim Waugh <twaugh at redhat.com> 1.6.7-3
- Don't look up username in PWDB in the fax backend (removed redundant code).


hplip-guest.patch:
 hpfax.py |    3 ---
 1 files changed, 3 deletions(-)

--- NEW FILE hplip-guest.patch ---
--- hplip-1.6.7/fax/backend/hpfax.py.guest	2006-08-21 17:35:34.000000000 +0100
+++ hplip-1.6.7/fax/backend/hpfax.py	2006-08-21 17:38:48.000000000 +0100
@@ -188,9 +188,6 @@
     except IndexError:
         input_fd = 0
         
-    pdb = pwd.getpwnam(username)
-    home_folder, uid, gid = pdb[5], pdb[2], pdb[3]
-    
     sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
     try:
         sock.connect((prop.hpssd_host, prop.hpssd_port))






More information about the fedora-cvs-commits mailing list