]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
fix: point to the correct drop-ins subdirectory for confs
authorJóhann B. Guðmundsson <johannbg@gmail.com>
Wed, 21 Apr 2021 21:09:29 +0000 (21:09 +0000)
committerLennart Poettering <lennart@poettering.net>
Thu, 22 Apr 2021 07:36:14 +0000 (09:36 +0200)
13 files changed:
src/core/user.conf.in
src/coredump/coredump.conf
src/home/homed.conf
src/journal-remote/journal-remote.conf.in
src/journal-remote/journal-upload.conf.in
src/journal/journald.conf
src/login/logind.conf.in
src/network/networkd.conf
src/oom/oomd.conf
src/pstore/pstore.conf
src/resolve/resolved.conf.in
src/sleep/sleep.conf
src/timesync/timesyncd.conf.in

index d3887e1c876be4ff0b1f886a8a9fd2b7849f1fb6..5f0ca4cb0256fd6684aa621388b821701c066078 100644 (file)
@@ -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.
index 56c100824524185386bc7c40de63286e06e309d8..1f75d48d336f9084e053ce95f1d3e6b28df1cf60 100644 (file)
@@ -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.
index ba854641df78f5b3e6d50ebcd6be07ece3fead1d..d3a685e81649fb96491c99a85af8942b43f9cc16 100644 (file)
@@ -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.
index 1e4c3b9710fe0027e0c09cb0ec51edb1acf109a9..4c1b78ebc17311da70d02239d39daf56e86e264e 100644 (file)
@@ -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.
index 7d2bdc75018f2bf4da84827e0bbabd81e2e98652..29b623bdfa4d79321ea008f6f9cbf2045bdad115 100644 (file)
@@ -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.
index 18d6b30773bad40962631dc8b50c727ff01382f6..5a60a9d39c59f4db643cbaf2c028d260e85c0455 100644 (file)
@@ -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.
index 76f529c176be017003b5961b50340e208a69d0a8..564868e7ae61bc1d5cc79cdd8862e914b52045e7 100644 (file)
@@ -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.
index 76f9f8454f8ac4e2d918c1fb72535c1948a2a424..38dc9f1f79d9396386f9862358ac6c1d51e72ae4 100644 (file)
@@ -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.
index d1dca0d64d15f60c3f63f54e4ddc6e5d184c9f70..b3a457f887738c009ea3ea4166cadcad749fd624 100644 (file)
@@ -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.
index 7b7b1e84932f78abb21ca29ece55b7e2a7cd8188..68fb04ae0a0c696081c57465dc317207a12e6028 100644 (file)
@@ -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.
index 874bd2b6ee525e8052aaa3eff5b56d8271ed3596..0ef77fc6e7a72631e58dec1a90338d119b479b43 100644 (file)
@@ -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.
index 7c04072d42d2f8f66db968fa153f973b6e767f8d..174f5ea3e8b0b01c8d013aa4f508fd895c0c4a45 100644 (file)
@@ -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.
index 8a9a14cf0c7d6941bcc11e58e3d5161fdb2e6c44..8a2c33e17cd4e876ecec3af0f50f06cc2d867301 100644 (file)
@@ -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.