看板 DFBSD_commit 關於我們 聯絡資訊
commit 58d914a3d4861e1e88e71585ddecd92c63dae1fc Author: Simon Schubert <corecode@dragonflybsd.org> Date: Thu Sep 3 22:34:03 2009 +0200 acpi: restructure genwakecode.sh genwakecode.sh used some obscure hexdump/sed magic to embed a binary into source. The specific usage of sed breaks in at least the UTF-8 locale. Rework the script to use hexdump and sed in a less obscure way. Summary of changes: sys/platform/pc32/acpica5/genwakecode.sh | 11 ++--------- sys/platform/pc64/acpica5/genwakecode.sh | 11 ++--------- 2 files changed, 4 insertions(+), 18 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/58d914a3d4861e1e88e71585ddecd92c63dae1fc -- DragonFly BSD source repository