From: Angelo Compagnucci <angelo@amarulasolutions.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/mender: fixing init script naming
Date: Tue, 5 Feb 2019 15:16:41 +0100 [thread overview]
Message-ID: <1549376201-16547-1-git-send-email-angelo@amarulasolutions.com> (raw)
The installed systemv script should be name S42mender and not S04mender.
Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
---
package/mender/mender.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/mender/mender.mk b/package/mender/mender.mk
index 0d71938..ae5bcb8 100644
--- a/package/mender/mender.mk
+++ b/package/mender/mender.mk
@@ -70,8 +70,8 @@ define MENDER_INSTALL_INIT_SYSTEMD
endef
define MENDER_INSTALL_INIT_SYSV
- $(INSTALL) -D -m 755 package/mender/S04mender \
- $(TARGET_DIR)/etc/init.d/S04mender
+ $(INSTALL) -D -m 755 package/mender/S42mender \
+ $(TARGET_DIR)/etc/init.d/S42mender
endef
$(eval $(golang-package))
--
2.7.4
next reply other threads:[~2019-02-05 14:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-05 14:16 Angelo Compagnucci [this message]
2019-02-05 14:26 ` [Buildroot] [PATCH] package/mender: fixing init script naming Peter Korsgaard
2019-02-05 14:28 ` Angelo Compagnucci
2019-02-05 14:36 ` Peter Korsgaard
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=1549376201-16547-1-git-send-email-angelo@amarulasolutions.com \
--to=angelo@amarulasolutions.com \
--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