chiark / gitweb /
fix lingering references to /var/lib/{backlight,random-seed}
authorDave Reisner <dreisner@archlinux.org>
Wed, 2 Oct 2013 11:46:24 +0000 (07:46 -0400)
committerDave Reisner <dreisner@archlinux.org>
Wed, 2 Oct 2013 11:51:06 +0000 (07:51 -0400)
This should have been part of ef5bfcf668e6029faa78534dfe.

man/systemd-backlight@.service.xml
man/systemd-random-seed.service.xml
units/systemd-backlight@.service.in

index 2b73625e91ae19bf7c1358521bbb92354b8fb6d5..4318964dcaf9ff39f2eb93cb7e597432cf8c5afa 100644 (file)
@@ -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
                 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>
                 default, only firmware backlight devices are
                 saved/restored.</para>
         </refsect1>
index 8cd14b74cb67448cc887916a9c200f5102776596..e5cd03719f33a5b8e64e4abcfa0ae0765ac55266 100644 (file)
@@ -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
                 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>
         </refsect1>
 
         <refsect1>
index b0e75db39e4f3c8a4234241660eedb8e6abe1ff7..5caa5d531f4362d137123a70f486ba707513ecb7 100644 (file)
@@ -9,7 +9,7 @@
 Description=Load/Save Screen Backlight Brightness of %I
 Documentation=man:systemd-backlight@.service(8)
 DefaultDependencies=no
 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
 Conflicts=shutdown.target
 After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-remount-fs.service
 Before=sysinit.target shutdown.target