Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37568434
en ru br
Репозитории ALT
S:0.17-alt5.1
4.1: 0.17-alt2
4.0: 0.17-ipl9mdk
3.0: 0.17-ipl9mdk
www.altlinux.org/Changes

Группа :: Сети/Удалённый доступ
Пакет: rsh

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

Патч: netkit-rsh-0.17-rexec-sig.patch
Скачать


--- netkit-rsh-0.17/rexec/rexec.c.rexec-sig	2004-11-17 16:51:37.000000000 +0100
+++ netkit-rsh-0.17/rexec/rexec.c	2004-11-17 17:17:12.844628352 +0100
@@ -434,10 +434,10 @@
     break;
   default:
     if ( sigaction(sig, NULL, &action) < 0 )
-    {
-      perror(progname);
-      exit(1);
-    }
+	    /* in the signal(7) you can found "...except SIGKILL and SIGSTOP",
+	     * but we detect problems with more signals...
+	     */
+	    return;
     if ( action.sa_handler != SIG_IGN )
     {
       action.sa_handler = handler;
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin