systemd: patch hardcoded "/bin/cat" in systemd-cat#488
Merged
Conversation
Without this patch, systemd-cat doesn't work here: $ echo "hello world" | systemd-cat Failed to execute process: No such file or directory
peti
added a commit
that referenced
this pull request
Apr 25, 2013
systemd: patch hardcoded "/bin/cat" in systemd-cat
notklea
pushed a commit
to notklea/nixpkgs
that referenced
this pull request
Dec 1, 2025
Includes the following commits: * fc9e27796f00f053c17469fb5c5fe87f92f9e6cd chathistory: Add MSGREFTYPES ISUPPORT token (NixOS#510) * f5fc907b99b60691c98423d7606d21d61fe05163 Add a capability for sending arbitrary standard replies. (NixOS#506) * 0511d5645e93ec21cb2d9c4f9efec026698b9250 extensions/webirc.md: correct some typos (NixOS#512) * 6c7683e4dd24593cc7f589f778e0c1c5997a2f24 UTF8ONLY: remove suggestion to disconnect the client (NixOS#502) Standard replies are not an addition and they are already linked from _irc/index.md; we only forgot to add them to `irc_versions.yml` before.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Without this patch, systemd-cat doesn't work here:
$ echo "hello world" | systemd-cat
Failed to execute process: No such file or directory