diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-06-24 19:50:32 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-06-24 19:50:32 +0200 |
commit | b4359e8bf97799f83dc1ca62744db7cfcc81bc87 (patch) | |
tree | 3346872613490cc467c19e1645d0026c1221bce7 /redhat/tdebase/kdebase-3.5.13-fix_kdesu_kdesudo_argument_compatibility.patch | |
parent | 4cc71d79c5718d59078d06c497a56d7c05b41576 (diff) | |
download | tde-packaging-b4359e8bf97799f83dc1ca62744db7cfcc81bc87.tar.gz tde-packaging-b4359e8bf97799f83dc1ca62744db7cfcc81bc87.zip |
RPM Packaging: rename directories
Diffstat (limited to 'redhat/tdebase/kdebase-3.5.13-fix_kdesu_kdesudo_argument_compatibility.patch')
-rw-r--r-- | redhat/tdebase/kdebase-3.5.13-fix_kdesu_kdesudo_argument_compatibility.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/redhat/tdebase/kdebase-3.5.13-fix_kdesu_kdesudo_argument_compatibility.patch b/redhat/tdebase/kdebase-3.5.13-fix_kdesu_kdesudo_argument_compatibility.patch new file mode 100644 index 000000000..9dd7d7935 --- /dev/null +++ b/redhat/tdebase/kdebase-3.5.13-fix_kdesu_kdesudo_argument_compatibility.patch @@ -0,0 +1,18 @@ +commit 59ee4f6630e6ed6b2712600a88d3ba9ce383620b +Author: Timothy Pearson <kb9vqf@pearsoncomputing.net> +Date: 1339467335 -0500 + + Fix tdesu/tdesudo argument compatibility problem + +diff --git a/kdesu/kdesu/kdesu.cpp b/kdesu/kdesu/kdesu.cpp +index 3511b1f..8ea82fb 100644 +--- a/kdesu/kdesu/kdesu.cpp ++++ b/kdesu/kdesu/kdesu.cpp +@@ -63,6 +63,7 @@ static KCmdLineOptions options[] = { + { "p <prio>", I18N_NOOP("Set priority value: 0 <= prio <= 100, 0 is lowest"), "50" }, + { "r", I18N_NOOP("Use realtime scheduling"), 0 }, + { "nonewdcop", I18N_NOOP("Let command use existing dcopserver"), 0 }, ++ { "comment <comment>", I18N_NOOP("Ignored"), "" }, + { "noignorebutton", I18N_NOOP("Do not display ignore button"), 0 }, + { "i <icon name>", I18N_NOOP("Specify icon to use in the password dialog"), 0}, + { "d", I18N_NOOP("Do not show the command to be run in the dialog"), 0}, |