aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2013-10-02 07:46:24 -0400
committerMichał Górny <mgorny@gentoo.org>2013-10-08 22:46:24 +0200
commitc6d23ca828911f10afad40ab84d0ac71c9100074 (patch)
tree6f451b783350af1f9a526e2eac53148d24bbffc5
parentacpi: make sure we never free an uninitialized pointer (diff)
downloadsystemd-gentoo-208.tar.gz
systemd-gentoo-208.tar.bz2
systemd-gentoo-208.zip
fix lingering references to /var/lib/{backlight,random-seed}gentoo-208
This should have been part of ef5bfcf668e6029faa78534dfe.
-rw-r--r--man/systemd-backlight@.service.xml2
-rw-r--r--man/systemd-random-seed.service.xml2
-rw-r--r--units/systemd-backlight@.service.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd-backlight@.service.xml b/man/systemd-backlight@.service.xml
index 2b73625e9..4318964dc 100644
--- a/man/systemd-backlight@.service.xml
+++ b/man/systemd-backlight@.service.xml
@@ -58,7 +58,7 @@
is a service that restores the display backlight
brightness at early-boot and saves it at shutdown. On
disk, the backlight brightness is stored in
- <filename>/var/lib/backlight/</filename>. Note that by
+ <filename>/var/lib/systemd/backlight/</filename>. Note that by
default, only firmware backlight devices are
saved/restored.</para>
</refsect1>
diff --git a/man/systemd-random-seed.service.xml b/man/systemd-random-seed.service.xml
index 8cd14b74c..e5cd03719 100644
--- a/man/systemd-random-seed.service.xml
+++ b/man/systemd-random-seed.service.xml
@@ -61,7 +61,7 @@
for details. Saving/restoring the random seed across
boots increases the amount of available entropy early
at boot. On disk the random seed is stored in
- <filename>/var/lib/random-seed</filename>.</para>
+ <filename>/var/lib/systemd/random-seed</filename>.</para>
</refsect1>
<refsect1>
diff --git a/units/systemd-backlight@.service.in b/units/systemd-backlight@.service.in
index b0e75db39..5caa5d531 100644
--- a/units/systemd-backlight@.service.in
+++ b/units/systemd-backlight@.service.in
@@ -9,7 +9,7 @@
Description=Load/Save Screen Backlight Brightness of %I
Documentation=man:systemd-backlight@.service(8)
DefaultDependencies=no
-RequiresMountsFor=/var/lib/backlight
+RequiresMountsFor=/var/lib/systemd/backlight
Conflicts=shutdown.target
After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-remount-fs.service
Before=sysinit.target shutdown.target