From: Jóhann B. Guðmundsson Date: Wed, 21 Apr 2021 21:09:29 +0000 (+0000) Subject: fix: point to the correct drop-ins subdirectory for confs X-Git-Tag: v249-rc1~363 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb34cce1787259de4cea1430fa017b6bd25bc4c1;p=thirdparty%2Fsystemd.git fix: point to the correct drop-ins subdirectory for confs --- diff --git a/src/core/user.conf.in b/src/core/user.conf.in index d3887e1c876..5f0ca4cb025 100644 --- a/src/core/user.conf.in +++ b/src/core/user.conf.in @@ -7,7 +7,7 @@ # # Entries in this file show the compile time defaults. Local configuration # should be created by either modifying this file, or by creating "drop-ins" in -# the system.conf.d/ subdirectory. The latter is generally recommended. +# the user.conf.d/ subdirectory. The latter is generally recommended. # Defaults can be restored by simply deleting this file and all drop-ins. # # See systemd-user.conf(5) for details. diff --git a/src/coredump/coredump.conf b/src/coredump/coredump.conf index 56c10082452..1f75d48d336 100644 --- a/src/coredump/coredump.conf +++ b/src/coredump/coredump.conf @@ -7,7 +7,7 @@ # # Entries in this file show the compile time defaults. Local configuration # should be created by either modifying this file, or by creating "drop-ins" in -# the system.conf.d/ subdirectory. The latter is generally recommended. +# the coredump.conf.d/ subdirectory. The latter is generally recommended. # Defaults can be restored by simply deleting this file and all drop-ins. # # Use 'systemd-analyze cat-config systemd/coredump.conf' to display the full config. diff --git a/src/home/homed.conf b/src/home/homed.conf index ba854641df7..d3a685e8164 100644 --- a/src/home/homed.conf +++ b/src/home/homed.conf @@ -7,7 +7,7 @@ # # Entries in this file show the compile time defaults. Local configuration # should be created by either modifying this file, or by creating "drop-ins" in -# the system.conf.d/ subdirectory. The latter is generally recommended. +# the homed.conf.d/ subdirectory. The latter is generally recommended. # Defaults can be restored by simply deleting this file and all drop-ins. # # Use 'systemd-analyze cat-config systemd/homed.conf' to display the full config. diff --git a/src/journal-remote/journal-remote.conf.in b/src/journal-remote/journal-remote.conf.in index 1e4c3b9710f..4c1b78ebc17 100644 --- a/src/journal-remote/journal-remote.conf.in +++ b/src/journal-remote/journal-remote.conf.in @@ -7,7 +7,7 @@ # # Entries in this file show the compile time defaults. Local configuration # should be created by either modifying this file, or by creating "drop-ins" in -# the system.conf.d/ subdirectory. The latter is generally recommended. +# the journal-remote.conf.d/ subdirectory. The latter is generally recommended. # Defaults can be restored by simply deleting this file and all drop-ins. # # See journal-remote.conf(5) for details. diff --git a/src/journal-remote/journal-upload.conf.in b/src/journal-remote/journal-upload.conf.in index 7d2bdc75018..29b623bdfa4 100644 --- a/src/journal-remote/journal-upload.conf.in +++ b/src/journal-remote/journal-upload.conf.in @@ -7,7 +7,7 @@ # # Entries in this file show the compile time defaults. Local configuration # should be created by either modifying this file, or by creating "drop-ins" in -# the system.conf.d/ subdirectory. The latter is generally recommended. +# the journal-upload.conf.d/ subdirectory. The latter is generally recommended. # Defaults can be restored by simply deleting this file and all drop-ins. # # See journal-upload.conf(5) for details. diff --git a/src/journal/journald.conf b/src/journal/journald.conf index 18d6b30773b..5a60a9d39c5 100644 --- a/src/journal/journald.conf +++ b/src/journal/journald.conf @@ -7,7 +7,7 @@ # # Entries in this file show the compile time defaults. Local configuration # should be created by either modifying this file, or by creating "drop-ins" in -# the system.conf.d/ subdirectory. The latter is generally recommended. +# the journald.conf.d/ subdirectory. The latter is generally recommended. # Defaults can be restored by simply deleting this file and all drop-ins. # # Use 'systemd-analyze cat-config systemd/journald.conf' to display the full config. diff --git a/src/login/logind.conf.in b/src/login/logind.conf.in index 76f529c176b..564868e7ae6 100644 --- a/src/login/logind.conf.in +++ b/src/login/logind.conf.in @@ -7,7 +7,7 @@ # # Entries in this file show the compile time defaults. Local configuration # should be created by either modifying this file, or by creating "drop-ins" in -# the system.conf.d/ subdirectory. The latter is generally recommended. +# the logind.conf.d/ subdirectory. The latter is generally recommended. # Defaults can be restored by simply deleting this file and all drop-ins. # # Use 'systemd-analyze cat-config systemd/logind.conf' to display the full config. diff --git a/src/network/networkd.conf b/src/network/networkd.conf index 76f9f8454f8..38dc9f1f79d 100644 --- a/src/network/networkd.conf +++ b/src/network/networkd.conf @@ -7,7 +7,7 @@ # # Entries in this file show the compile time defaults. Local configuration # should be created by either modifying this file, or by creating "drop-ins" in -# the system.conf.d/ subdirectory. The latter is generally recommended. +# the networkd.conf.d/ subdirectory. The latter is generally recommended. # Defaults can be restored by simply deleting this file and all drop-ins. # # See networkd.conf(5) for details. diff --git a/src/oom/oomd.conf b/src/oom/oomd.conf index d1dca0d64d1..b3a457f8877 100644 --- a/src/oom/oomd.conf +++ b/src/oom/oomd.conf @@ -7,7 +7,7 @@ # # Entries in this file show the compile time defaults. Local configuration # should be created by either modifying this file, or by creating "drop-ins" in -# the system.conf.d/ subdirectory. The latter is generally recommended. +# the oomd.conf.d/ subdirectory. The latter is generally recommended. # Defaults can be restored by simply deleting this file and all drop-ins. # # Use 'systemd-analyze cat-config systemd/oomd.conf' to display the full config. diff --git a/src/pstore/pstore.conf b/src/pstore/pstore.conf index 7b7b1e84932..68fb04ae0a0 100644 --- a/src/pstore/pstore.conf +++ b/src/pstore/pstore.conf @@ -7,7 +7,7 @@ # # Entries in this file show the compile time defaults. Local configuration # should be created by either modifying this file, or by creating "drop-ins" in -# the system.conf.d/ subdirectory. The latter is generally recommended. +# the pstore.conf.d/ subdirectory. The latter is generally recommended. # Defaults can be restored by simply deleting this file and all drop-ins. # # See pstore.conf(5) for details. diff --git a/src/resolve/resolved.conf.in b/src/resolve/resolved.conf.in index 874bd2b6ee5..0ef77fc6e7a 100644 --- a/src/resolve/resolved.conf.in +++ b/src/resolve/resolved.conf.in @@ -7,7 +7,7 @@ # # Entries in this file show the compile time defaults. Local configuration # should be created by either modifying this file, or by creating "drop-ins" in -# the system.conf.d/ subdirectory. The latter is generally recommended. +# the resolved.conf.d/ subdirectory. The latter is generally recommended. # Defaults can be restored by simply deleting this file and all drop-ins. # # Use 'systemd-analyze cat-config systemd/resolved.conf' to display the full config. diff --git a/src/sleep/sleep.conf b/src/sleep/sleep.conf index 7c04072d42d..174f5ea3e8b 100644 --- a/src/sleep/sleep.conf +++ b/src/sleep/sleep.conf @@ -7,7 +7,7 @@ # # Entries in this file show the compile time defaults. Local configuration # should be created by either modifying this file, or by creating "drop-ins" in -# the system.conf.d/ subdirectory. The latter is generally recommended. +# the sleep.conf.d/ subdirectory. The latter is generally recommended. # Defaults can be restored by simply deleting this file and all drop-ins. # # See systemd-sleep.conf(5) for details. diff --git a/src/timesync/timesyncd.conf.in b/src/timesync/timesyncd.conf.in index 8a9a14cf0c7..8a2c33e17cd 100644 --- a/src/timesync/timesyncd.conf.in +++ b/src/timesync/timesyncd.conf.in @@ -7,7 +7,7 @@ # # Entries in this file show the compile time defaults. Local configuration # should be created by either modifying this file, or by creating "drop-ins" in -# the system.conf.d/ subdirectory. The latter is generally recommended. +# the timesyncd.conf.d/ subdirectory. The latter is generally recommended. # Defaults can be restored by simply deleting this file and all drop-ins. # # See timesyncd.conf(5) for details.