diff options
Diffstat (limited to 'x11/kdelibs2/files/patch-su.cpp')
-rw-r--r-- | x11/kdelibs2/files/patch-su.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kdelibs2/files/patch-su.cpp b/x11/kdelibs2/files/patch-su.cpp index bc5440cb692d..1993ba8dd6b2 100644 --- a/x11/kdelibs2/files/patch-su.cpp +++ b/x11/kdelibs2/files/patch-su.cpp @@ -4,7 +4,7 @@ setTerminal(true); QCStringList args; -+ args+="-"; ++ args+="-m"; if ((m_Scheduler != SchedNormal) || (m_Priority > 50)) args += "root"; else |