[systemd-commits] 2 commits - TODO units/debian units/fedora

Lennart Poettering lennart at kemper.freedesktop.org
Mon Oct 25 15:02:00 PDT 2010


 TODO                                   |    2 ++
 units/debian/umountfs.service          |    1 -
 units/debian/umountnfs.service         |    1 -
 units/debian/umountroot.service        |    1 -
 units/fedora/plymouth-halt.service     |    2 +-
 units/fedora/plymouth-poweroff.service |    2 +-
 units/fedora/plymouth-reboot.service   |    2 +-
 7 files changed, 5 insertions(+), 6 deletions(-)

New commits:
commit d9be8f8f323a0e3ee61f9bd1322ed12d80479259
Author: Lennart Poettering <lennart at poettering.net>
Date:   Tue Oct 26 00:01:52 2010 +0200

    update fixme

diff --git a/TODO b/TODO
index 4e838e8..9a7ee43 100644
--- a/TODO
+++ b/TODO
@@ -80,6 +80,8 @@
 
 * add seperate man page for [Install] settings
 
+* make sure swap.target doesn't pull in partitions multiple times
+
 External:
 
 * patch kernel to add /proc/swaps change notifications

commit 5b40d54851da5934a0c819b35d6d5338039ee923
Author: Franz Dietrich <enaut.w at googlemail.com>
Date:   Wed Oct 20 13:11:27 2010 +0200

    units: Remove the distro specific references to killall.service.
    
    Maybe debian and fedora still have the killall.service but usually it shouldn't be necessary anymore.

diff --git a/units/debian/umountfs.service b/units/debian/umountfs.service
index 804db88..1ae5857 100644
--- a/units/debian/umountfs.service
+++ b/units/debian/umountfs.service
@@ -8,7 +8,6 @@
 [Unit]
 Description=Turn off swap and umount all local file systems
 DefaultDependencies=no
-After=killall.service
 Before=reboot.service poweroff.service halt.service umountroot.service
 
 [Service]
diff --git a/units/debian/umountnfs.service b/units/debian/umountnfs.service
index 598c3d4..32f32d1 100644
--- a/units/debian/umountnfs.service
+++ b/units/debian/umountnfs.service
@@ -8,7 +8,6 @@
 [Unit]
 Description=Umount all network file systems
 DefaultDependencies=no
-After=killall.service
 Before=reboot.service poweroff.service halt.service umountfs.service
 
 [Service]
diff --git a/units/debian/umountroot.service b/units/debian/umountroot.service
index 5d11602..4e0b87d 100644
--- a/units/debian/umountroot.service
+++ b/units/debian/umountroot.service
@@ -8,7 +8,6 @@
 [Unit]
 Description=Mount the root file system read-only
 DefaultDependencies=no
-After=killall.service
 Before=reboot.service poweroff.service halt.service
 
 [Service]
diff --git a/units/fedora/plymouth-halt.service b/units/fedora/plymouth-halt.service
index 69a9197..e027629 100644
--- a/units/fedora/plymouth-halt.service
+++ b/units/fedora/plymouth-halt.service
@@ -8,7 +8,7 @@
 [Unit]
 Description=Show Plymouth Halt Screen
 After=getty at tty1.service prefdm.service
-Before=killall.service halt.service
+Before=halt.service
 DefaultDependencies=no
 
 [Service]
diff --git a/units/fedora/plymouth-poweroff.service b/units/fedora/plymouth-poweroff.service
index be699ba..fb6f9ae 100644
--- a/units/fedora/plymouth-poweroff.service
+++ b/units/fedora/plymouth-poweroff.service
@@ -8,7 +8,7 @@
 [Unit]
 Description=Show Plymouth Power Off Screen
 After=getty at tty1.service prefdm.service
-Before=killall.service poweroff.service
+Before=poweroff.service
 DefaultDependencies=no
 
 [Service]
diff --git a/units/fedora/plymouth-reboot.service b/units/fedora/plymouth-reboot.service
index 5d252ad..e73de40 100644
--- a/units/fedora/plymouth-reboot.service
+++ b/units/fedora/plymouth-reboot.service
@@ -8,7 +8,7 @@
 [Unit]
 Description=Show Plymouth Reboot Screen
 After=getty at tty1.service prefdm.service
-Before=killall.service reboot.service
+Before=reboot.service
 DefaultDependencies=no
 
 [Service]



More information about the systemd-commits mailing list