aboutsummaryrefslogtreecommitdiff
path: root/x11/kdelibs4/files/patch-kdesu-su.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdelibs4/files/patch-kdesu-su.cpp')
-rw-r--r--x11/kdelibs4/files/patch-kdesu-su.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/kdelibs4/files/patch-kdesu-su.cpp b/x11/kdelibs4/files/patch-kdesu-su.cpp
deleted file mode 100644
index 237eac59590b..000000000000
--- a/x11/kdelibs4/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)