Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37840751
en ru br
Репозитории ALT
5.1: 3.5.10-alt4
4.1: 3.5.10-alt2.M41.1
4.0: 3.5.9-alt0.M40.1
3.0: 3.4.1-alt4
+backports:3.5.6-alt2.0.M30
www.altlinux.org/Changes

Группа :: Графические оболочки/KDE
Пакет: kdenetwork

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: kppp-3.5.0-fix-crtscts-option.patch
Скачать


--- kdenetwork-3.5.0/kppp/connect.cpp~	2005-09-10 12:20:37 +0400
+++ kdenetwork-3.5.0/kppp/connect.cpp	2005-12-07 16:35:25 +0300
@@ -1277,8 +1277,7 @@ bool ConnectWidget::execppp() {
   // after someone changed the code to use i18n'ed config values
   QString flowCtrl = gpppdata.flowcontrol();
   if(flowCtrl != "None" && flowCtrl != i18n("None")) {
-    if(flowCtrl == "CRTSCTS" || flowCtrl == "Hardware [CRTSCTS]" ||
-       flowCtrl == i18n("Hardware [CRTSCTS]"))
+    if( flowCtrl.find("CRTSCTS") >= 0 )
       command += " crtscts";
     else
       command += " xonxoff";
--- kdenetwork-3.5.7/kppp/modem.cpp~	2006-01-19 19:43:10 +0300
+++ kdenetwork-3.5.7/kppp/modem.cpp	2007-09-25 15:54:26 +0400
@@ -185,7 +185,7 @@ bool Modem::opentty() {
   // after someone changed the code to use i18n'ed config values
   QString flowCtrl = gpppdata.flowcontrol();
   if(flowCtrl != "None" && flowCtrl != i18n("None")) {
-    if(flowCtrl == "CRTSCTS" || flowCtrl == i18n("Hardware [CRTSCTS]")) {
+    if( flowCtrl.find("CRTSCTS") >= 0 ) {
       tty.c_cflag |= CRTSCTS;
     }
     else {
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin