summaryrefslogtreecommitdiff
path: root/x11/kdelibs3/files/patch-kdesu-su.cpp
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-06-09 16:58:30 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-06-09 16:58:30 +0000
commit9774b282738ac937305fa2209b7ad1e372abe715 (patch)
treee5e37e7a03f81167570fc8abd2d5e64828d8163a /x11/kdelibs3/files/patch-kdesu-su.cpp
parentUpdate to 1.2.1. (diff)
Update to version 3.2.3
Notes
Notes: svn path=/head/; revision=111165
Diffstat (limited to 'x11/kdelibs3/files/patch-kdesu-su.cpp')
-rw-r--r--x11/kdelibs3/files/patch-kdesu-su.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/kdelibs3/files/patch-kdesu-su.cpp b/x11/kdelibs3/files/patch-kdesu-su.cpp
deleted file mode 100644
index 237eac59590b..000000000000
--- a/x11/kdelibs3/files/patch-kdesu-su.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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)