summaryrefslogtreecommitdiff
path: root/units/meson.build
diff options
context:
space:
mode:
authorMario Limonciello <mario.limonciello@dell.com>2018-03-28 11:00:06 -0500
committerMario Limonciello <mario.limonciello@dell.com>2018-03-28 15:11:10 -0500
commite68c79db912f8ea7ae6614113d15c81aa8866601 (patch)
tree97db92d5b8a071575af152cc4b0407dade5430c5 /units/meson.build
parent9d9dd746d461e4524fb3644b20b8138448d666f2 (diff)
downloadsystemd-e68c79db912f8ea7ae6614113d15c81aa8866601.tar.gz
Rename suspend-to-hibernate to suspend-then-hibernate
Per some discussion with Gnome folks, they would prefer this name as it's more descriptive of what's happening.
Diffstat (limited to 'units/meson.build')
-rw-r--r--units/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/units/meson.build b/units/meson.build
index 7977d07690..344c7d235e 100644
--- a/units/meson.build
+++ b/units/meson.build
@@ -36,7 +36,7 @@ units = [
['halt.target', ''],
['hibernate.target', 'ENABLE_HIBERNATE'],
['hybrid-sleep.target', 'ENABLE_HIBERNATE'],
- ['suspend-to-hibernate.target', 'ENABLE_HIBERNATE'],
+ ['suspend-then-hibernate.target', 'ENABLE_HIBERNATE'],
['initrd-fs.target', ''],
['initrd-root-device.target', ''],
['initrd-root-fs.target', ''],
@@ -156,7 +156,7 @@ in_units = [
['systemd-hibernate-resume@.service', 'ENABLE_HIBERNATE'],
['systemd-hibernate.service', 'ENABLE_HIBERNATE'],
['systemd-hybrid-sleep.service', 'ENABLE_HIBERNATE'],
- ['systemd-suspend-to-hibernate.service', 'ENABLE_HIBERNATE'],
+ ['systemd-suspend-then-hibernate.service', 'ENABLE_HIBERNATE'],
['systemd-hostnamed.service', 'ENABLE_HOSTNAMED',
'dbus-org.freedesktop.hostname1.service'],
['systemd-hwdb-update.service', 'ENABLE_HWDB',