From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] systemd cleanups v2
Date: Fri, 20 Mar 2015 20:49:40 +0100 [thread overview]
Message-ID: <20150320204940.396d4c36@free-electrons.com> (raw)
In-Reply-To: <1426878856-15747-1-git-send-email-mike@mikebwilliams.com>
Dear Mike Williams,
On Fri, 20 Mar 2015 15:13:51 -0400, Mike Williams wrote:
> Changes:
> v1 -> v2:
> * numerous packages adjusted to put udev rules in /usr/lib instead of /lib
> * use relative symlinks everywhere
> * avahi: AVAHI_EXTRA_CFLAGS -> AVAHI_CFLAGS
> * OpenSSH: enable by linking to multi-user.target.wants in /etc instead of /usr/lib
> * systemd: create dir /etc/systemd/system/getty.target.wants
> * thttpd: add systemd support, fix line wraps from separate v1 patch
> * gpsd: fix systemd and udev support
> * lighttpd: use upstream service file
> * wpa_supplicant: rolled into series from separate patch
Next time you may want to use "git format-patch --cover" which
generates for you a cover letter that has a list of the patches.
So, I have applied:
c85b3fca39e9a3361a3202037010211566d152fd thttpd: add systemd service file
1c74c8431341006d063f40b7436cc529d4378ae2 wpa_supplicant: install systemd service files
af17811662595ad1db0a992a3a7446c79d40d578 kodi: move systemd service file to /usr/lib
b054815ee5fd023d7123f35633688eb56c9514d9 dhcp: move systemd service file to /usr/lib
1dd088ca16f4daacad33b8e7c218dc9055c47c97 libiio: move systemd service file to /usr/lib
173f15e62b4539e670690a03e3a1f59a83923656 postgresql: move systemd service file to /usr/lib
3aa96c1e5ad51c9dfb3a50af8ef1fc958d7f655f dropbear: move systemd service file to /usr/lib
6111d478d2ef180eeb80c1a3b42deb625f5594b8 openssh: move systemd service files to /usr/lib
2702ac5016cca013350f6c2d5639c4a4263bfdd3 irqbalance: move systemd service file to /usr/lib
40f0d87374aea8371f1612fca3ed12b4b152f1b7 dbus: move systemd service files to /usr/lib
407e542d777e1de3dca2e6c2e0e87ee7b753b4df openntpd: move systemd service files to /usr/lib
ad56242ae3ef6997b7c30b940065ae8f1ba85978 openvmtools: move systemd service to /usr/lib
7afccf677621c557d0db100117833b1dfdf4d071 ntp: move systemd service file to /usr/lib
c986d663d77ad50c59f3191d49c51cb4da4d3198 lighttpd: use upstream systemd service file
I have left on the side:
[v2,04/25] psplash: move systemd service files to /usr/lib
[v2,09/25] rsyslog: fix systemd service installation
[v2,23/25] avahi: systemd cleanups
because I made some comments on them.
And I have also left on the side all the patches moving the udev rules
from /lib/udev to /usr/lib/udev because for now, I'm not sure to
understand the motivation behind this change, which seems a bit
pointless to me at first sight.
For systemd, I do understand the idea of having .service files
themselves in /usr and only the symlinks to enable the services
in /etc. But for udev, I'm not sure.
Opinions from others are welcome.
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2015-03-20 19:49 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-20 19:13 [Buildroot] systemd cleanups v2 Mike Williams
2015-03-20 19:13 ` [Buildroot] [PATCH v2 01/25] lighttpd: use upstream systemd service file Mike Williams
2015-03-20 19:13 ` [Buildroot] [PATCH v2 02/25] ntp: move systemd service file to /usr/lib Mike Williams
2015-03-20 19:13 ` [Buildroot] [PATCH v2 03/25] openvmtools: move systemd service " Mike Williams
2015-03-20 19:13 ` [Buildroot] [PATCH v2 04/25] psplash: move systemd service files " Mike Williams
2015-03-20 19:36 ` Thomas Petazzoni
2015-04-09 19:57 ` Thomas Petazzoni
2015-04-10 13:49 ` Mike Williams
2015-03-20 19:13 ` [Buildroot] [PATCH v2 05/25] openntpd: " Mike Williams
2015-03-20 19:13 ` [Buildroot] [PATCH v2 06/25] dbus: " Mike Williams
2015-03-20 19:13 ` [Buildroot] [PATCH v2 07/25] irqbalance: move systemd service file " Mike Williams
2015-03-20 19:13 ` [Buildroot] [PATCH v2 08/25] openssh: move systemd service files " Mike Williams
2015-03-20 19:14 ` [Buildroot] [PATCH v2 09/25] rsyslog: fix systemd service installation Mike Williams
2015-03-20 19:38 ` Thomas Petazzoni
2015-03-23 15:08 ` Mike Williams
2015-03-20 19:14 ` [Buildroot] [PATCH v2 10/25] dropbear: move systemd service file to /usr/lib Mike Williams
2015-03-20 19:14 ` [Buildroot] [PATCH v2 11/25] postgresql: " Mike Williams
2015-03-20 19:14 ` [Buildroot] [PATCH v2 12/25] libiio: " Mike Williams
2015-03-20 19:14 ` [Buildroot] [PATCH v2 13/25] dhcp: " Mike Williams
2015-03-20 19:14 ` [Buildroot] [PATCH v2 14/25] kodi: " Mike Williams
2015-03-20 19:14 ` [Buildroot] [PATCH v2 15/25] modem-manager: move udev rules " Mike Williams
2015-03-20 19:14 ` [Buildroot] [PATCH v2 16/25] usbmount: " Mike Williams
2015-03-20 19:14 ` [Buildroot] [PATCH v2 17/25] bcache-tools: " Mike Williams
2015-03-20 19:14 ` [Buildroot] [PATCH v2 18/25] triggerhappy: " Mike Williams
2015-03-20 19:14 ` [Buildroot] [PATCH v2 19/25] systemd: change install path " Mike Williams
2015-03-20 19:14 ` [Buildroot] [PATCH v2 20/25] thttpd: add systemd service file Mike Williams
2015-03-20 19:14 ` [Buildroot] [PATCH v2 21/25] usb_modeswitch: fix udev location Mike Williams
2015-03-20 19:14 ` [Buildroot] [PATCH v2 22/25] usb_modeswitch_data: install udev rules in /usr/lib Mike Williams
2015-03-20 19:14 ` [Buildroot] [PATCH v2 23/25] avahi: systemd cleanups Mike Williams
2015-03-20 19:41 ` Thomas Petazzoni
2015-03-20 20:10 ` Mike Williams
2015-03-20 20:24 ` Thomas Petazzoni
2015-03-20 19:14 ` [Buildroot] [PATCH v2 24/25] wpa_supplicant: install systemd service files Mike Williams
2015-03-20 19:14 ` [Buildroot] [PATCH v2 25/25] gpsd: fix udev and systemd support Mike Williams
2015-03-20 19:49 ` Thomas Petazzoni [this message]
2015-03-23 17:07 ` [Buildroot] systemd cleanups v2 Mike Williams
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=20150320204940.396d4c36@free-electrons.com \
--to=thomas.petazzoni@free-electrons.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