https://bugzilla.mindrot.org/show_bug.cgi?id=1424
Salvador Fandi�o <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #13 from Salvador Fandi�o <[email protected]> 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._______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs