aboutsummaryrefslogtreecommitdiff
path: root/x11/kdelibs3/files
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-04-21 02:59:27 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-04-21 02:59:27 +0000
commitd063a2e9183a4b9bc8854fd599f258bc83f3ce55 (patch)
tree3455d4d56a6d9c029a186772e6cdd268f597feee /x11/kdelibs3/files
parent178e2ae72e6d868cc0c9b56009a35f35a35afded (diff)
downloadports-d063a2e9183a4b9bc8854fd599f258bc83f3ce55.tar.gz
ports-d063a2e9183a4b9bc8854fd599f258bc83f3ce55.zip
Add a fix for kdesu.
Obtained from: KDE CVS Approved by: portmgr
Notes
Notes: svn path=/head/; revision=107768
Diffstat (limited to 'x11/kdelibs3/files')
-rw-r--r--x11/kdelibs3/files/patch-kdesu-su.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/kdelibs3/files/patch-kdesu-su.cpp b/x11/kdelibs3/files/patch-kdesu-su.cpp
new file mode 100644
index 000000000000..237eac59590b
--- /dev/null
+++ b/x11/kdelibs3/files/patch-kdesu-su.cpp
@@ -0,0 +1,13 @@
+--- kdesu/su.cpp 2004/03/26 23:26:45 1.32.2.2
++++ kdesu/su.cpp 2004/04/13 13:32:27 1.32.2.3
+@@ -78,9 +78,9 @@ int SuProcess::exec(const char *password
+ args += "root";
+ else
+ args += m_User;
+- args += "-";
+ args += "-c";
+ args += QCString(__KDE_BINDIR) + "/kdesu_stub";
++ args += "-";
+
+ QCString command = __PATH_SU;
+ if (::access(__PATH_SU, X_OK) != 0)