-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the Fedora rawhide patch to match the updated comment line
from systemd/systemd@2c06e40.
- Loading branch information
Showing
2 changed files
with
41 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# | ||
# Avoid any default dependencies for targets that will be used. | ||
# | ||
--- /usr/lib/systemd/system/sysinit.target 2022-10-01 17:05:55.000000000 +0000 | ||
+++ /usr/lib/systemd/system/sysinit.target 2022-10-03 07:13:08.576478939 +0000 | ||
@@ -11,7 +11,7 @@ | ||
Description=System Initialization | ||
Documentation=man:systemd.special(7) | ||
|
||
-Wants=local-fs.target swap.target | ||
+### Wants=local-fs.target swap.target | ||
After=local-fs.target swap.target | ||
Conflicts=emergency.service emergency.target | ||
Before=emergency.service emergency.target | ||
--- /usr/lib/systemd/system/basic.target 2016-05-30 04:23:03.000000000 +0000 | ||
+++ /usr/lib/systemd/system/basic.target 2018-10-21 06:23:01.878251807 +0000 | ||
@@ -9,7 +9,7 @@ | ||
Description=Basic System | ||
Documentation=man:systemd.special(7) | ||
Requires=sysinit.target | ||
-Wants=sockets.target timers.target paths.target slices.target | ||
+### Wants=sockets.target timers.target paths.target slices.target | ||
After=sysinit.target sockets.target paths.target slices.target tmp.mount | ||
|
||
# We support /var, /tmp, /var/tmp, being on NFS, but we don't pull in | ||
# | ||
# Workaround 1390191 in read-only container. | ||
# | ||
--- /usr/lib/tmpfiles.d/etc.conf 2024-11-27 00:00:00.000000000 +0000 | ||
+++ /usr/lib/tmpfiles.d/etc.conf 2024-11-29 08:37:36.387993347 +0000 | ||
@@ -8,7 +8,7 @@ | ||
# See tmpfiles.d(5) for details. | ||
|
||
L /etc/os-release - - - - ../usr/lib/os-release | ||
-L+ /etc/mtab - - - - ../proc/self/mounts | ||
+L /etc/mtab - - - - ../proc/self/mounts | ||
C! /etc/locale.conf - - - - | ||
C! /etc/nsswitch.conf - - - - | ||
C! /etc/vconsole.conf - - - - |