coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

Make kill command more UNIX like

Open willir opened this issue 8 years ago • 2 comments

Add support for the following syntax:

  1. -SIG_NUM
  2. -SIG_NAME
  3. -s SIG_NAME
  4. -l
  5. -l SIG_NUM ...
  6. -l SIG_NAME ...

willir avatar May 21 '17 09:05 willir

Making a note that before merge, I want to finish signals support in Redox. Also, this will need to build on Redox, and I do not believe the nix crate will compile for Redox.

jackpot51 avatar Jul 23 '17 20:07 jackpot51

@jackpot51, well nix is for all Unix except redox

I mean there is a condition for nix dependency in Cargo.toml:

[target.'cfg(all(unix, not(target_os = "redox")))'.dependencies]
nix = ">=0.8"

Maybe there is a better way to specify such dependency though.

willir avatar Jul 23 '17 22:07 willir

Redox moved to GitLab years ago, thus if you still want to merge it, move this pull request to there.

If you still want to contribute to Redox, talk with us in the Matrix chat.

hardBSDk avatar Mar 08 '23 03:03 hardBSDk