Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
busybox: remove unneeded flag for acpid and add checks for directory …
Browse files Browse the repository at this point in the history
…files
  • Loading branch information
konimex committed Dec 7, 2019
1 parent fe23209 commit 59566ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/busybox/checksums
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
d0f940a72f648943c1f2211e0e3117387c31d765137d92bd8284a3fb9752a998 busybox-1.31.1.tar.bz2
0993b0ed8ad0fe2e32b8cb7d298778b407df0e280948a71ee2da91a1821f1c59 .config
da3ef90a65abcbd112fa98a00799745d88d568cde290e049a5380dfc74de620a .config-suid
6c3eb5cf839c7a31c337df0cd8388b397e1415ffa7a63e9678552c9c63dd869f acpid.run
76978b2b69361d47b3bb314a8a320ca274b2af7339c571be1a19f0e1d8c4da6a acpid.run
814dea14ac612125e97dcc1d619219b2c9dfc14850bf48d858421fb2c98eca12 crond.run
4a5981f4b0d791fe9b84b0b2e01ae905f6565c8245b3cd603e6decf34ddad71a syslogd.run
3 changes: 2 additions & 1 deletion core/busybox/files/acpid.run
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/sh
exec acpid -fl
mkdir -p /etc/acpi
exec acpid -f

0 comments on commit 59566ab

Please sign in to comment.