systemd: reflow patches
We merged the other PR without reflowing the patches to make reviewing and rebasing easier. Reflow the patches now so that they are consistent again.
This commit is contained in:
+2
-2
@@ -103,7 +103,7 @@ index ae1899593c..20d3071114 100644
|
||||
return log_error_errno(r, "Failed to create /etc/localtime symlink: %m");
|
||||
|
||||
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c
|
||||
index a0052c1c88..cd4a48c9ef 100644
|
||||
index 84e94e845a..8e1f1a6ea2 100644
|
||||
--- a/src/nspawn/nspawn.c
|
||||
+++ b/src/nspawn/nspawn.c
|
||||
@@ -1856,8 +1856,8 @@ int userns_mkdir(const char *root, const char *path, mode_t mode, uid_t uid, gid
|
||||
@@ -118,7 +118,7 @@ index a0052c1c88..cd4a48c9ef 100644
|
||||
|
||||
static bool etc_writable(void) {
|
||||
diff --git a/src/timedate/timedated.c b/src/timedate/timedated.c
|
||||
index 1455830cba..6849ada033 100644
|
||||
index 43cf3fddb9..dc23550500 100644
|
||||
--- a/src/timedate/timedated.c
|
||||
+++ b/src/timedate/timedated.c
|
||||
@@ -268,7 +268,7 @@ static int context_read_data(Context *c) {
|
||||
@@ -237,14 +237,14 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# Use `find . -name "*.patch" | sort` to get an up-to-date listing of all
|
||||
# patches
|
||||
patches = [
|
||||
./0002-Don-t-try-to-unmount-nix-or-nix-store.patch
|
||||
./0007-Change-usr-share-zoneinfo-to-etc-zoneinfo.patch
|
||||
./0009-add-rootprefix-to-lookup-dir-paths.patch
|
||||
./0012-path-util.h-add-placeholder-for-DEFAULT_PATH_NORMAL.patch
|
||||
./0014-core-don-t-taint-on-unmerged-usr.patch
|
||||
./0001-Don-t-try-to-unmount-nix-or-nix-store.patch
|
||||
./0002-Change-usr-share-zoneinfo-to-etc-zoneinfo.patch
|
||||
./0003-add-rootprefix-to-lookup-dir-paths.patch
|
||||
./0004-path-util.h-add-placeholder-for-DEFAULT_PATH_NORMAL.patch
|
||||
./0005-core-don-t-taint-on-unmerged-usr.patch
|
||||
]
|
||||
++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isGnu) [
|
||||
./0018-timesyncd-disable-NSCD-when-DNSSEC-validation-is-dis.patch
|
||||
./0006-timesyncd-disable-NSCD-when-DNSSEC-validation-is-dis.patch
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user