5aafd1d0db
hplip's udev rule uses `nohup` to attempt to detach its printer configuration script from the udev process. However, this attempt is futile as udev tracks its child processes with cgroups: https://unix.stackexchange.com/a/243648 The hardcoded path to `nohup` was patched to use Nix' `nohup`. This commit alters the patch script so that it simply drops the call to `nohup`. |
||
---|---|---|
.. | ||
3.16.11.nix | ||
3.18.5.nix | ||
default.nix | ||
hplip.state | ||
image-processor.patch |