rpms/smb4k/F-11 smb4k-0.10.4-sudo.patch,NONE,1.1

Marcin Garski mgarski at fedoraproject.org
Sat Oct 24 10:58:10 UTC 2009


Author: mgarski

Update of /cvs/pkgs/rpms/smb4k/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20757

Added Files:
	smb4k-0.10.4-sudo.patch 
Log Message:
- Update to 0.10.4
- Proper update of sudoers (#527401)
- Add kdesu to Requires (#499720)


smb4k-0.10.4-sudo.patch:
 smb4k_sudowriter.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE smb4k-0.10.4-sudo.patch ---
--- smb4k-0.10.4/utilities/smb4k_sudowriter.cpp.orig	2009-10-01 16:57:54.000000000 +0200
+++ smb4k-0.10.4/utilities/smb4k_sudowriter.cpp	2009-10-24 12:09:10.216653926 +0200
@@ -527,7 +527,7 @@
       contents.append( "# Entries for Smb4K users." );
       contents.append( "# Generated by Smb4K. Please do not modify!" );
       contents.append( "User_Alias\tSMB4KUSERS = "+QString( "%1" ).arg( adduser.join( "," ) ) );
-      contents.append( "Defaults:SMB4KUSERS\tenv_keep += \"PASSWD USER\"" );
+      contents.append( "Defaults:SMB4KUSERS\tenv_keep += \"PASSWD USER\", !requiretty" );
       contents.append( "SMB4KUSERS\t"+hostname+" = NOPASSWD: "
                        +KGlobal::dirs()->findResource( "exe", "smb4k_kill" ) );
       contents.append( "SMB4KUSERS\t"+hostname+" = NOPASSWD: "




More information about the scm-commits mailing list