deps.stop.mk: resolve circular dependency between sendsignals and swap

This commit is contained in:
Silvan Calarco 2011-07-02 17:31:01 +02:00
parent d6b9abca07
commit 8b735c12e0

View File

@ -42,7 +42,7 @@ xinetd : splash
wicd : splash
# services to be started last
sysklogd : $(filter-out sysklogd udev mountfs sendsignals create_final_log swap reboot halt,$(ALL_RUNLEVEL))
sendsignals : $(filter-out sendsignals acpid iptables localnet network udev mountfs network cpufreqd reboot halt,$(ALL_RUNLEVEL))
sendsignals : $(filter-out sendsignals acpid iptables localnet network udev mountfs network cpufreqd swap reboot halt,$(ALL_RUNLEVEL))
reboot : $(filter-out reboot,$(ALL_RUNLEVEL))
halt : $(filter-out halt,$(ALL_RUNLEVEL))
local :