Re: [systemd-devel] [PATCH 6/8] Install hwclock-load into the system unit dir, not the sysconf unit dir.

2010-10-28 Thread Lennart Poettering
On Thu, 28.10.10 13:27, Bill Nottingham ([email protected]) wrote: hwclock-load.service is a bit weird. On sane systems it should not be necessary, as the kernel will handle things correctly. Only systems where the RTC is not UTC (which is a bad idea anyway) we need this. By enabling this servic

Re: [systemd-devel] [PATCH 2/8] Assorted tweaks to Fedora single-user mode.

2010-10-28 Thread Lennart Poettering
On Thu, 28.10.10 13:27, Bill Nottingham ([email protected]) wrote: > 1) Start after basic.target, not the deprecated sysinit.target > 2) Conflict with shutdown. > 3) Be less noisy on start, to match prior behavior. Merged this, but removed part #3. I kinda like the message, and I planning to mak

Re: [systemd-devel] Assorted patches for unit configuration

2010-10-28 Thread Lennart Poettering
On Thu, 28.10.10 13:27, Bill Nottingham ([email protected]) wrote: > These patches update various units (nearly all in the Fedora directory) > to match current Fedora behavior and units that were shipped separately. Applied all of them, with some exceptions. Will reply on that individually. Len

[systemd-devel] [PATCH 8/8] Fedora: Link graphical-target.wants to the virtual display-manager.service, not the specific prefdm.service.

2010-10-28 Thread Bill Nottingham
Signed-off-by: Bill Nottingham --- Makefile.am |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7acb692..20f2e28 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1176,9 +1176,6 @@ if TARGET_FEDORA $(DESTDIR)$(systemunitdi

[systemd-devel] [PATCH 7/8] Make systemunitdir/graphical.target.wants on 'make install'.

2010-10-28 Thread Bill Nottingham
Signed-off-by: Bill Nottingham --- Makefile.am |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index c992eab..7acb692 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1046,6 +1046,7 @@ install-data-hook: $(DESTDIR)$(systemunitdir)/r

[systemd-devel] [PATCH 5/8] Fedora: by default, run prefdm last to match prior behavior.

2010-10-28 Thread Bill Nottingham
Signed-off-by: Bill Nottingham --- units/fedora/prefdm.service |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/units/fedora/prefdm.service b/units/fedora/prefdm.service index 78bf14c..45ecd7c 100644 --- a/units/fedora/prefdm.service +++ b/units/fedora/prefdm.service @@ -

[systemd-devel] [PATCH 4/8] Fedora: don't ship [Install] sections; these are enabled in the system configuration.

2010-10-28 Thread Bill Nottingham
Signed-off-by: Bill Nottingham --- units/fedora/plymouth-halt.service |3 --- units/fedora/plymouth-poweroff.service |3 --- units/fedora/plymouth-quit.service |3 --- units/fedora/plymouth-reboot.service |3 --- units/fedora/prefdm.service|4 units/

[systemd-devel] [PATCH 6/8] Install hwclock-load into the system unit dir, not the sysconf unit dir.

2010-10-28 Thread Bill Nottingham
Signed-off-by: Bill Nottingham --- Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3c65feb..c992eab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1137,7 +1137,7 @@ install-data-hook: ( cd $(DESTDIR)$(pkgsysconfdir)/sys

[systemd-devel] [PATCH 2/8] Assorted tweaks to Fedora single-user mode.

2010-10-28 Thread Bill Nottingham
1) Start after basic.target, not the deprecated sysinit.target 2) Conflict with shutdown. 3) Be less noisy on start, to match prior behavior. Signed-off-by: Bill Nottingham --- units/fedora/single.service |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/units/fedora/s

[systemd-devel] [PATCH 1/8] Fedora: Don't ship a init.d reboot symlink.

2010-10-28 Thread Bill Nottingham
Signed-off-by: Bill Nottingham --- Makefile.am |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index e079ac8..56bafdc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1206,8 +1206,6 @@ if TARGET_FEDORA ( cd $(DESTDIR)$(systemunitdir) && \

[systemd-devel] [PATCH 3/8] Fedora: further unit tweaks

2010-10-28 Thread Bill Nottingham
1) Just ship rc-local as-is; don't worry about the 'local' name. 2) Don't install rc-local and prefdm to /etc ; just enable them globally for the system in /lib. Signed-off-by: Bill Nottingham --- Makefile.am | 11 --- units/fedora/rc-local.service |4 2 fil

[systemd-devel] Assorted patches for unit configuration

2010-10-28 Thread Bill Nottingham
These patches update various units (nearly all in the Fedora directory) to match current Fedora behavior and units that were shipped separately. Bill ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman