From 6b1bac2a236e0be200612cd1a4b7b9c757c9765d Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 18 Oct 2021 13:15:55 +0200 Subject: [PATCH] systemd: fix typo in comment --- pkgs/os-specific/linux/systemd/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/os-specific/linux/systemd/default.nix b/pkgs/os-specific/linux/systemd/default.nix index 15985f4d9e50..b99d872f2816 100644 --- a/pkgs/os-specific/linux/systemd/default.nix +++ b/pkgs/os-specific/linux/systemd/default.nix @@ -164,10 +164,11 @@ stdenv.mkDerivation { ./0019-core-respect-install_sysconfdir_samples-in-meson-fil.patch ./0020-login-respect-install_sysconfdir_samples-in-meson-fi.patch - # In v248 or v249 we started to get in trouble due to our /etc/systemd/sytem being - # a symlink and thus being treated differently by systemd. With the below - # patch we mitigate that effect by special casing all our root unit dirs - # if they are symlinks. This does exactly what we need (AFAICT). + # In v248 or v249 we started to get in trouble due to our + # /etc/systemd/system being a symlink and thus being treated differently by + # systemd. With the below patch we mitigate that effect by special casing + # all our root unit dirs if they are symlinks. This does exactly what we + # need (AFAICT). ./0021-core-handle-lookup-paths-being-symlinks.patch # The way files are being tested for being executable changed in v248/v249