All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 2019.02.x] package/sysklogd: fix daemon paths in systemd unit files
@ 2020-03-15  2:27 unixmania at gmail.com
  2020-03-15 13:47 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: unixmania at gmail.com @ 2020-03-15  2:27 UTC (permalink / raw)
  To: buildroot

From: Carlos Santos <unixmania@gmail.com>

They are at /sbin, not /usr/sbin.

Signed-off-by: Carlos Santos <unixmania@gmail.com>
---
CC: Peter Korsgaard <peter@korsgaard.com>

Peter, this applies to 2019.02.x.
---
 package/sysklogd/klogd.service   | 2 +-
 package/sysklogd/syslogd.service | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/sysklogd/klogd.service b/package/sysklogd/klogd.service
index c66795b449..b5dbb93d7d 100644
--- a/package/sysklogd/klogd.service
+++ b/package/sysklogd/klogd.service
@@ -2,7 +2,7 @@
 Description=Kernel Log Daemon
 
 [Service]
-ExecStart=/usr/sbin/klogd -n
+ExecStart=/sbin/klogd -n
 StandardOutput=null
 Restart=on-failure
 
diff --git a/package/sysklogd/syslogd.service b/package/sysklogd/syslogd.service
index 70e4cff27e..adaac679f2 100644
--- a/package/sysklogd/syslogd.service
+++ b/package/sysklogd/syslogd.service
@@ -4,7 +4,7 @@ Requires=syslog.socket
 Wants=klogd.service
 
 [Service]
-ExecStart=/usr/sbin/syslogd -m 0 -n
+ExecStart=/sbin/syslogd -m 0 -n
 StandardOutput=null
 Restart=on-failure
 
-- 
2.18.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 2019.02.x] package/sysklogd: fix daemon paths in systemd unit files
  2020-03-15  2:27 [Buildroot] [PATCH 2019.02.x] package/sysklogd: fix daemon paths in systemd unit files unixmania at gmail.com
@ 2020-03-15 13:47 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2020-03-15 13:47 UTC (permalink / raw)
  To: buildroot

>>>>> "unixmania" == unixmania  <unixmania@gmail.com> writes:

 > From: Carlos Santos <unixmania@gmail.com>
 > They are at /sbin, not /usr/sbin.

 > Signed-off-by: Carlos Santos <unixmania@gmail.com>
 > ---
 > CC: Peter Korsgaard <peter@korsgaard.com>

 > Peter, this applies to 2019.02.x.

Committed to 2019.02.x and 2019.11.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-15 13:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-15  2:27 [Buildroot] [PATCH 2019.02.x] package/sysklogd: fix daemon paths in systemd unit files unixmania at gmail.com
2020-03-15 13:47 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.