[Bug 1424] Cannot signal a process over a channel (rfc 4254, section 6.9)

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Tue Oct 20 06:19:17 EST 2009


https://bugzilla.mindrot.org/show_bug.cgi?id=1424

Salvador Fandiño <sfandino at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sfandino at yahoo.com

--- Comment #13 from Salvador Fandiño <sfandino at yahoo.com> 2009-10-20 06:19:15 EST ---
The silly perl script that tells about the received signals...

$ cat tellsignal.pl 
#!/usr/bin/perl

for my $name (grep /^[A-Z]+$/, keys %SIG) {
    $SIG{$name} = sub { warn "signal $name received\n" };
}

while (1) {
    sleep 1;
}

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list