deps.stop.mk: resolve circular dependency between sendsignals and swap
This commit is contained in:
parent
d6b9abca07
commit
8b735c12e0
@ -42,7 +42,7 @@ xinetd : splash
|
|||||||
wicd : splash
|
wicd : splash
|
||||||
# services to be started last
|
# services to be started last
|
||||||
sysklogd : $(filter-out sysklogd udev mountfs sendsignals create_final_log swap reboot halt,$(ALL_RUNLEVEL))
|
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))
|
reboot : $(filter-out reboot,$(ALL_RUNLEVEL))
|
||||||
halt : $(filter-out halt,$(ALL_RUNLEVEL))
|
halt : $(filter-out halt,$(ALL_RUNLEVEL))
|
||||||
local :
|
local :
|
||||||
|
Loading…
Reference in New Issue
Block a user