From: andersen at uclibc.org <andersen@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package: acpid config
Date: Thu, 7 Dec 2006 21:23:08 -0800 (PST) [thread overview]
Message-ID: <20061208052308.F0BDF485D5@busybox.net> (raw)
Author: andersen
Date: 2006-12-07 21:23:08 -0800 (Thu, 07 Dec 2006)
New Revision: 16810
Log:
use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtin
Modified:
trunk/buildroot/package/acpid/acpid.mk
trunk/buildroot/package/config/Makefile
Changeset:
Modified: trunk/buildroot/package/acpid/acpid.mk
===================================================================
--- trunk/buildroot/package/acpid/acpid.mk 2006-12-08 05:20:37 UTC (rev 16809)
+++ trunk/buildroot/package/acpid/acpid.mk 2006-12-08 05:23:08 UTC (rev 16810)
@@ -24,7 +24,7 @@
$(TARGET_DIR)/usr/sbin/acpid: $(ACPID_DIR)/acpid
cp -a $(ACPID_DIR)/acpid $(TARGET_DIR)/usr/sbin/acpid
mkdir -p $(TARGET_DIR)/etc/acpi/events
- echo -e "event=button[ /]power\naction=/sbin/poweroff" > $(TARGET_DIR)/etc/acpi/events/powerbtn
+ /bin/echo -e "event=button[ /]power\naction=/sbin/poweroff" > $(TARGET_DIR)/etc/acpi/events/powerbtn
touch -c $(TARGET_DIR)/usr/sbin/acpid
acpid: $(TARGET_DIR)/usr/sbin/acpid
Modified: trunk/buildroot/package/config/Makefile
===================================================================
--- trunk/buildroot/package/config/Makefile 2006-12-08 05:20:37 UTC (rev 16809)
+++ trunk/buildroot/package/config/Makefile 2006-12-08 05:23:08 UTC (rev 16810)
@@ -116,7 +116,7 @@
$(RM) lxtemp.c a.out; \
else \
$(RM) lxtemp.c; \
- echo -e "\007" ;\
+ /bin/echo -e "\007" ;\
echo ">> Unable to find the Ncurses libraries." ;\
echo ">>" ;\
echo ">> You must have Ncurses installed in order" ;\
reply other threads:[~2006-12-08 5:23 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061208052308.F0BDF485D5@busybox.net \
--to=andersen@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox