initskripts: acpid need syslog.

also added stop at shutdown to suppress ugly messages on console.
This commit is contained in:
Arne Fitzenreiter
2012-11-13 08:51:39 +01:00
parent 0f8a5b0856
commit 10c30c2066
2 changed files with 6 additions and 2 deletions

View File

@@ -203,7 +203,9 @@ $(TARGET) :
ifeq "$(MACHINE_TYPE)" "arm"
rm -vf /etc/rc.d/init.d/{acpid,checkfstab}
else
ln -sf ../init.d/acpid /etc/rc.d/rcsysinit.d/S51acpid
ln -sf ../init.d/acpid /etc/rc.d/rc3.d/S12acpid
ln -sf ../init.d/acpid /etc/rc.d/rc0.d/K87acpid
ln -sf ../init.d/acpid /etc/rc.d/rc6.d/K87acpid
ln -sf ../init.d/checkfstab /etc/rc.d/rcsysinit.d/S19checkfstab
endif