* [Buildroot] [PATCHv3 1/2] package/mender: remove single hyphen command
@ 2022-01-06 15:35 Romain Naour
2022-01-07 18:05 ` Thomas Petazzoni
2022-01-26 20:42 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Romain Naour @ 2022-01-06 15:35 UTC (permalink / raw)
To: buildroot; +Cc: Romain Naour, Adam Duskett
Single hyphen commands has been removed since Mender 3.0.0 [1]
[1] https://github.com/mendersoftware/mender/commit/fd838ec1b08f3d429b1d81607e9c35a87a104ee6
Signed-off-by: Romain Naour <romain.naour@smile.fr>
Cc: Adam Duskett <aduskett@gmail.com>
---
package/mender/S42mender | 2 +-
package/mender/mender-client.service | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/mender/S42mender b/package/mender/S42mender
index 108fecfea9..dc60f94f8b 100644
--- a/package/mender/S42mender
+++ b/package/mender/S42mender
@@ -25,7 +25,7 @@ start() {
umask 077
start-stop-daemon -S -q -b -m -p /var/run/mender.pid \
- --exec /usr/bin/mender -- -daemon
+ --exec /usr/bin/mender -- daemon
[ $? = 0 ] && echo "OK" || echo "FAIL"
}
stop() {
diff --git a/package/mender/mender-client.service b/package/mender/mender-client.service
index 2a5f476ee5..5539a56fd6 100644
--- a/package/mender/mender-client.service
+++ b/package/mender/mender-client.service
@@ -17,7 +17,7 @@ if [ -L /var/lib/mender \
mkdir -p "$(readlink /var/lib/mender)"; \
fi; \
fi'
-ExecStart=/usr/bin/mender -daemon
+ExecStart=/usr/bin/mender daemon
Restart=on-abort
[Install]
--
2.31.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [Buildroot] [PATCHv3 1/2] package/mender: remove single hyphen command
2022-01-06 15:35 [Buildroot] [PATCHv3 1/2] package/mender: remove single hyphen command Romain Naour
@ 2022-01-07 18:05 ` Thomas Petazzoni
2022-01-26 20:42 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2022-01-07 18:05 UTC (permalink / raw)
To: Romain Naour; +Cc: Adam Duskett, buildroot
On Thu, 6 Jan 2022 16:35:41 +0100
Romain Naour <romain.naour@smile.fr> wrote:
> Single hyphen commands has been removed since Mender 3.0.0 [1]
>
> [1] https://github.com/mendersoftware/mender/commit/fd838ec1b08f3d429b1d81607e9c35a87a104ee6
>
> Signed-off-by: Romain Naour <romain.naour@smile.fr>
> Cc: Adam Duskett <aduskett@gmail.com>
> ---
> package/mender/S42mender | 2 +-
> package/mender/mender-client.service | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Both applied, thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCHv3 1/2] package/mender: remove single hyphen command
2022-01-06 15:35 [Buildroot] [PATCHv3 1/2] package/mender: remove single hyphen command Romain Naour
2022-01-07 18:05 ` Thomas Petazzoni
@ 2022-01-26 20:42 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-01-26 20:42 UTC (permalink / raw)
To: Romain Naour; +Cc: Adam Duskett, buildroot
>>>>> "Romain" == Romain Naour <romain.naour@smile.fr> writes:
> Single hyphen commands has been removed since Mender 3.0.0 [1]
> [1] https://github.com/mendersoftware/mender/commit/fd838ec1b08f3d429b1d81607e9c35a87a104ee6
> Signed-off-by: Romain Naour <romain.naour@smile.fr>
> Cc: Adam Duskett <aduskett@gmail.com>
Committed to 2021.11.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-01-26 20:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-06 15:35 [Buildroot] [PATCHv3 1/2] package/mender: remove single hyphen command Romain Naour
2022-01-07 18:05 ` Thomas Petazzoni
2022-01-26 20:42 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox