]> git.ipfire.org Git - thirdparty/systemd.git/commit - Makefile.am
units: rename halt/hibernate/kexec/poweroff/reboot/suspend to systed-xxx
authorLennart Poettering <lennart@poettering.net>
Mon, 25 Jun 2012 12:24:56 +0000 (14:24 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 25 Jun 2012 12:28:50 +0000 (14:28 +0200)
commit0e0320e04500d1e68630b3973714f14cfb7b3450
tree3539fd7fb20ee672bbf6f096b74a6def5c5df7b0
parent93a1d735aca5584a005d851f12cb0b8c7bb5e5ca
units: rename halt/hibernate/kexec/poweroff/reboot/suspend to systed-xxx

These service units also execute our own code, hence rename the
accordingly and prefix them with systemd-
23 files changed:
Makefile.am
man/bootup.xml
man/systemd.special.xml
units/.gitignore
units/halt.target
units/hibernate.target
units/kexec.target
units/poweroff.target
units/reboot.target
units/suspend.target
units/systemd-halt.service.in [moved from units/halt.service.in with 100% similarity]
units/systemd-hibernate.service.in [moved from units/hibernate.service.in with 100% similarity]
units/systemd-kexec.service.in [moved from units/kexec.service.in with 100% similarity]
units/systemd-poweroff.service.in [moved from units/poweroff.service.in with 100% similarity]
units/systemd-random-seed-load.service.in
units/systemd-random-seed-save.service.in
units/systemd-reboot.service.in [moved from units/reboot.service.in with 100% similarity]
units/systemd-suspend.service.in [moved from units/suspend.service.in with 100% similarity]
units/systemd-update-utmp-runlevel.service.in
units/systemd-update-utmp-shutdown.service.in
units/user/.gitignore
units/user/exit.target
units/user/systemd-exit.service.in [moved from units/user/exit.service.in with 100% similarity]